Merge tag 'v4.10.14' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.10-stable
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23992800AbdFFPyulof93/[email protected]> |
Author: Ralf Baechle <[email protected]> Tue Jun 6 12:11:53 2017 +0200 Commit: e547024844f03f605d2ce4addee54927a0f192a7 Gitweb: https://git.linux-mips.org/g/ralf/linux/e547024844f0 Branch: linux-4.10-stable --- Makefile | 2 arch/arc/include/asm/atomic.h | 3 arch/mips/kernel/cevt-r4k.c | 2 arch/mips/kernel/elf.c | 2 arch/sparc/include/asm/pgtable_64.h | 15 +- arch/sparc/mm/init_64.c | 2 arch/x86/kernel/ftrace.c | 12 ++ drivers/input/serio/i8042-x86ia64io.h | 7 + drivers/net/can/usb/gs_usb.c | 17 ++- drivers/net/ethernet/mellanox/mlx5/core/en.h | 2 .../ethernet/mellanox/mlx5/core/en_fs_ethtool.c | 1 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 3 .../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 36 ++++-- drivers/net/ethernet/mellanox/mlx5/core/lag.c | 5 - drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 drivers/net/ethernet/renesas/sh_eth.c | 122 +++++++++++--------- drivers/net/macsec.c | 2 drivers/net/macvlan.c | 11 ++ drivers/net/phy/dp83640.c | 2 drivers/net/phy/phy.c | 42 ++++++- drivers/net/vrf.c | 2 drivers/scsi/scsi_lib.c | 4 - fs/ceph/inode.c | 22 ++-- fs/nfsd/nfs3xdr.c | 13 +- fs/nfsd/nfssvc.c | 36 ++++++ fs/nfsd/nfsxdr.c | 10 +- include/linux/errqueue.h | 2 include/linux/phy.h | 1 include/uapi/linux/ipv6_route.h | 2 kernel/bpf/verifier.c | 5 - kernel/cpu.c | 28 ++--- net/9p/client.c | 4 + net/core/neighbour.c | 3 net/core/netpoll.c | 10 +- net/core/secure_seq.c | 29 ++++- net/core/skbuff.c | 46 ++++++-- net/ipv4/ip_sockglue.c | 9 + net/ipv4/ping.c | 5 - net/ipv4/route.c | 2 net/ipv4/tcp.c | 1 net/ipv4/tcp_cong.c | 11 -- net/ipv6/addrconf.c | 25 +++- net/ipv6/datagram.c | 10 -- net/ipv6/exthdrs.c | 5 + net/ipv6/ip6_tunnel.c | 34 +++--- net/ipv6/ip6mr.c | 13 +- net/ipv6/raw.c | 3 net/ipv6/route.c | 4 + net/ipv6/seg6.c | 3 net/kcm/kcmsock.c | 6 - net/l2tp/l2tp_core.c | 8 + net/l2tp/l2tp_core.h | 3 net/l2tp/l2tp_debugfs.c | 10 +- net/l2tp/l2tp_ip.c | 5 - net/l2tp/l2tp_ip6.c | 5 - net/l2tp/l2tp_netlink.c | 7 + net/l2tp/l2tp_ppp.c | 19 ++- net/openvswitch/flow.c | 10 +- net/packet/af_packet.c | 4 + net/sctp/socket.c | 3 net/socket.c | 13 ++ sound/core/seq/seq_lock.c | 9 - sound/firewire/lib.h | 2 sound/firewire/oxfw/oxfw.c | 4 - sound/soc/intel/boards/bytcr_rt5640.c | 4 - sound/soc/intel/boards/bytcr_rt5651.c | 2 tools/testing/selftests/bpf/test_verifier.c | 20 +++ 67 files changed, 518 insertions(+), 248 deletions(-)