This is the start of the stable review cycle for the 4.10.14 release. There are 62 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Wed May 3 21:27:17 UTC 2017. Anything received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.10.14-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.10.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 4.10.14-rc1 Josh Poimboeuf <jpoimboe@xxxxxxxxxx> ftrace/x86: Fix triple fault with graph tracing and suspend-to-ram Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> cpu/hotplug: Serialize callback invocations proper Maksim Salau <maksim.salau@xxxxxxxxx> net: can: usb: gs_usb: Fix buffer on stack Jason A. Donenfeld <Jason@xxxxxxxxx> macsec: avoid heap overflow in skb_to_sgvec Yan, Zheng <zyan@xxxxxxxxxx> ceph: fix recursion between ceph_set_acl() and __ceph_setattr() J. Bruce Fields <bfields@xxxxxxxxxx> nfsd: stricter decoding of write-like NFSv2/v3 ops J. Bruce Fields <bfields@xxxxxxxxxx> nfsd4: minor NFSv2/v3 write decoding cleanup J. Bruce Fields <bfields@xxxxxxxxxx> nfsd: check for oversized NFSv2/v3 arguments Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> Input: i8042 - add Clevo P650RS to the i8042 reset list Takashi Iwai <tiwai@xxxxxxx> ASoC: intel: Fix PM and non-atomic crash in bytcr drivers Al Viro <viro@xxxxxxxxxxxxxxxxxx> p9_client_readdir() fix James Cowgill <James.Cowgill@xxxxxxxxxx> MIPS: Avoid BUG warning in arch_check_elf James Hogan <james.hogan@xxxxxxxxxx> MIPS: cevt-r4k: Fix out-of-bounds array access James Hogan <james.hogan@xxxxxxxxxx> MIPS: KGDB: Use kernel context for sleeping threads Noam Camus <noamca@xxxxxxxxxxxx> ARC: [plat-eznps] Fix build error Johannes Thumshirn <jthumshirn@xxxxxxx> scsi: return correct blkprep status code in case scsi_init_io() fails. Takashi Iwai <tiwai@xxxxxxx> ALSA: seq: Don't break snd_use_lock_sync() loop by timeout Takashi Sakamoto <o-takashi@xxxxxxxxxxxxx> ALSA: firewire-lib: fix inappropriate assignment between signed/unsigned type Takashi Sakamoto <o-takashi@xxxxxxxxxxxxx> ALSA: oxfw: fix regression to handle Stanton SCS.1m/1d Jamie Bainbridge <jbainbri@xxxxxxxxxx> ipv6: check raw payload size correctly in ioctl Wei Wang <weiwan@xxxxxxxxxx> tcp: memset ca_priv data to 0 properly WANG Cong <xiyou.wangcong@xxxxxxxxx> ipv6: check skb->protocol before lookup for nexthop Alexander Kochetkov <al.kochet@xxxxxxxxx> net: phy: fix auto-negotiation stall due to unavailable interrupt David Ahern <dsa@xxxxxxxxxxxxxxxxxxx> net: ipv6: regenerate host route if moved to gc list Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> macvlan: Fix device ref leak when purging bc_queue Soheil Hassas Yeganeh <soheil@xxxxxxxxxx> tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATS Soheil Hassas Yeganeh <soheil@xxxxxxxxxx> tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbs Ilan Tayari <ilant@xxxxxxxxxxxx> net/mlx5e: Fix ETHTOOL_GRXCLSRLALL handling Eugenia Emantayev <eugenia@xxxxxxxxxxxx> net/mlx5e: Fix small packet threshold Or Gerlitz <ogerlitz@xxxxxxxxxxxx> net/mlx5: E-Switch, Correctly deal with inline mode on ConnectX-5 Mohamad Haj Yahia <mohamad@xxxxxxxxxxxx> net/mlx5: Fix driver load bad flow when having fw initializing timeout Nikolay Aleksandrov <nikolay@xxxxxxxxxxxxxxxxxxx> ip6mr: fix notification device destruction Tushar Dave <tushar.n.dave@xxxxxxxxxx> netpoll: Check for skb->queue_mapping David Ahern <dsa@xxxxxxxxxxxxxxxxxxx> net: ipv6: RTF_PCPU should not be settable from userspace Ilan Tayari <ilant@xxxxxxxxxxxx> gso: Validate assumption of frag_list segementation Sabrina Dubroca <sd@xxxxxxxxxxxxxxx> ipv6: fix source routing David Lebrun <david.lebrun@xxxxxxxxxxxx> ipv6: sr: fix double free of skb after handling invalid SRH Dan Carpenter <dan.carpenter@xxxxxxxxxx> dp83640: don't recieve time stamps twice David Lebrun <david.lebrun@xxxxxxxxxxxx> ipv6: sr: fix out-of-bounds access in SRH validation Sergei Shtylyov <sergei.shtylyov@xxxxxxxxxxxxxxxxxx> sh_eth: unmap DMA buffers when freeing rings David Ahern <dsa@xxxxxxxxxxxxxxxxxxx> net: vrf: Fix setting NLM_F_EXCL flag when adding l3mdev rule Willem de Bruijn <willemb@xxxxxxxxxx> net-timestamp: avoid use-after-free in ip_recv_error Rabin Vincent <rabinv@xxxxxxxx> ipv6: Fix idev->addr_list corruption Eric Dumazet <edumazet@xxxxxxxxxx> tcp: clear saved_syn in tcp_disconnect() Xin Long <lucien.xin@xxxxxxxxx> sctp: listen on the sock only when it's state is listening or closed Florian Larysch <fl@xxxxxxx> net: ipv4: fix multipath RTM_GETROUTE behavior when iif is given Guillaume Nault <g.nault@xxxxxxxxxxxx> l2tp: fix PPP pseudo-wire auto-loading Guillaume Nault <g.nault@xxxxxxxxxxxx> l2tp: take reference on sessions being dumped Yi-Hung Wei <yihung.wei@xxxxxxxxx> openvswitch: Fix ovs_flow_key_update() Andrey Konovalov <andreyknvl@xxxxxxxxxx> net/packet: fix overflow in check for tp_reserve Andrey Konovalov <andreyknvl@xxxxxxxxxx> net/packet: fix overflow in check for tp_frame_nr Guillaume Nault <g.nault@xxxxxxxxxxxx> l2tp: purge socket queues in the .destruct() callback Guillaume Nault <g.nault@xxxxxxxxxxxx> l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6 Talat Batheesh <talatb@xxxxxxxxxxxx> net/mlx5: Avoid dereferencing uninitialized pointer Alexei Starovoitov <ast@xxxxxx> bpf: improve verifier packet range checks Florian Westphal <fw@xxxxxxxxx> secure_seq: downgrade to per-host timestamp offsets WANG Cong <xiyou.wangcong@xxxxxxxxx> kcm: return immediately after copy_from_user() failure Nathan Sullivan <nathan.sullivan@xxxxxx> net: phy: handle state correctly in phy_stop_machine Eric Dumazet <edumazet@xxxxxxxxxx> net: neigh: guard against NULL solicit() method Tom Hromatka <tom.hromatka@xxxxxxxxxx> sparc64: Fix kernel panic due to erroneous #ifdef surrounding pmd_write() bob picco <bob.picco@xxxxxxxxxx> sparc64: kern_addr_valid regression Eric Dumazet <edumazet@xxxxxxxxxx> ping: implement proper locking ------------- Diffstat: Makefile | 4 +- arch/arc/include/asm/atomic.h | 3 +- arch/mips/kernel/cevt-r4k.c | 2 +- arch/mips/kernel/elf.c | 2 +- arch/mips/kernel/kgdb.c | 48 +++++--- 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 ++++ 68 files changed, 552 insertions(+), 264 deletions(-)