This is the start of the stable review cycle for the 4.11.1 release. There are 28 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Sat May 13 14:12:05 UTC 2017. Anything received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.11.1-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.11.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 4.11.1-rc1 Ilya Dryomov <idryomov@xxxxxxxxx> block: get rid of blk_integrity_revalidate() Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx> xen: Revert commits da72ff5bfcb0 and 72a9b186292d Stefano Stabellini <sstabellini@xxxxxxxxxx> xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..." Jin Qian <jinqian@xxxxxxxxxx> f2fs: sanity check segment count Jon Mason <jon.mason@xxxxxxxxxxxx> net: mdio-mux: bcm-iproc: call mdiobus_free() in error path Daniel Borkmann <daniel@xxxxxxxxxxxxx> bpf: don't let ldimm64 leak map addresses on unprivileged Dan Carpenter <dan.carpenter@xxxxxxxxxx> bnxt_en: allocate enough space for ->ntp_fltr_bmap Eric Dumazet <edumazet@xxxxxxxxxx> tcp: randomize timestamps on syncookies WANG Cong <xiyou.wangcong@xxxxxxxxx> ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf WANG Cong <xiyou.wangcong@xxxxxxxxx> ipv6: initialize route null entry in addrconf_init() Michal Schmidt <mschmidt@xxxxxxxxxx> rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string Alexander Potapenko <glider@xxxxxxxxxx> ipv4, ipv6: ensure raw socket message is big enough to hold an IP header Eric Dumazet <edumazet@xxxxxxxxxx> tcp: do not inherit fastopen_req from parent Daniele Palmas <dnlplm@xxxxxxxxx> net: usb: qmi_wwan: add Telit ME910 support David Ahern <dsahern@xxxxxxxxx> net: ipv6: Do not duplicate DAD on link up Eric Dumazet <edumazet@xxxxxxxxxx> tcp: fix wraparound issue in tcp_lp Daniel Borkmann <daniel@xxxxxxxxxxxxx> bpf, arm64: fix jit branch offset related to ldimm64 Yonghong Song <yhs@xxxxxx> bpf: enhance verifier to understand stack pointer arithmetic Girish Moodalbail <girish.moodalbail@xxxxxxxxxx> geneve: fix incorrect setting of UDP checksum flag Davide Caratti <dcaratti@xxxxxxxxxx> tcp: fix access to sk->sk_state in tcp_poll() Alexandre Belloni <alexandre.belloni@xxxxxxxxxxxxxxxxxx> net: macb: fix phy interrupt parsing Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> refcount: change EXPORT_SYMBOL markings Dave Aldridge <david.j.aldridge@xxxxxxxxxx> sparc64: fix fault handling in NGbzero.S and GENbzero.S James Hughes <james.hughes@xxxxxxxxxxxxxxx> brcmfmac: Make skb header writable before use James Hughes <james.hughes@xxxxxxxxxxxxxxx> brcmfmac: Ensure pointer correctly set if skb data location changes Giedrius Statkevičius <giedrius.statkevicius@xxxxxxxxx> power: supply: lp8788: prevent out of bounds array access Vincent Abriou <vincent.abriou@xxxxxx> drm/sti: fix GDP size to support up to UHD resolution Adrian Salido <salidoa@xxxxxxxxxx> dm ioctl: prevent stack leak in dm ioctl call ------------- Diffstat: Makefile | 4 +- arch/arm/include/asm/device.h | 3 ++ arch/arm/include/asm/dma-mapping.h | 12 +----- arch/arm/mm/dma-mapping.c | 7 ++++ arch/arm64/include/asm/device.h | 3 ++ arch/arm64/include/asm/dma-mapping.h | 13 +------ arch/arm64/mm/dma-mapping.c | 7 ++++ arch/arm64/net/bpf_jit_comp.c | 8 ++-- arch/sparc/kernel/head_64.S | 6 +++ arch/sparc/lib/GENbzero.S | 2 +- arch/sparc/lib/NGbzero.S | 2 +- arch/x86/include/asm/xen/events.h | 11 ++++++ arch/x86/pci/xen.c | 2 +- arch/x86/xen/enlighten.c | 16 +++++--- arch/x86/xen/smp.c | 2 + arch/x86/xen/time.c | 5 +++ block/blk-integrity.c | 19 +-------- block/partition-generic.c | 1 - drivers/gpu/drm/sti/sti_gdp.c | 12 +++--- drivers/md/dm-ioctl.c | 2 +- drivers/net/ethernet/broadcom/bnxt/bnxt.c | 3 +- drivers/net/ethernet/cadence/macb.c | 18 +++++---- drivers/net/geneve.c | 2 +- drivers/net/phy/mdio-mux-bcm-iproc.c | 5 ++- drivers/net/usb/qmi_wwan.c | 1 + .../wireless/broadcom/brcm80211/brcmfmac/core.c | 23 ++++------- drivers/power/supply/lp8788-charger.c | 2 +- drivers/xen/events/events_base.c | 26 ++++++++----- drivers/xen/platform-pci.c | 13 ++----- fs/block_dev.c | 1 - fs/f2fs/super.c | 7 ++++ include/linux/f2fs_fs.h | 6 +++ include/linux/genhd.h | 2 - include/net/addrconf.h | 2 + include/net/ip6_route.h | 1 + include/net/secure_seq.h | 10 +++-- include/net/tcp.h | 5 ++- include/xen/arm/page-coherent.h | 8 ++++ kernel/bpf/verifier.c | 32 ++++++++++++--- lib/refcount.c | 22 +++++------ lib/test_bpf.c | 45 ++++++++++++++++++++++ net/core/rtnetlink.c | 2 +- net/core/secure_seq.c | 34 +++++++++------- net/ipv4/raw.c | 3 ++ net/ipv4/syncookies.c | 12 +++++- net/ipv4/tcp.c | 2 +- net/ipv4/tcp_input.c | 8 ++-- net/ipv4/tcp_ipv4.c | 32 ++++++++------- net/ipv4/tcp_lp.c | 6 ++- net/ipv4/tcp_minisocks.c | 1 + net/ipv6/addrconf.c | 8 +++- net/ipv6/raw.c | 2 + net/ipv6/route.c | 39 ++++++++++++------- net/ipv6/syncookies.c | 10 ++++- net/ipv6/tcp_ipv6.c | 32 ++++++++------- tools/testing/selftests/bpf/test_verifier.c | 18 ++++++--- 56 files changed, 375 insertions(+), 205 deletions(-)