Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753714AbcKUJ2q (ORCPT ); Mon, 21 Nov 2016 04:28:46 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:40558 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753343AbcKUJ2p (ORCPT ); Mon, 21 Nov 2016 04:28:45 -0500 Date: Mon, 21 Nov 2016 10:28:55 +0100 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.4.34 Message-ID: <20161121092855.GA20976@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="SLDf9lqlvOQaIe6s" Content-Disposition: inline User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 7162 Lines: 182 --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm announcing the release of the 4.4.34 kernel. All users of the 4.4 kernel series must upgrade. The updated 4.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linu= x-4.4.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/sparc/include/asm/mmu_64.h | 3=20 arch/sparc/include/asm/uaccess_64.h | 66 ------ arch/sparc/kernel/dtlb_prot.S | 4=20 arch/sparc/kernel/head_64.S | 36 --- arch/sparc/kernel/jump_label.c | 23 +- arch/sparc/kernel/ktlb.S | 12 + arch/sparc/kernel/sparc_ksyms_64.c | 1=20 arch/sparc/kernel/tsb.S | 12 - arch/sparc/lib/GENcopy_from_user.S | 4=20 arch/sparc/lib/GENcopy_to_user.S | 4=20 arch/sparc/lib/GENmemcpy.S | 48 +++- arch/sparc/lib/Makefile | 2=20 arch/sparc/lib/NG2copy_from_user.S | 8=20 arch/sparc/lib/NG2copy_to_user.S | 8=20 arch/sparc/lib/NG2memcpy.S | 228 +++++++++++++------- arch/sparc/lib/NG4copy_from_user.S | 8=20 arch/sparc/lib/NG4copy_to_user.S | 8=20 arch/sparc/lib/NG4memcpy.S | 294 ++++++++++++++++++++------ arch/sparc/lib/NGcopy_from_user.S | 4=20 arch/sparc/lib/NGcopy_to_user.S | 4=20 arch/sparc/lib/NGmemcpy.S | 233 ++++++++++++++------- arch/sparc/lib/U1copy_from_user.S | 8=20 arch/sparc/lib/U1copy_to_user.S | 8=20 arch/sparc/lib/U1memcpy.S | 345 ++++++++++++++++++++---------= -- arch/sparc/lib/U3copy_from_user.S | 8=20 arch/sparc/lib/U3copy_to_user.S | 8=20 arch/sparc/lib/U3memcpy.S | 227 ++++++++++++++------ arch/sparc/lib/copy_in_user.S | 35 ++- arch/sparc/lib/user_fixup.c | 71 ------ arch/sparc/mm/fault_64.c | 6=20 arch/sparc/mm/hugetlbpage.c | 4=20 arch/sparc/mm/init_64.c | 3=20 arch/sparc/mm/tlb.c | 4=20 arch/sparc/mm/tsb.c | 31 ++ arch/sparc/mm/ultra.S | 374 +++++++++++++++++++++++++++--= ----- drivers/net/ethernet/broadcom/bgmac.c | 5=20 drivers/tty/serial/sunhv.c | 6=20 drivers/tty/tty_ldisc.c | 7=20 include/linux/filter.h | 6=20 include/net/ip6_tunnel.h | 1=20 include/net/tcp.h | 1=20 net/core/dev.c | 2=20 net/core/filter.c | 10=20 net/core/flow_dissector.c | 11 - net/core/sock.c | 1=20 net/dccp/ipv4.c | 14 - net/dccp/ipv6.c | 16 - net/dccp/proto.c | 4=20 net/ipv4/fib_trie.c | 21 - net/ipv4/route.c | 4=20 net/ipv4/tcp.c | 2=20 net/ipv4/tcp_dctcp.c | 13 + net/ipv4/tcp_ipv4.c | 19 + net/ipv6/tcp_ipv6.c | 6=20 net/sctp/socket.c | 7=20 net/socket.c | 2=20 57 files changed, 1499 insertions(+), 803 deletions(-) Alexander Duyck (1): fib_trie: Correct /proc/net/route off by one error Andy Gospodarek (1): bgmac: stop clearing DMA receive control register right after it is s= et Dan Carpenter (1): sparc: serial: sunhv: fix a double lock bug David S. Miller (17): sparc: Don't leak context bits into thread->fault_address sparc64: Handle extremely large kernel TSB range flushes sanely. sparc64: Fix illegal relative branches in hypervisor patched TLB code. sparc64: Fix instruction count in comment for __hypervisor_flush_tlb_= pending. sparc64: Fix illegal relative branches in hypervisor patched TLB cros= s-call code. sparc64: Handle extremely large kernel TLB range flushes more gracefu= lly. sparc64: Delete __ret_efault. sparc64: Prepare to move to more saner user copy exception handling. sparc64: Convert copy_in_user to accurate exception reporting. sparc64: Convert GENcopy_{from,to}_user to accurate exception reporti= ng. sparc64: Convert U1copy_{from,to}_user to accurate exception reportin= g. sparc64: Convert NG4copy_{from,to}_user to accurate exception reporti= ng. sparc64: Convert NGcopy_{from,to}_user to accurate exception reportin= g. sparc64: Convert NG2copy_{from,to}_user to accurate exception reporti= ng. sparc64: Convert U3copy_{from,to}_user to accurate exception reportin= g. sparc64: Delete now unused user copy assembler helpers. sparc64: Delete now unused user copy fixup functions. Eli Cooper (1): ip6_tunnel: Clear IP6CB in ip6tunnel_xmit() Eric Dumazet (9): net: clear sk_err_soft in sk_clone_lock() net: mangle zero checksum in skb_checksum_help() tcp: fix potential memory corruption dccp: do not send reset to already closed sockets dccp: fix out of bound access in dccp_v4_err() ipv6: dccp: fix out of bound access in dccp_v6_err() ipv6: dccp: add missing bind_conflict to dccp_ipv6_mapped net: __skb_flow_dissect() must cap its return value tcp: take care of truncations done by sk_filter() Florian Westphal (1): dctcp: avoid bogus doubling of cwnd after loss Greg Kroah-Hartman (1): Linux 4.4.34 James Clarke (1): sparc: Handle negative offsets in arch_jump_label_transform Marcelo Ricardo Leitner (1): sctp: assign assoc_id earlier in __sctp_connect Mike Kravetz (1): sparc64 mm: Fix base TSB sizing when hugetlb pages are used Peter Hurley (1): tty: Prevent ldisc drivers from re-using stale tty fields Soheil Hassas Yeganeh (1): sock: fix sendmmsg for partial sendmsg Stephen Suryaputra Lin (1): ipv4: use new_gw for redirect neigh lookup --SLDf9lqlvOQaIe6s Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJYMr5WAAoJEDjbvchgkmk+W3UQALpnTDxKDAddDquWxyp/0e3H AaP4waEjGwe9EdkHooEHRrvdJFC4kVbb3Klza6174GyGzSYIPtd/UjfzzXHC1Nht 6bsivjmR9lUSK4xut6ORNe8fC5ijhxo9JgsRMx1tgvHMS3rNgmVCJftvBTnfJHhl 0vBJas1jIw5U9DAjYn3DyiA8X7Tef7WdjIgvMgdJ5BLDmmkfrjO5iMpiNU4T9O7f YSrOxU1v8AzfsfA48QXApD4lpSvTwuX9oY9mdJ5h5DxcisWYN2dnMC9PH+VsRjYW FV4g5CyBEvs3oeTD7r4pmQidLweqFGjNz6bu5ej8VW/yJ2ePK47/wbgUwT8gdz+R eCIkvPUl/FenT6NnJDTQEaO9ox8DAW+7RJJWbUBmj586IGweTCvVLa8jEhLjs6B6 /oGwWT2PjddRheHl5WYt0WJGdtz/A5P1FxmrPNIx2iQIJqRpRygTfQuAvdiE5pFS eNYayxmASJ5nyT9mC77XIzhrq53gBBBK6J8fekJjFbqxILm9c53LUWQcb1cNxtY4 0KNfgIGXWpfMkZKdR6suQl2ar1iJ3GL9S5xudkTrzrl3iZIOWcndFWehYCXExfMy MPSxXvZb0OrJsu5tsdYJr2zrUS1L4s3ipOMLtMvX7pod2Uy7RnbI4ucDpfChPGYU RBiFJMuU7tu+AsrnvQRh =gRCL -----END PGP SIGNATURE----- --SLDf9lqlvOQaIe6s--