From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: [PATCH 4.14 00/21] 4.14.83-stable review Date: Wed, 21 Nov 2018 20:06:44 +0100 Message-Id: <20181121183422.103826775@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: This is the start of the stable review cycle for the 4.14.83 release. There are 21 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 Fri Nov 23 18:34:13 UTC 2018. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.83-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.14.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.14.83-rc1 Chris Paterson ARM: dts: r8a7793: Correct critical CPU temperature Chris Paterson ARM: dts: r8a7791: Correct critical CPU temperature Greg Kroah-Hartman Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation" Eric Dumazet inet: frags: better deal with smp races Frieder Schrempf usbnet: smsc95xx: disable carrier check while suspending Stefan Wahren net: smsc95xx: Fix MTU range Shalom Toledo mlxsw: spectrum: Fix IP2ME CPU policer configuration Xin Long sctp: not increase stream's incnt before sending addstrm_in request Martin Schiller net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs Xin Long sctp: fix strchange_flags name for Stream Change Event Tristram Ha net: dsa: microchip: initialize mutex before use Subash Abhinov Kasiviswanathan net: qualcomm: rmnet: Fix incorrect assignment of real_dev Florian Fainelli net: systemport: Protect stop from timeout Matthew Cover tuntap: fix multiqueue rx Siva Reddy Kallam tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control paths Xin Long sctp: not allow to set asoc prsctp_enable by sockopt Eric Dumazet net-gro: reset skb->pkt_type in napi_reuse_skb() David Ahern ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF Sabrina Dubroca ip_tunnel: don't force DF when MTU is locked Michał Mirosław ibmvnic: fix accelerated VLAN handling 배석진 flow_dissector: do not dissect l4 ports for fragments ------------- Diffstat: Makefile | 4 +- arch/arm/boot/dts/r8a7791.dtsi | 2 +- arch/arm/boot/dts/r8a7793.dtsi | 2 +- arch/x86/kernel/cpu/bugs.c | 57 +++---------------------- drivers/net/dsa/microchip/ksz_common.c | 10 ++--- drivers/net/ethernet/broadcom/bcmsysport.c | 15 +++---- drivers/net/ethernet/broadcom/tg3.c | 18 +++++++- drivers/net/ethernet/ibm/ibmvnic.c | 2 +- drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 1 - drivers/net/ethernet/qualcomm/rmnet/rmnet_vnd.c | 6 +-- drivers/net/phy/mdio-gpio.c | 10 ++--- drivers/net/tun.c | 6 ++- drivers/net/usb/smsc95xx.c | 9 ++++ include/uapi/linux/sctp.h | 2 + kernel/cpu.c | 11 +---- net/core/dev.c | 4 ++ net/core/flow_dissector.c | 4 +- net/ipv4/inet_fragment.c | 28 ++++++------ net/ipv4/ip_tunnel_core.c | 2 +- net/ipv6/route.c | 7 ++- net/sctp/socket.c | 26 +++-------- net/sctp/stream.c | 1 - 22 files changed, 96 insertions(+), 131 deletions(-)