Merge tag 'v4.4.71' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.4-stable
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23992181AbdFGMRsKgg-0/[email protected]> |
Author: Ralf Baechle <[email protected]> Wed Jun 7 12:34:10 2017 +0200 Commit: f198e3fe8f66932d48eafd1375824be6a50e14fd Gitweb: https://git.linux-mips.org/g/ralf/linux/f198e3fe8f66 Branch: linux-4.4-stable --- Makefile | 2 - arch/sparc/include/asm/pgtable_32.h | 4 +- arch/sparc/include/asm/setup.h | 2 - arch/sparc/mm/init_32.c | 2 - drivers/char/pcmcia/cm4040_cs.c | 6 +- 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/mmc/host/sdhci-iproc.c | 3 + drivers/net/ethernet/emulex/benet/be_main.c | 4 +- drivers/net/phy/marvell.c | 66 +++++++++++++++------------ drivers/net/usb/qmi_wwan.c | 2 + drivers/net/virtio_net.c | 1 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 | 6 ++ drivers/scsi/mpt3sas/mpt3sas_scsih.c | 15 ++++++ fs/xfs/libxfs/xfs_bmap.c | 7 ++- fs/xfs/libxfs/xfs_btree.c | 2 - fs/xfs/xfs_attr.h | 1 fs/xfs/xfs_attr_list.c | 8 +-- fs/xfs/xfs_bmap_util.c | 2 - fs/xfs/xfs_buf.c | 24 ++++++++++ fs/xfs/xfs_buf.h | 1 fs/xfs/xfs_dir2_readdir.c | 15 +++++- fs/xfs/xfs_file.c | 31 ++++--------- fs/xfs/xfs_icache.c | 58 ++++++++++++++++++++---- fs/xfs/xfs_icache.h | 8 +++ fs/xfs/xfs_inode.h | 4 +- fs/xfs/xfs_ioctl.c | 11 ++++- fs/xfs/xfs_qm.c | 7 --- fs/xfs/xfs_qm_syscalls.c | 3 + fs/xfs/xfs_xattr.c | 15 ++++-- include/linux/if_vlan.h | 19 ++++---- include/net/dst.h | 8 +++ include/net/ip_fib.h | 10 ++-- mm/memory-failure.c | 8 +-- mm/mlock.c | 5 +- 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/rtnetlink.c | 36 ++++++++++----- net/core/sock.c | 12 ++--- 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_offload.c | 7 ++- net/ipv6/ip6_output.c | 20 +++++--- net/ipv6/output_core.c | 14 +++--- net/ipv6/tcp_ipv6.c | 2 + net/ipv6/udp_offload.c | 6 ++ net/sctp/input.c | 16 ++++--- net/sctp/ipv6.c | 49 +++++++++++++------- sound/pci/hda/patch_sigmatel.c | 2 + 70 files changed, 562 insertions(+), 288 deletions(-)