Merge tag 'v4.9.51' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.9-stable
[email protected] Fri, 22 Sep 2017 10:28:44 +0200
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23990468AbdIVI2riOSJO/[email protected]> |
Author: Ralf Baechle <[email protected]> Thu Sep 21 00:11:11 2017 +0200 Commit: 35b45c5209cf485260dd209801ec794d243a2ce5 Gitweb: https://git.linux-mips.org/g/ralf/linux/35b45c5209cf Branch: linux-4.9-stable --- Makefile | 2 arch/x86/include/asm/elf.h | 5 - arch/x86/kernel/process_64.c | 236 +++++++++++++----------- drivers/md/raid5.c | 2 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c | 6 - drivers/net/ethernet/freescale/fman/mac.c | 3 drivers/net/ethernet/freescale/gianfar.c | 2 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 6 + drivers/net/ethernet/qlogic/qlge/qlge_dbg.c | 2 drivers/net/hyperv/netvsc_drv.c | 7 + drivers/net/macsec.c | 1 drivers/net/phy/phy.c | 3 drivers/vhost/net.c | 7 + fs/f2fs/recovery.c | 4 fs/inode.c | 1 fs/internal.h | 1 fs/iomap.c | 4 fs/xfs/libxfs/xfs_attr_leaf.c | 2 fs/xfs/libxfs/xfs_bmap.c | 60 +++++- fs/xfs/libxfs/xfs_bmap.h | 2 fs/xfs/libxfs/xfs_bmap_btree.c | 1 fs/xfs/libxfs/xfs_btree.c | 33 ++- fs/xfs/libxfs/xfs_btree.h | 3 fs/xfs/libxfs/xfs_da_btree.c | 2 fs/xfs/libxfs/xfs_dir2_block.c | 2 fs/xfs/libxfs/xfs_dir2_leaf.c | 4 fs/xfs/libxfs/xfs_ialloc.c | 59 +++--- fs/xfs/libxfs/xfs_inode_fork.c | 9 - fs/xfs/libxfs/xfs_refcount.c | 14 + fs/xfs/libxfs/xfs_refcount.h | 16 ++ fs/xfs/xfs_aops.c | 79 +++++--- fs/xfs/xfs_bmap_item.c | 17 ++ fs/xfs/xfs_bmap_util.c | 95 +++++++--- fs/xfs/xfs_buf.c | 62 ++++++ fs/xfs/xfs_buf.h | 1 fs/xfs/xfs_buf_item.c | 156 ++++++++++------ fs/xfs/xfs_buf_item.h | 5 - fs/xfs/xfs_file.c | 39 +--- fs/xfs/xfs_icache.c | 15 +- fs/xfs/xfs_inode.c | 35 +++- fs/xfs/xfs_inode_item.c | 74 ++++++-- fs/xfs/xfs_ioctl.c | 41 +++- fs/xfs/xfs_iops.c | 2 fs/xfs/xfs_log.c | 44 ++++ fs/xfs/xfs_log_recover.c | 182 ++++++++++++------- fs/xfs/xfs_mount.c | 12 - fs/xfs/xfs_qm.c | 31 +++ fs/xfs/xfs_reflink.c | 4 fs/xfs/xfs_super.c | 2 fs/xfs/xfs_trace.h | 20 ++ fs/xfs/xfs_trans.h | 16 +- fs/xfs/xfs_trans_ail.c | 72 ++++--- fs/xfs/xfs_trans_bmap.c | 11 + fs/xfs/xfs_trans_buf.c | 98 ++++++---- fs/xfs/xfs_trans_priv.h | 46 +++-- include/linux/fs.h | 1 include/linux/netdevice.h | 2 include/net/inet_frag.h | 41 +--- include/net/ip6_fib.h | 32 +++ net/bridge/br_device.c | 3 net/core/datagram.c | 2 net/core/dev.c | 3 net/ieee802154/6lowpan/reassembly.c | 11 - net/ipv4/inet_fragment.c | 4 net/ipv4/ip_fragment.c | 12 - net/ipv4/ip_tunnel.c | 4 net/ipv4/tcp.c | 4 net/ipv6/addrconf.c | 2 net/ipv6/ip6_fib.c | 56 ++++-- net/ipv6/ip6_gre.c | 4 net/ipv6/netfilter/nf_conntrack_reasm.c | 12 - net/ipv6/output_core.c | 6 - net/ipv6/reassembly.c | 12 - net/ipv6/route.c | 17 +- net/kcm/kcmsock.c | 4 net/packet/af_packet.c | 12 + net/sctp/sctp_diag.c | 7 + net/sctp/socket.c | 3 net/sctp/ulpqueue.c | 3 79 files changed, 1246 insertions(+), 669 deletions(-)