Merge tag 'v4.11.4' 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 | <S23994850AbdIVIUv4N29V/[email protected]> |
Author: Ralf Baechle <[email protected]> Wed Sep 20 23:48:59 2017 +0200 Commit: de719b582abdadd30a6e39b1a82c0962f46e53f0 Gitweb: https://git.linux-mips.org/g/ralf/linux/de719b582abd Branch: linux-4.11-stable --- Documentation/acpi/acpi-lid.txt | 16 +- Makefile | 2 arch/arm64/net/bpf_jit_comp.c | 5 - arch/powerpc/kernel/prom.c | 2 arch/powerpc/platforms/cell/spu_base.c | 4 arch/sparc/include/asm/hugetlb.h | 6 - arch/sparc/include/asm/pgtable_32.h | 4 arch/sparc/include/asm/setup.h | 2 arch/sparc/kernel/ftrace.c | 13 + arch/sparc/mm/init_32.c | 2 arch/x86/boot/compressed/Makefile | 2 arch/x86/include/asm/mce.h | 1 arch/x86/kernel/cpu/mcheck/mce.c | 11 + crypto/skcipher.c | 40 ++++ drivers/acpi/acpica/tbutils.c | 4 drivers/acpi/button.c | 11 + drivers/acpi/nfit/mce.c | 2 drivers/acpi/sysfs.c | 7 + drivers/char/pcmcia/cm4040_cs.c | 6 - drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 32 +++ drivers/gpu/drm/gma500/psb_intel_lvds.c | 18 +- drivers/gpu/drm/radeon/ci_dpm.c | 6 + drivers/gpu/drm/radeon/cik.c | 4 drivers/gpu/drm/radeon/evergreen.c | 4 drivers/gpu/drm/radeon/r600.c | 2 drivers/gpu/drm/radeon/si.c | 4 drivers/hid/wacom_wac.c | 45 ++--- drivers/i2c/busses/i2c-tiny-usb.c | 25 ++- drivers/infiniband/hw/hfi1/rc.c | 5 - drivers/infiniband/hw/qib/qib_rc.c | 4 drivers/infiniband/ulp/srp/ib_srp.c | 2 drivers/mmc/host/sdhci-iproc.c | 3 drivers/net/bonding/bond_3ad.c | 2 drivers/net/ethernet/emulex/benet/be_main.c | 4 drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 41 ++++ .../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 9 + drivers/net/ethernet/mellanox/mlx5/core/eq.c | 2 drivers/net/ethernet/mellanox/mlx5/core/health.c | 2 drivers/net/geneve.c | 8 + drivers/net/phy/marvell.c | 66 ++++--- drivers/net/usb/qmi_wwan.c | 2 drivers/net/virtio_net.c | 1 drivers/net/vrf.c | 3 drivers/nvme/host/core.c | 13 + drivers/nvme/host/rdma.c | 18 +- drivers/s390/net/qeth_core.h | 4 drivers/s390/net/qeth_core_main.c | 21 +- drivers/s390/net/qeth_core_sys.c | 24 ++ drivers/s390/net/qeth_l2.h | 2 drivers/s390/net/qeth_l2_main.c | 26 ++- drivers/s390/net/qeth_l2_sys.c | 8 + drivers/s390/net/qeth_l3_main.c | 8 + drivers/scsi/device_handler/scsi_dh_rdac.c | 10 - drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 27 ++- drivers/scsi/scsi_lib.c | 2 drivers/target/iscsi/iscsi_target.c | 30 ++- drivers/target/iscsi/iscsi_target_erl0.c | 6 + drivers/target/iscsi/iscsi_target_erl0.h | 2 drivers/target/iscsi/iscsi_target_login.c | 4 drivers/target/iscsi/iscsi_target_nego.c | 194 ++++++++++++++------ drivers/tty/serdev/serdev-ttyport.c | 15 +- drivers/tty/serial/8250/8250_port.c | 2 drivers/tty/tty_port.c | 12 - fs/dax.c | 23 ++ fs/ufs/super.c | 5 - fs/xfs/libxfs/xfs_bmap.c | 9 + fs/xfs/libxfs/xfs_btree.c | 2 fs/xfs/libxfs/xfs_refcount.c | 43 +++- fs/xfs/libxfs/xfs_trans_space.h | 23 ++ fs/xfs/xfs_aops.c | 4 fs/xfs/xfs_bmap_item.c | 5 - fs/xfs/xfs_bmap_util.c | 18 +- fs/xfs/xfs_buf.c | 62 +++++- fs/xfs/xfs_buf.h | 6 - fs/xfs/xfs_dir2_readdir.c | 15 +- fs/xfs/xfs_file.c | 33 +-- fs/xfs/xfs_icache.c | 58 +++++- fs/xfs/xfs_icache.h | 8 + fs/xfs/xfs_inode.c | 9 + fs/xfs/xfs_inode.h | 4 fs/xfs/xfs_ioctl.c | 5 - fs/xfs/xfs_iomap.c | 4 fs/xfs/xfs_log.c | 2 fs/xfs/xfs_mount.h | 1 fs/xfs/xfs_qm.c | 7 - fs/xfs/xfs_qm_syscalls.c | 3 fs/xfs/xfs_reflink.c | 18 ++ fs/xfs/xfs_super.c | 8 + fs/xfs/xfs_trans.c | 22 ++ fs/xfs/xfs_trans.h | 2 include/linux/if_vlan.h | 18 +- include/linux/memblock.h | 8 + include/linux/mlx5/driver.h | 7 + include/linux/mm.h | 11 + include/linux/mmzone.h | 1 include/net/dst.h | 8 + include/net/ip_fib.h | 10 + include/target/iscsi/iscsi_target_core.h | 1 kernel/bpf/arraymap.c | 1 kernel/bpf/lpm_trie.c | 1 kernel/bpf/stackmap.c | 1 kernel/bpf/verifier.c | 12 + mm/gup.c | 20 +- mm/hugetlb.c | 5 + mm/ksm.c | 3 mm/memblock.c | 23 ++ mm/memory-failure.c | 8 - mm/memory.c | 40 +++- mm/mlock.c | 5 - mm/page_alloc.c | 37 +++- mm/slub.c | 6 - net/bridge/br_netlink.c | 7 + net/bridge/br_stp_if.c | 1 net/bridge/br_stp_timer.c | 2 net/core/dst.c | 23 +- net/core/filter.c | 1 net/core/rtnetlink.c | 36 ++-- net/core/sock.c | 23 +- net/dccp/ipv6.c | 6 + net/ipv4/fib_frontend.c | 15 +- net/ipv4/fib_semantics.c | 17 +- net/ipv4/fib_trie.c | 26 +-- net/ipv4/inet_connection_sock.c | 2 net/ipv4/route.c | 10 + net/ipv4/tcp.c | 7 + net/ipv4/tcp_input.c | 11 + net/ipv6/ip6_gre.c | 13 + net/ipv6/ip6_offload.c | 7 - net/ipv6/ip6_output.c | 20 +- net/ipv6/ip6_tunnel.c | 21 +- net/ipv6/output_core.c | 14 + net/ipv6/tcp_ipv6.c | 2 net/ipv6/udp_offload.c | 6 + net/packet/af_packet.c | 14 + net/sctp/input.c | 16 +- net/sctp/ipv6.c | 49 +++-- net/smc/Kconfig | 4 net/smc/smc_clc.c | 4 net/smc/smc_core.c | 16 -- net/smc/smc_core.h | 2 net/smc/smc_ib.c | 21 -- net/smc/smc_ib.h | 2 net/tipc/socket.c | 38 ++-- sound/pci/hda/patch_realtek.c | 3 sound/pci/hda/patch_sigmatel.c | 2 sound/usb/mixer_us16x08.c | 10 + 146 files changed, 1315 insertions(+), 623 deletions(-)