From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:36694 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730172AbeKVFmV (ORCPT ); Thu, 22 Nov 2018 00:42:21 -0500 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.19 00/42] 4.19.4-stable review Date: Wed, 21 Nov 2018 20:05:36 +0100 Message-Id: <20181121183147.869199006@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: This is the start of the stable review cycle for the 4.19.4 release. There are 42 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:31:31 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.19.4-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.19.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.19.4-rc1 Greg Kroah-Hartman Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation" Frieder Schrempf usbnet: smsc95xx: disable carrier check while suspending David Howells rxrpc: Fix lockup due to no error backoff after ack transmit error 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 Xin Long sctp: define SCTP_SS_DEFAULT for Stream schedulers Holger Hoffstätte net: phy: realtek: fix RTL8201F sysfs name Andrew Lunn net: dsa: mv88e6xxx: Fix clearing of stats counters Denis Drozdov net/mlx5e: IPoIB, Reset QP after channels are closed Raed Salem net/mlx5: IPSec, Fix the SA context hash key Xin Long l2tp: fix a sock refcnt leak in l2tp_tunnel_register Eric Dumazet inet: frags: better deal with smp races Shay Agroskin net/mlx5e: Removed unnecessary warnings in FEC caps query Valentine Fatiev net/mlx5e: Fix selftest for small MTUs Or Gerlitz net/mlx5e: Always use the match level enum when parsing TC rule match Xin Long Revert "sctp: remove sctp_transport_pmtu_check" Moshe Shemesh net/mlx5e: RX, verify received packet size in Linear Striding RQ Yuval Avnery net/mlx5e: Adjust to max number of channles when re-attaching Or Gerlitz net/mlx5e: Claim TC hw offloads support only under a proper build config Or Gerlitz net/mlx5e: Don't match on vlan non-existence if ethertype is wildcarded Jon Maloy tipc: fix link re-establish failure Jakub Kicinski net: sched: cls_flower: validate nested enc_opts_policy to avoid warning Davide Caratti net/sched: act_pedit: fix memory leak when IDR allocation fails Florian Fainelli net: systemport: Protect stop from timeout Matthew Cover tuntap: fix multiqueue rx Jon Maloy tipc: fix lockdep warning when reinitilaizing sockets Jon Maloy tipc: don't assume linear buffer when reading ancillary data Siva Reddy Kallam tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control paths Stephen Mallon tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP coalescing Xin Long sctp: not allow to set asoc prsctp_enable by sockopt Eric Dumazet net-gro: reset skb->pkt_type in napi_reuse_skb() Doug Berger net: bcmgenet: protect stop from timeout David Ahern ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF Xin Long ipv6: fix a dst leak when removing its exception 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/x86/kernel/cpu/bugs.c | 57 ++---------------- drivers/net/dsa/microchip/ksz_common.c | 10 ++-- drivers/net/dsa/mv88e6xxx/global1.c | 2 + drivers/net/ethernet/broadcom/bcmsysport.c | 15 +++-- drivers/net/ethernet/broadcom/genet/bcmgenet.c | 13 +++-- drivers/net/ethernet/broadcom/tg3.c | 18 +++++- drivers/net/ethernet/ibm/ibmvnic.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en.h | 1 + drivers/net/ethernet/mellanox/mlx5/core/en/port.c | 4 +- .../ethernet/mellanox/mlx5/core/en/port_buffer.c | 4 +- drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 37 ++++++++++-- drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 6 ++ .../net/ethernet/mellanox/mlx5/core/en_selftest.c | 26 ++++----- drivers/net/ethernet/mellanox/mlx5/core/en_stats.c | 3 + drivers/net/ethernet/mellanox/mlx5/core/en_stats.h | 2 + drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 67 +++++++++++----------- .../net/ethernet/mellanox/mlx5/core/fpga/ipsec.c | 10 +++- .../net/ethernet/mellanox/mlx5/core/ipoib/ipoib.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/phy/realtek.c | 2 +- drivers/net/tun.c | 6 +- drivers/net/usb/smsc95xx.c | 9 +++ include/net/sctp/sctp.h | 12 ++++ include/uapi/linux/sctp.h | 3 + kernel/cpu.c | 11 +--- net/core/dev.c | 4 ++ net/core/flow_dissector.c | 4 +- net/ipv4/inet_fragment.c | 29 +++++----- net/ipv4/ip_tunnel_core.c | 2 +- net/ipv4/tcp_input.c | 1 + net/ipv6/route.c | 14 +++-- net/l2tp/l2tp_core.c | 9 ++- net/rxrpc/ar-internal.h | 1 + net/rxrpc/call_event.c | 18 ++++-- net/rxrpc/output.c | 35 +++++++++-- net/sched/act_pedit.c | 3 +- net/sched/cls_flower.c | 14 ++++- net/sctp/output.c | 3 + net/sctp/outqueue.c | 2 +- net/sctp/socket.c | 26 ++------- net/sctp/stream.c | 1 - net/tipc/discover.c | 19 +++--- net/tipc/link.c | 11 ++-- net/tipc/net.c | 45 ++++++++++++--- net/tipc/net.h | 2 +- net/tipc/socket.c | 15 +++-- 49 files changed, 356 insertions(+), 245 deletions(-)