[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181121183422.103826775@linuxfoundation.org>
Date: Wed, 21 Nov 2018 20:06:44 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
linux@...ck-us.net, shuah@...nel.org, patches@...nelci.org,
ben.hutchings@...ethink.co.uk, lkft-triage@...ts.linaro.org,
stable@...r.kernel.org
Subject: [PATCH 4.14 00/21] 4.14.83-stable review
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 <gregkh@...uxfoundation.org>
Linux 4.14.83-rc1
Chris Paterson <chris.paterson2@...esas.com>
ARM: dts: r8a7793: Correct critical CPU temperature
Chris Paterson <chris.paterson2@...esas.com>
ARM: dts: r8a7791: Correct critical CPU temperature
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation"
Eric Dumazet <edumazet@...gle.com>
inet: frags: better deal with smp races
Frieder Schrempf <frieder.schrempf@...tron.de>
usbnet: smsc95xx: disable carrier check while suspending
Stefan Wahren <stefan.wahren@...e.com>
net: smsc95xx: Fix MTU range
Shalom Toledo <shalomt@...lanox.com>
mlxsw: spectrum: Fix IP2ME CPU policer configuration
Xin Long <lucien.xin@...il.com>
sctp: not increase stream's incnt before sending addstrm_in request
Martin Schiller <ms@....tdt.de>
net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs
Xin Long <lucien.xin@...il.com>
sctp: fix strchange_flags name for Stream Change Event
Tristram Ha <Tristram.Ha@...rochip.com>
net: dsa: microchip: initialize mutex before use
Subash Abhinov Kasiviswanathan <subashab@...eaurora.org>
net: qualcomm: rmnet: Fix incorrect assignment of real_dev
Florian Fainelli <f.fainelli@...il.com>
net: systemport: Protect stop from timeout
Matthew Cover <werekraken@...il.com>
tuntap: fix multiqueue rx
Siva Reddy Kallam <siva.kallam@...adcom.com>
tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control paths
Xin Long <lucien.xin@...il.com>
sctp: not allow to set asoc prsctp_enable by sockopt
Eric Dumazet <edumazet@...gle.com>
net-gro: reset skb->pkt_type in napi_reuse_skb()
David Ahern <dsahern@...il.com>
ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF
Sabrina Dubroca <sd@...asysnail.net>
ip_tunnel: don't force DF when MTU is locked
Michał Mirosław <mirq-linux@...e.qmqm.pl>
ibmvnic: fix accelerated VLAN handling
배석진 <soukjin.bae@...sung.com>
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(-)
Powered by blists - more mailing lists