Linux 4.8.10

From: Greg KH
Date: Mon Nov 21 2016 - 04:28:00 EST


I'm announcing the release of the 4.8.10 kernel.

All users of the 4.8 kernel series must upgrade.

The updated 4.8.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.8.y
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

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

Makefile | 2
arch/sparc/include/asm/uaccess_64.h | 28 -
arch/sparc/kernel/head_64.S | 36 -
arch/sparc/kernel/jump_label.c | 23 -
arch/sparc/kernel/sparc_ksyms_64.c | 1
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/tsb.c | 17
arch/sparc/mm/ultra.S | 374 ++++++++++++++----
drivers/net/ethernet/broadcom/bgmac.c | 5
drivers/net/ethernet/broadcom/bnx2.c | 48 +-
drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 4
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c | 22 +
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 7
drivers/usb/gadget/function/f_fs.c | 107 ++++-
include/net/ip.h | 1
include/net/ip6_tunnel.h | 1
include/net/sock.h | 4
include/net/tcp.h | 1
include/uapi/linux/atm_zatm.h | 1
kernel/bpf/hashtab.c | 3
net/core/dev.c | 2
net/core/flow_dissector.c | 11
net/core/sock.c | 6
net/dccp/ipv4.c | 16
net/dccp/ipv6.c | 19
net/dccp/proto.c | 4
net/ipv4/fib_trie.c | 21 -
net/ipv4/icmp.c | 4
net/ipv4/ip_forward.c | 2
net/ipv4/ip_output.c | 6
net/ipv4/ip_tunnel_core.c | 11
net/ipv4/ipmr.c | 2
net/ipv4/route.c | 4
net/ipv4/tcp.c | 4
net/ipv4/tcp_dctcp.c | 13
net/ipv4/tcp_ipv4.c | 19
net/ipv6/icmp.c | 2
net/ipv6/tcp_ipv6.c | 6
net/sctp/socket.c | 22 -
net/socket.c | 2
tools/spi/spidev_test.c | 1
61 files changed, 1624 insertions(+), 801 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 set

Arkadi Sharshevsky (1):
mlxsw: spectrum_router: Correctly dump neighbour activity

Baoquan He (2):
Revert "bnx2: Reset device during driver initialization"
bnx2: Wait for in-flight DMA to complete at probe stage

Baruch Siach (1):
spi: spidev_test: fix build with musl libc

Daniel Borkmann (1):
bpf: fix htab map destruction when extra reserve is in use

David Ahern (2):
net: icmp6_send should use dst dev to determine L3 domain
net: icmp_route_lookup should use rt dev to determine L3 domain

David S. Miller (16):
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 cross-call code.
sparc64: Handle extremely large kernel TLB range flushes more gracefully.
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 reporting.
sparc64: Convert U1copy_{from,to}_user to accurate exception reporting.
sparc64: Convert NG4copy_{from,to}_user to accurate exception reporting.
sparc64: Convert NGcopy_{from,to}_user to accurate exception reporting.
sparc64: Convert NG2copy_{from,to}_user to accurate exception reporting.
sparc64: Convert U3copy_{from,to}_user to accurate exception reporting.
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 (11):
net: clear sk_err_soft in sk_clone_lock()
net: mangle zero checksum in skb_checksum_help()
tcp: fix potential memory corruption
tcp: fix return value for partial writes
dccp: do not release listeners too soon
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 Fainelli (1):
net: stmmac: Fix lack of link transition for fixed PHYs

Florian Westphal (1):
dctcp: avoid bogus doubling of cwnd after loss

Greg Kroah-Hartman (1):
Linux 4.8.10

James Clarke (1):
sparc: Handle negative offsets in arch_jump_label_transform

Lance Richardson (1):
ipv4: allow local fragmentation in ip_finish_output_gso()

Marcelo Ricardo Leitner (1):
sctp: assign assoc_id earlier in __sctp_connect

Michal Nazarewicz (2):
usb: gadget: f_fs: edit epfile->ep under lock
usb: gadget: f_fs: stop sleeping in ffs_func_eps_disable

Mike Frysinger (1):
Revert "include/uapi/linux/atm_zatm.h: include linux/time.h"

Soheil Hassas Yeganeh (1):
sock: fix sendmmsg for partial sendmsg

Stephen Suryaputra Lin (1):
ipv4: use new_gw for redirect neigh lookup

Xin Long (1):
sctp: change sk state only when it has assocs in sctp_shutdown

Yotam Gigi (1):
mlxsw: spectrum: Fix refcount bug on span entries

Attachment: signature.asc
Description: PGP signature