From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752268AbdKXISR (ORCPT ); Fri, 24 Nov 2017 03:18:17 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:42996 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751885AbdKXISQ (ORCPT ); Fri, 24 Nov 2017 03:18:16 -0500 Date: Fri, 24 Nov 2017 09:18:20 +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.13.16 Message-ID: <20171124081820.GA30810@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --envbJBWh7q8WU6mo Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable ------------------------------- Please note, this is the LAST 4.13.y kernel to be released, it is now end-of-life. Move to 4.14.y now. ------------------------------- I'm announcing the release of the 4.13.16 kernel. All users of the 4.13 kernel series must upgrade. The updated 4.13.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linu= x-4.13.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 - arch/x86/kernel/cpu/intel_cacheinfo.c | 32 +++++++++++++------= ----- drivers/char/ipmi/ipmi_msghandler.c | 10 ++++--- drivers/char/tpm/tpm-dev-common.c | 6 ++++ drivers/net/bonding/bond_main.c | 2 - drivers/net/ethernet/broadcom/bcmsysport.c | 10 ++++--- drivers/net/ethernet/fealnx.c | 6 ++-- drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 12 +++------ drivers/net/ethernet/mellanox/mlx5/core/main.c | 7 +++++ drivers/net/usb/asix_devices.c | 4 +-- drivers/net/usb/cdc_ether.c | 2 - drivers/net/usb/cdc_ncm.c | 4 +-- drivers/net/usb/qmi_wwan.c | 3 +- drivers/net/vrf.c | 2 - drivers/net/vxlan.c | 31 +++++++++----------= ---- drivers/tty/serial/8250/8250_fintek.c | 3 ++ drivers/tty/serial/omap-serial.c | 2 - fs/coda/upcall.c | 3 -- fs/ocfs2/dlm/dlmrecovery.c | 1=20 fs/ocfs2/file.c | 9 +++++- include/linux/mmzone.h | 3 +- include/linux/skbuff.h | 7 +++++ kernel/rcu/tree_plugin.h | 2 - mm/page_alloc.c | 27 +++++++++++++------- mm/page_ext.c | 4 --- mm/pagewalk.c | 6 +++- net/8021q/vlan.c | 6 ++-- net/core/skbuff.c | 1=20 net/ipv4/tcp_input.c | 3 -- net/ipv4/tcp_nv.c | 2 - net/ipv4/tcp_offload.c | 12 +++++++-- net/ipv4/tcp_output.c | 9 +----- net/l2tp/l2tp_ip.c | 24 ++++++------------ net/l2tp/l2tp_ip6.c | 24 ++++++------------ net/netlink/af_netlink.c | 17 ++++++++---- net/netlink/af_netlink.h | 1=20 net/sctp/ipv6.c | 5 ++- net/sctp/socket.c | 4 +++ security/integrity/ima/ima_appraise.c | 3 ++ 39 files changed, 178 insertions(+), 133 deletions(-) Alexander Steffen (1): tpm-dev-common: Reject too short writes Andrey Konovalov (1): net: usb: asix: fill null-ptr-deref in asix_suspend Bj=F8rn Mork (3): net: cdc_ether: fix divide by 0 on bad descriptors net: qmi_wwan: fix divide by 0 on bad descriptors net: cdc_ncm: GetNtbFormat endian fix Changwei Ge (1): ocfs2: fix cluster hang after a node dies Cong Wang (1): vlan: fix a use-after-free in vlan_device_event() Corey Minyard (1): ipmi: fix unsigned long underflow Eric Dumazet (2): tcp: do not mangle skb->cb[] in tcp_make_synack() tcp: gso: avoid refcount_t warning from tcp_gso_segment() Eric W. Biederman (1): net/sctp: Always set scope_id in sctp_inet6_skb_msgname Florian Fainelli (1): net: systemport: Correct IPG length settings Greg Kroah-Hartman (1): Linux 4.13.16 Guillaume Nault (1): l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6 Hangbin Liu (1): bonding: discard lowest hash bit for 802.3ad layer3+4 Huacai Chen (1): fealnx: Fix building error on MIPS Huy Nguyen (1): net/mlx5: Cancel health poll before sending panic teardown command Inbar Karmy (1): net/mlx5e: Set page to null in case dma mapping fails Jaewon Kim (1): mm/page_ext.c: check if page_ext is not prepared Jan Harkes (1): coda: fix 'kernel memory exposure attempt' in fsync Jann Horn (1): mm/pagewalk.c: report holes in hugetlb ranges Jason A. Donenfeld (1): af_netlink: ensure that NLMSG_DONE never fails in dumps Jeff Barnhill (1): net: vrf: correct FRA_L3MDEV encode type Ji-Ze Hong (Peter Hong) (1): serial: 8250_fintek: Fix finding base_port with activated SuperIO Konstantin Khlebnikov (1): tcp_nv: fix division by zero in tcpnv_acked() Kristian Evensen (1): qmi_wwan: Add missing skb_reset_mac_header-call Lukas Wunner (1): serial: omap: Fix EFR write on RTS deassertion Neeraj Upadhyay (1): rcu: Fix up pending cbs check in rcu_prepare_for_idle Pavel Tatashin (1): mm/page_alloc.c: broken deferred calculation Roberto Sassu (1): ima: do not update security.ima if appraisal status is not INTEGRITY_= PASS Suravee Suthikulpanit (1): x86/cpu/amd: Derive L3 shared_cpu_map from cpu_llc_shared_mask Xin Long (2): vxlan: fix the issue that neigh proxy blocks all icmpv6 packets sctp: do not peel off an assoc from one netns to another one Ye Yin (1): netfilter/ipvs: clear ipvs_property flag when SKB net namespace chang= ed Yuchung Cheng (1): tcp: fix tcp_fastretrans_alert warning alex chen (1): ocfs2: should wait dio before inode lock in ocfs2_setattr() --envbJBWh7q8WU6mo Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAloX1csACgkQONu9yGCS aT7vzw//RLFAGy2HYAANd6h+ly24eELntoWObOZ2/ZgyB/9XcJYZyr/dyVYy/dDp 03n3uO2ezC7Zau0M1+tSOswsDFeGjk3g4gDxG8VpyefJOCtRmvsREjV3mYM80IVS Dql7+tyTf4LhdEJ6xaBGqQbCzXZM4vqG9n4m4j/AyyczVDoTug0G15RxZB4e3b83 mV7t28SDD/9qD/eYkYRVsqQBUyABJMYv11Zr5fncjT2LtdD5uKVRqR+F3KBWRQk3 4fRidaGLooyn4CobgE36ODLe9AYCc2EN6gRUGsgzcaQs1ujt3VPnMoWS8ioU9q1c nUdm9Tp/ifF/VRFVVynhf8y50WZ2Wzo4lFtLWC6UxysmCk4LuWgN2uaOMfhC6cMd 5UYbLmAZaFOUsjjz2s9lOCbt/U2vIVmMi5IF55IJbdQC+/174Yf/74i+pcIaehMK wd98uhmKidqQsVYvFZJzRWOFMsPcOymGl4UTWEI2T9LZR0Rx42OJxf/z8kq/UCKg Cd3zjOtaO+4+g0dWwRQ8ZdV9gwBeWqinWt7Qdf0GU52vhUl9NaAGnmKa7EKw13Bj CsQ4AvFOL03/oyt8csC0MpJl6fhjbR3ZSUzoeufsyETJ45A5fSo2QPwHU6hcUDI8 4JuT+ipGGfNS9WudmwKuOFZx1QoWa5ZgOQG5eJxWshtDOM5laxg= =+EVW -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo--