From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933538AbdEKQAt (ORCPT ); Thu, 11 May 2017 12:00:49 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:43074 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933781AbdEKOOv (ORCPT ); Thu, 11 May 2017 10:14:51 -0400 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org Subject: [PATCH 4.11 00/28] 4.11.1-stable review Date: Thu, 11 May 2017 16:12:17 +0200 Message-Id: <20170511141221.109842231@linuxfoundation.org> X-Mailer: git-send-email 2.12.2 MIME-Version: 1.0 User-Agent: quilt/0.65 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.11.1-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.11.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.11.1-rc1 X-KernelTest-Deadline: 2017-05-13T14:12+00:00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Linux 4.11.1-rc1 Ilya Dryomov block: get rid of blk_integrity_revalidate() Boris Ostrovsky xen: Revert commits da72ff5bfcb0 and 72a9b186292d Stefano Stabellini xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..." Jin Qian f2fs: sanity check segment count Jon Mason net: mdio-mux: bcm-iproc: call mdiobus_free() in error path Daniel Borkmann bpf: don't let ldimm64 leak map addresses on unprivileged Dan Carpenter bnxt_en: allocate enough space for ->ntp_fltr_bmap Eric Dumazet tcp: randomize timestamps on syncookies WANG Cong ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf WANG Cong ipv6: initialize route null entry in addrconf_init() Michal Schmidt rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string Alexander Potapenko ipv4, ipv6: ensure raw socket message is big enough to hold an IP header Eric Dumazet tcp: do not inherit fastopen_req from parent Daniele Palmas net: usb: qmi_wwan: add Telit ME910 support David Ahern net: ipv6: Do not duplicate DAD on link up Eric Dumazet tcp: fix wraparound issue in tcp_lp Daniel Borkmann bpf, arm64: fix jit branch offset related to ldimm64 Yonghong Song bpf: enhance verifier to understand stack pointer arithmetic Girish Moodalbail geneve: fix incorrect setting of UDP checksum flag Davide Caratti tcp: fix access to sk->sk_state in tcp_poll() Alexandre Belloni net: macb: fix phy interrupt parsing Greg Kroah-Hartman refcount: change EXPORT_SYMBOL markings Dave Aldridge sparc64: fix fault handling in NGbzero.S and GENbzero.S James Hughes brcmfmac: Make skb header writable before use James Hughes brcmfmac: Ensure pointer correctly set if skb data location changes Giedrius Statkevičius power: supply: lp8788: prevent out of bounds array access Vincent Abriou drm/sti: fix GDP size to support up to UHD resolution Adrian Salido 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(-)