Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1525885

[PATCH 4.4 00/37] 4.4.34-stable review

From Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject [PATCH 4.4 00/37] 4.4.34-stable review
Date 2016-11-19 10:30 +0100
Message-ID <sFa89-33e-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This is the start of the stable review cycle for the 4.4.34 release.
There are 37 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 Mon Nov 21 09:19:48 UTC 2016.
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.4.34-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.4.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 4.4.34-rc1

David S. Miller <davem@davemloft.net>
    sparc64: Delete now unused user copy fixup functions.

David S. Miller <davem@davemloft.net>
    sparc64: Delete now unused user copy assembler helpers.

David S. Miller <davem@davemloft.net>
    sparc64: Convert U3copy_{from,to}_user to accurate exception reporting.

David S. Miller <davem@davemloft.net>
    sparc64: Convert NG2copy_{from,to}_user to accurate exception reporting.

David S. Miller <davem@davemloft.net>
    sparc64: Convert NGcopy_{from,to}_user to accurate exception reporting.

David S. Miller <davem@davemloft.net>
    sparc64: Convert NG4copy_{from,to}_user to accurate exception reporting.

David S. Miller <davem@davemloft.net>
    sparc64: Convert U1copy_{from,to}_user to accurate exception reporting.

David S. Miller <davem@davemloft.net>
    sparc64: Convert GENcopy_{from,to}_user to accurate exception reporting.

David S. Miller <davem@davemloft.net>
    sparc64: Convert copy_in_user to accurate exception reporting.

David S. Miller <davem@davemloft.net>
    sparc64: Prepare to move to more saner user copy exception handling.

David S. Miller <davem@davemloft.net>
    sparc64: Delete __ret_efault.

David S. Miller <davem@davemloft.net>
    sparc64: Handle extremely large kernel TLB range flushes more gracefully.

David S. Miller <davem@davemloft.net>
    sparc64: Fix illegal relative branches in hypervisor patched TLB cross-call code.

David S. Miller <davem@davemloft.net>
    sparc64: Fix instruction count in comment for __hypervisor_flush_tlb_pending.

David S. Miller <davem@davemloft.net>
    sparc64: Fix illegal relative branches in hypervisor patched TLB code.

David S. Miller <davem@davemloft.net>
    sparc64: Handle extremely large kernel TSB range flushes sanely.

James Clarke <jrtc27@jrtc27.com>
    sparc: Handle negative offsets in arch_jump_label_transform

Mike Kravetz <mike.kravetz@oracle.com>
    sparc64 mm: Fix base TSB sizing when hugetlb pages are used

Dan Carpenter <dan.carpenter@oracle.com>
    sparc: serial: sunhv: fix a double lock bug

David S. Miller <davem@davemloft.net>
    sparc: Don't leak context bits into thread->fault_address

Peter Hurley <peter@hurleysoftware.com>
    tty: Prevent ldisc drivers from re-using stale tty fields

Eric Dumazet <edumazet@google.com>
    tcp: take care of truncations done by sk_filter()

Stephen Suryaputra Lin <stephen.suryaputra.lin@gmail.com>
    ipv4: use new_gw for redirect neigh lookup

Eric Dumazet <edumazet@google.com>
    net: __skb_flow_dissect() must cap its return value

Soheil Hassas Yeganeh <soheil@google.com>
    sock: fix sendmmsg for partial sendmsg

Alexander Duyck <alexander.h.duyck@intel.com>
    fib_trie: Correct /proc/net/route off by one error

Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
    sctp: assign assoc_id earlier in __sctp_connect

Eric Dumazet <edumazet@google.com>
    ipv6: dccp: add missing bind_conflict to dccp_ipv6_mapped

Eric Dumazet <edumazet@google.com>
    ipv6: dccp: fix out of bound access in dccp_v6_err()

Eric Dumazet <edumazet@google.com>
    dccp: fix out of bound access in dccp_v4_err()

Eric Dumazet <edumazet@google.com>
    dccp: do not send reset to already closed sockets

Eric Dumazet <edumazet@google.com>
    tcp: fix potential memory corruption

Eli Cooper <elicooper@gmx.com>
    ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()

Andy Gospodarek <gospo@broadcom.com>
    bgmac: stop clearing DMA receive control register right after it is set

Eric Dumazet <edumazet@google.com>
    net: mangle zero checksum in skb_checksum_help()

Eric Dumazet <edumazet@google.com>
    net: clear sk_err_soft in sk_clone_lock()

Florian Westphal <fw@strlen.de>
    dctcp: avoid bogus doubling of cwnd after loss


-------------

Diffstat:

 Makefile                              |   4 +-
 arch/sparc/include/asm/mmu_64.h       |   3 +-
 arch/sparc/include/asm/uaccess_64.h   |  66 +-----
 arch/sparc/kernel/dtlb_prot.S         |   4 +-
 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 -
 arch/sparc/kernel/tsb.S               |  12 +-
 arch/sparc/lib/GENcopy_from_user.S    |   4 +-
 arch/sparc/lib/GENcopy_to_user.S      |   4 +-
 arch/sparc/lib/GENmemcpy.S            |  48 +++--
 arch/sparc/lib/Makefile               |   2 +-
 arch/sparc/lib/NG2copy_from_user.S    |   8 +-
 arch/sparc/lib/NG2copy_to_user.S      |   8 +-
 arch/sparc/lib/NG2memcpy.S            | 228 +++++++++++++--------
 arch/sparc/lib/NG4copy_from_user.S    |   8 +-
 arch/sparc/lib/NG4copy_to_user.S      |   8 +-
 arch/sparc/lib/NG4memcpy.S            | 294 +++++++++++++++++++-------
 arch/sparc/lib/NGcopy_from_user.S     |   4 +-
 arch/sparc/lib/NGcopy_to_user.S       |   4 +-
 arch/sparc/lib/NGmemcpy.S             | 233 ++++++++++++++-------
 arch/sparc/lib/U1copy_from_user.S     |   8 +-
 arch/sparc/lib/U1copy_to_user.S       |   8 +-
 arch/sparc/lib/U1memcpy.S             | 345 ++++++++++++++++++++-----------
 arch/sparc/lib/U3copy_from_user.S     |   8 +-
 arch/sparc/lib/U3copy_to_user.S       |   8 +-
 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 +-
 arch/sparc/mm/hugetlbpage.c           |   4 +-
 arch/sparc/mm/init_64.c               |   3 +-
 arch/sparc/mm/tlb.c                   |   4 +-
 arch/sparc/mm/tsb.c                   |  31 ++-
 arch/sparc/mm/ultra.S                 | 374 +++++++++++++++++++++++++++-------
 drivers/net/ethernet/broadcom/bgmac.c |   5 +-
 drivers/tty/serial/sunhv.c            |   6 -
 drivers/tty/tty_ldisc.c               |   7 +
 include/linux/filter.h                |   6 +-
 include/net/ip6_tunnel.h              |   1 +
 include/net/tcp.h                     |   1 +
 net/core/dev.c                        |   2 +-
 net/core/filter.c                     |  10 +-
 net/core/flow_dissector.c             |  11 +-
 net/core/sock.c                       |   1 +
 net/dccp/ipv4.c                       |  14 +-
 net/dccp/ipv6.c                       |  16 +-
 net/dccp/proto.c                      |   4 +
 net/ipv4/fib_trie.c                   |  21 +-
 net/ipv4/route.c                      |   4 +-
 net/ipv4/tcp.c                        |   2 +-
 net/ipv4/tcp_dctcp.c                  |  13 +-
 net/ipv4/tcp_ipv4.c                   |  19 +-
 net/ipv6/tcp_ipv6.c                   |   6 +-
 net/sctp/socket.c                     |   7 +-
 net/socket.c                          |   2 +
 57 files changed, 1500 insertions(+), 804 deletions(-)

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 4.4 00/37] 4.4.34-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:30 +0100
  [PATCH 4.4 31/37] sparc64: Convert U1copy_{from,to}_user to accurate exception reporting. Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:30 +0100
  [PATCH 4.4 02/37] net: clear sk_err_soft in sk_clone_lock() Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:30 +0100
  [PATCH 4.4 12/37] fib_trie: Correct /proc/net/route off by one error Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:30 +0100
  [PATCH 4.4 27/37] sparc64: Delete __ret_efault. Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:30 +0100
  [PATCH 4.4 25/37] sparc64: Fix illegal relative branches in hypervisor patched TLB cross-call code. Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:30 +0100
  [PATCH 4.4 10/37] ipv6: dccp: add missing bind_conflict to dccp_ipv6_mapped Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:30 +0100
  [PATCH 4.4 32/37] sparc64: Convert NG4copy_{from,to}_user to accurate exception reporting. Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:30 +0100
  [PATCH 4.4 24/37] sparc64: Fix instruction count in comment for __hypervisor_flush_tlb_pending. Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:30 +0100
  [PATCH 4.4 07/37] dccp: do not send reset to already closed sockets Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:30 +0100
  [PATCH 4.4 14/37] net: __skb_flow_dissect() must cap its return value Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:30 +0100
  [PATCH 4.4 30/37] sparc64: Convert GENcopy_{from,to}_user to accurate exception reporting. Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:30 +0100
  [PATCH 4.4 05/37] ip6_tunnel: Clear IP6CB in ip6tunnel_xmit() Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:30 +0100
  [PATCH 4.4 35/37] sparc64: Convert U3copy_{from,to}_user to accurate exception reporting. Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:30 +0100
  [PATCH 4.4 33/37] sparc64: Convert NGcopy_{from,to}_user to accurate exception reporting. Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:30 +0100
  [PATCH 4.4 11/37] sctp: assign assoc_id earlier in __sctp_connect Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:30 +0100
  [PATCH 4.4 19/37] sparc: serial: sunhv: fix a double lock bug Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:30 +0100
  [PATCH 4.4 16/37] tcp: take care of truncations done by sk_filter() Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:30 +0100
  [PATCH 4.4 23/37] sparc64: Fix illegal relative branches in hypervisor patched TLB code. Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:30 +0100
  [PATCH 4.4 36/37] sparc64: Delete now unused user copy assembler helpers. Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:40 +0100
  [PATCH 4.4 09/37] ipv6: dccp: fix out of bound access in dccp_v6_err() Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:40 +0100
  [PATCH 4.4 17/37] tty: Prevent ldisc drivers from re-using stale tty fields Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:40 +0100
  [PATCH 4.4 26/37] sparc64: Handle extremely large kernel TLB range flushes more gracefully. Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:40 +0100
  [PATCH 4.4 29/37] sparc64: Convert copy_in_user to accurate exception reporting. Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:40 +0100
  [PATCH 4.4 34/37] sparc64: Convert NG2copy_{from,to}_user to accurate exception reporting. Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:40 +0100
  [PATCH 4.4 15/37] ipv4: use new_gw for redirect neigh lookup Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:40 +0100
  [PATCH 4.4 37/37] sparc64: Delete now unused user copy fixup functions. Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:40 +0100
  [PATCH 4.4 01/37] dctcp: avoid bogus doubling of cwnd after loss Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:50 +0100
  [PATCH 4.4 20/37] sparc64 mm: Fix base TSB sizing when hugetlb pages are used Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:50 +0100
  [PATCH 4.4 04/37] bgmac: stop clearing DMA receive control register right after it is set Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:50 +0100
  [PATCH 4.4 21/37] sparc: Handle negative offsets in arch_jump_label_transform Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:50 +0100
  [PATCH 4.4 08/37] dccp: fix out of bound access in dccp_v4_err() Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:50 +0100
  [PATCH 4.4 22/37] sparc64: Handle extremely large kernel TSB range flushes sanely. Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-19 10:50 +0100
  Re: [PATCH 4.4 00/37] 4.4.34-stable review Guenter Roeck <linux@roeck-us.net> - 2016-11-19 17:30 +0100
  Re: [PATCH 4.4 00/37] 4.4.34-stable review Shuah Khan <shuah.kh@samsung.com> - 2016-11-21 17:40 +0100
    Re: [PATCH 4.4 00/37] 4.4.34-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-21 17:50 +0100

csiph-web