From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:44304 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752703AbdECPzR (ORCPT ); Wed, 3 May 2017 11:55:17 -0400 Date: Wed, 3 May 2017 08:55:04 -0700 From: Greg KH To: linux-kernel@vger.kernel.org, Andrew Morton , torvalds@linux-foundation.org, stable@vger.kernel.org Cc: lwn@lwn.net, Jiri Slaby Subject: Linux 4.9.26 Message-ID: <20170503155504.GA8994@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline Sender: stable-owner@vger.kernel.org List-ID: --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm announcing the release of the 4.9.26 kernel. All users of the 4.9 kernel series must upgrade. The updated 4.9.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linu= x-4.9.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=3Dlinux/kernel/git/stable/linux-stable.git;a=3Dsu= mmary thanks, greg k-h ------------ Makefile | 2=20 arch/arc/include/asm/atomic.h | 3=20 arch/arc/include/asm/entry-arcv2.h | 2=20 arch/arc/include/asm/ptrace.h | 2=20 arch/mips/kernel/cevt-r4k.c | 2=20 arch/mips/kernel/elf.c | 2=20 arch/mips/kernel/kgdb.c | 48 ++++-- arch/sparc/include/asm/pgtable_64.h | 15 + arch/sparc/mm/init_64.c | 2=20 arch/x86/kernel/ftrace.c | 12 + drivers/input/serio/i8042-x86ia64io.h | 7=20 drivers/mmc/host/sdhci-msm.c | 4=20 drivers/net/can/usb/gs_usb.c | 17 +- drivers/net/ethernet/mellanox/mlx5/core/en.h | 2=20 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c | 1=20 drivers/net/ethernet/mellanox/mlx5/core/lag.c | 5=20 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2=20 drivers/net/ethernet/renesas/sh_eth.c | 122 ++++++++---= ----- drivers/net/macsec.c | 2=20 drivers/net/macvlan.c | 11 + drivers/net/phy/dp83640.c | 2=20 drivers/net/phy/phy.c | 42 ++++- drivers/net/vrf.c | 2=20 fs/ceph/inode.c | 22 +- fs/nfsd/nfs3xdr.c | 13 + fs/nfsd/nfssvc.c | 36 ++++ fs/nfsd/nfsxdr.c | 10 - include/linux/phy.h | 1=20 include/uapi/linux/ipv6_route.h | 2=20 kernel/bpf/verifier.c | 5=20 net/9p/client.c | 4=20 net/core/neighbour.c | 3=20 net/core/netpoll.c | 10 + net/core/skbuff.c | 19 +- net/ipv4/ip_sockglue.c | 9 - net/ipv4/ping.c | 5=20 net/ipv4/route.c | 2=20 net/ipv4/tcp.c | 1=20 net/ipv4/tcp_cong.c | 11 - net/ipv6/addrconf.c | 25 ++- net/ipv6/datagram.c | 10 - net/ipv6/ip6_tunnel.c | 34 ++-- net/ipv6/ip6mr.c | 13 - net/ipv6/raw.c | 3=20 net/ipv6/route.c | 4=20 net/kcm/kcmsock.c | 6=20 net/l2tp/l2tp_core.c | 8 - net/l2tp/l2tp_core.h | 3=20 net/l2tp/l2tp_debugfs.c | 10 - net/l2tp/l2tp_ip.c | 5=20 net/l2tp/l2tp_ip6.c | 5=20 net/l2tp/l2tp_netlink.c | 7=20 net/l2tp/l2tp_ppp.c | 19 +- net/packet/af_packet.c | 4=20 net/sctp/socket.c | 3=20 sound/core/seq/seq_lock.c | 9 - sound/firewire/lib.h | 2=20 sound/firewire/oxfw/oxfw.c | 4=20 sound/soc/intel/boards/bytcr_rt5640.c | 4=20 sound/soc/intel/boards/bytcr_rt5651.c | 2=20 60 files changed, 416 insertions(+), 226 deletions(-) Al Viro (1): p9_client_readdir() fix Alexander Kochetkov (1): net: phy: fix auto-negotiation stall due to unavailable interrupt Alexei Starovoitov (1): bpf: improve verifier packet range checks Andrey Konovalov (2): net/packet: fix overflow in check for tp_frame_nr net/packet: fix overflow in check for tp_reserve Dan Carpenter (1): dp83640: don't recieve time stamps twice David Ahern (3): net: vrf: Fix setting NLM_F_EXCL flag when adding l3mdev rule net: ipv6: RTF_PCPU should not be settable from userspace net: ipv6: regenerate host route if moved to gc list Dmitry Torokhov (1): Input: i8042 - add Clevo P650RS to the i8042 reset list Eric Dumazet (3): ping: implement proper locking net: neigh: guard against NULL solicit() method tcp: clear saved_syn in tcp_disconnect() Eugenia Emantayev (1): net/mlx5e: Fix small packet threshold Florian Larysch (1): net: ipv4: fix multipath RTM_GETROUTE behavior when iif is given Greg Kroah-Hartman (2): Revert "mmc: sdhci-msm: Enable few quirks" Linux 4.9.26 Guillaume Nault (4): l2tp: hold tunnel socket when handling control frames in l2tp_ip and = l2tp_ip6 l2tp: purge socket queues in the .destruct() callback l2tp: take reference on sessions being dumped l2tp: fix PPP pseudo-wire auto-loading Herbert Xu (1): macvlan: Fix device ref leak when purging bc_queue Ilan Tayari (2): gso: Validate assumption of frag_list segementation net/mlx5e: Fix ETHTOOL_GRXCLSRLALL handling J. Bruce Fields (3): nfsd: check for oversized NFSv2/v3 arguments nfsd4: minor NFSv2/v3 write decoding cleanup nfsd: stricter decoding of write-like NFSv2/v3 ops James Cowgill (1): MIPS: Avoid BUG warning in arch_check_elf James Hogan (2): MIPS: KGDB: Use kernel context for sleeping threads MIPS: cevt-r4k: Fix out-of-bounds array access Jamie Bainbridge (1): ipv6: check raw payload size correctly in ioctl Jason A. Donenfeld (1): macsec: avoid heap overflow in skb_to_sgvec Josh Poimboeuf (1): ftrace/x86: Fix triple fault with graph tracing and suspend-to-ram Maksim Salau (1): net: can: usb: gs_usb: Fix buffer on stack Mohamad Haj Yahia (1): net/mlx5: Fix driver load bad flow when having fw initializing timeout Nathan Sullivan (1): net: phy: handle state correctly in phy_stop_machine Nikolay Aleksandrov (1): ip6mr: fix notification device destruction Noam Camus (1): ARC: [plat-eznps] Fix build error Rabin Vincent (1): ipv6: Fix idev->addr_list corruption Sergei Shtylyov (1): sh_eth: unmap DMA buffers when freeing rings Takashi Iwai (2): ALSA: seq: Don't break snd_use_lock_sync() loop by timeout ASoC: intel: Fix PM and non-atomic crash in bytcr drivers Takashi Sakamoto (2): ALSA: oxfw: fix regression to handle Stanton SCS.1m/1d ALSA: firewire-lib: fix inappropriate assignment between signed/unsig= ned type Talat Batheesh (1): net/mlx5: Avoid dereferencing uninitialized pointer Tom Hromatka (1): sparc64: Fix kernel panic due to erroneous #ifdef surrounding pmd_wri= te() Tushar Dave (1): netpoll: Check for skb->queue_mapping Vineet Gupta (1): ARCv2: save r30 on kernel entry as gcc uses it for code-gen WANG Cong (2): kcm: return immediately after copy_from_user() failure ipv6: check skb->protocol before lookup for nexthop Wei Wang (1): tcp: memset ca_priv data to 0 properly Willem de Bruijn (1): net-timestamp: avoid use-after-free in ip_recv_error Xin Long (1): sctp: listen on the sock only when it's state is listening or closed Yan, Zheng (1): ceph: fix recursion between ceph_set_acl() and __ceph_setattr() bob picco (1): sparc64: kern_addr_valid regression --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAlkJ/VgACgkQONu9yGCS aT47kA//UdmknNn8nCHy8mirZppYAYEEx8rW3dqQoy+FL7Ptsgf/PR5ZQNIFjiMK PsqWi3UcGvXqRUdsa5ignfUFOU6RWhmaUWG4HHCMaYrkE6g19d7BlwB0fM1tb9NF 3wUb2lTb4ZRihbdzckrxgZp3H4HSh7j4m2qePmLZ+ZWfxfbnzSP8UdizEVDKZ68H vrpjutEak54EGXGIjdAVa6Vd4d73VUyqhD3jajO+0x7LQpXNVlmIRJfZRFxiY8CF sBD8tNaf+XywEuIxB3W7U9jKLqjWVKfYst+vtGtckJrp3KJdexqSBgIazgbkfvKT g1LhjNbypwZHpxJU4t1ybXi/6WR36tgz6C8jN8E5Mm1jioolUSkTIMgcjMJAmXRj 0bLs6C19HN2t0Ntj4vF2SVG2+loO1Jx/bUe28VZgiC1M8Wa2CCrUUcHl8pfudiw/ o3j2MAplGLtXOILtjX6jIzuNrqw9pQqWnFpAxbJ2b0oKg9J5bD5lg338apAUbtGr FCB/7IwpaaH9Q2IkLKfiq/KKewRwBSRvGWvCBpC/FrF06/dKHdHM0wgXbvurnnpW hSg4FLBcjJGhO19FkwcYEq9gYVz3FCEz30pwkoPKTm+3AytjHbm/Lg+us3WKEkLM A5XhbJ0F1MTmJGeaTsvhT+uV5HplMiMGgHpsFMuhnJmTnhdq1DE= =9kdQ -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J--