Merge tag 'v4.11.1' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.11-stable
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23993909AbdIVIUXBbfzV/[email protected]> |
Author: Ralf Baechle <[email protected]> Wed Sep 20 23:46:35 2017 +0200 Commit: 6f45beead7a1660e3ac87346b21123b38c72427b Gitweb: https://git.linux-mips.org/g/ralf/linux/6f45beead7a1 Branch: linux-4.11-stable --- Makefile | 2 - 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, 374 insertions(+), 204 deletions(-)