I'm announcing the release of the 4.10.5 kernel. All users of the 4.10 kernel series must upgrade. The updated 4.10.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.10.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 ------------ Documentation/arm64/silicon-errata.txt | 44 +++--- Makefile | 2 arch/arm64/Kconfig | 10 + arch/arm64/kvm/hyp/tlb.c | 64 +++++++-- arch/powerpc/crypto/crc32c-vpmsum_glue.c | 2 arch/x86/events/core.c | 4 arch/x86/kernel/cpu/intel_rdt_rdtgroup.c | 2 arch/x86/kernel/head64.c | 1 arch/x86/kernel/tsc.c | 2 arch/x86/kernel/unwind_frame.c | 36 ++++- arch/x86/mm/kasan_init_64.c | 1 drivers/crypto/s5p-sss.c | 127 +++++++++++------- drivers/gpu/drm/i915/i915_drv.c | 5 drivers/gpu/drm/i915/i915_irq.c | 69 +++++++-- drivers/gpu/drm/i915/intel_dp.c | 4 drivers/gpu/drm/i915/intel_drv.h | 2 drivers/gpu/drm/i915/intel_lspcon.c | 5 drivers/irqchip/irq-gic-v3-its.c | 16 ++ drivers/net/bonding/bond_main.c | 1 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 2 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 14 - drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c | 24 +++ drivers/net/ethernet/mellanox/mlx5/core/en.h | 1 drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c | 1 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 40 +++-- drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 14 - drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c | 30 ++-- drivers/net/geneve.c | 2 drivers/net/team/team.c | 1 drivers/net/tun.c | 18 ++ drivers/net/vrf.c | 3 drivers/net/vxlan.c | 22 +-- include/linux/dccp.h | 1 include/uapi/linux/packet_diag.h | 2 kernel/futex.c | 22 +-- kernel/locking/rwsem-spinlock.c | 15 +- net/bridge/br_forward.c | 3 net/bridge/br_input.c | 1 net/bridge/br_netfilter_hooks.c | 21 -- net/core/dev.c | 35 ++++ net/core/net-sysfs.c | 6 net/core/skbuff.c | 30 ++-- net/dccp/ccids/ccid2.c | 1 net/dccp/input.c | 10 + net/dccp/ipv4.c | 3 net/dccp/ipv6.c | 8 - net/dccp/minisocks.c | 25 ++- net/ipv4/af_inet.c | 4 net/ipv4/fib_frontend.c | 6 net/ipv4/route.c | 2 net/ipv4/tcp_input.c | 10 + net/ipv4/tcp_ipv4.c | 10 - net/ipv4/tcp_timer.c | 6 net/ipv6/ip6_fib.c | 2 net/ipv6/ip6_offload.c | 4 net/ipv6/ip6_output.c | 7 net/ipv6/ip6_vti.c | 4 net/ipv6/netfilter/nf_conntrack_reasm.c | 1 net/ipv6/tcp_ipv6.c | 8 - net/l2tp/l2tp_ip.c | 2 net/mpls/af_mpls.c | 4 net/openvswitch/conntrack.c | 1 net/packet/af_packet.c | 8 - net/sched/act_api.c | 5 net/sched/act_connmark.c | 3 net/sched/act_skbmod.c | 1 net/sctp/protocol.c | 6 net/sctp/socket.c | 8 - net/strparser/strparser.c | 1 69 files changed, 587 insertions(+), 268 deletions(-) Alexander Potapenko (1): net: don't call strlen() on the user buffer in packet_bind_spkt() Alexey Khoroshilov (1): net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dump Andrey Ryabinin (1): x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=y Andrey Vagin (1): net: use net->count to check whether a netns is alive or not Andy Lutomirski (1): x86/perf: Fix CR4.PCE propagation to use active_mm instead of mm Arnaldo Carvalho de Melo (1): dccp: Unlock sock before calling sk_free() Brian Russell (1): vxlan: don't allow overwrite of config src addr Daniel Axtens (1): crypto: powerpc - Fix initialisation of crc32c context David Ahern (3): vrf: Fix use-after-free in vrf_xmit mpls: Send route delete notifications when router module is unloaded mpls: Do not decrement alive counter for unregister events David Forster (1): vti6: return GRE_KEY for vti6 Dmitry V. Levin (1): uapi: fix linux/packet_diag.h userspace compilation error Eric Dumazet (7): tcp/dccp: block BH for SYN processing net: net_enable_timestamp() can be called from irq contexts ipv6: orphan skbs in reassembly unit tcp: fix various issues for sockets morphing to listen state net: fix socket refcounting in skb_complete_wifi_ack() net: fix socket refcounting in skb_complete_tx_timestamp() dccp: fix use-after-free in dccp_feat_activate_values Etienne Noss (1): act_connmark: avoid crashing on malformed nlattrs with null parms Florian Westphal (2): ipv6: avoid write to a possibly cloned skb bridge: drop netfilter fake rtable unconditionally Greg Kroah-Hartman (1): Linux 4.10.5 Hannes Frederic Sowa (2): tun: fix premature POLLOUT notification on tun devices dccp: fix memory leak during tear-down of unsuccessful connection request Ido Schimmel (1): mlxsw: spectrum_router: Avoid potential packets loss Imre Deak (3): drm/i915/lspcon: Enable AUX interrupts for resume time initialization drm/i915/gen9+: Enable hotplug detection early drm/i915/lspcon: Fix resume time initialization due to unasserted HPD Jakub Kicinski (2): vxlan: lock RCU on TX path geneve: lock RCU on TX path Jarod Wilson (1): team: use ETH_MAX_MTU as max mtu Jiri Olsa (1): x86/intel_rdt: Put group node in rdtgroup_kn_unlock Jon Maxwell (1): dccp/tcp: fix routing redirect race Josh Poimboeuf (1): x86/unwind: Fix last frame check for aligned function stacks Julian Anastasov (2): ipv4: add missing initialization for flowi4_uid ipv4: mask tos for input route Krzysztof Kozlowski (1): crypto: s5p-sss - Fix spinlock recursion on LRW(AES) Lendacky, Thomas (4): amd-xgbe: Stop the PHY before releasing interrupts amd-xgbe: Be sure to set MDIO modes on device (re)start amd-xgbe: Don't overwrite SFP PHY mod_absent settings amd-xgbe: Enable IRQs only if napi_complete_done() is true Marc Zyngier (1): arm64: KVM: VHE: Clear HCR_TGE when invalidating guest TLBs Marcelo Ricardo Leitner (1): sctp: deny peeloff operation on asocs with threads sleeping on it Matthias Schiffer (1): vxlan: correctly validate VXLAN ID against VXLAN_N_VID Mike Manning (1): net: bridge: allow IPv6 when multicast flood is disabled Niklas Cassel (1): locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=y Paolo Abeni (1): net/tunnel: set inner protocol in network gro hooks Paul Hüber (1): l2tp: avoid use-after-free caused by l2tp_ip_backlog_recv Peter Zijlstra (3): x86/tsc: Fix ART for TSC_KNOWN_FREQ futex: Fix potential use-after-free in FUTEX_REQUEUE_PI futex: Add missing error handling to FUTEX_REQUEUE_PI Roman Mashak (1): net sched actions: decrement module reference count after table flush. Sabrina Dubroca (1): ipv6: make ECMP route replacement less greedy Saeed Mahameed (2): net/mlx5e: Register/unregister vport representors on interface attach/detach net/mlx5e: Update MPWQE stride size when modifying CQE compress state Shanker Donthineni (1): irqchip/gicv3-its: Add workaround for QDF2400 ITS erratum 0065 Tariq Toukan (3): net/mlx5e: Do not reduce LRO WQE size when not using build_skb net/mlx5e: Fix broken CQE compression initialization net/mlx5e: Fix wrong CQE decompression WANG Cong (2): bonding: use ETH_MAX_MTU as max mtu strparser: destroy workqueue on module exit Xin Long (1): sctp: set sin_port for addr param when checking duplicate address
Attachment:
signature.asc
Description: PGP signature