From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B9589C433FE for ; Fri, 4 Feb 2022 09:25:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352092AbiBDJZ0 (ORCPT ); Fri, 4 Feb 2022 04:25:26 -0500 Received: from dfw.source.kernel.org ([139.178.84.217]:43266 "EHLO dfw.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1357758AbiBDJYJ (ORCPT ); Fri, 4 Feb 2022 04:24:09 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B569661602; Fri, 4 Feb 2022 09:24:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7FD2BC340ED; Fri, 4 Feb 2022 09:24:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1643966648; bh=tJCUhrtbHvXGJ9kQay9NRqcVwBesRb5TmNZukQ68IqE=; h=From:To:Cc:Subject:Date:From; b=t2yQJU3ZUpp9g9JpHWKWFXqfJj1CcOo+/bGANV7sRFZomCPeBa52reLcDGpu2vaAD +kFWCScs7VPSgsGHL2j9Pfng1G7NyDnsvw8e2Z6IzgNuhnBPPi7IuhGFYVM+I5wgma Ve4HDxVw2XOT+2m14aVNiKhSCsK84f/zg1/kXFVQ= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, slade@sladewatkins.com Subject: [PATCH 5.15 00/32] 5.15.20-rc1 review Date: Fri, 4 Feb 2022 10:22:10 +0100 Message-Id: <20220204091915.247906930@linuxfoundation.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 User-Agent: quilt/0.66 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.20-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.15.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.15.20-rc1 X-KernelTest-Deadline: 2022-02-06T09:19+00:00 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 5.15.20 release. There are 32 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 Sun, 06 Feb 2022 09:19:05 +0000. 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/v5.x/stable-review/patch-5.15.20-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-5.15.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.15.20-rc1 Eric Dumazet tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data() Eric Dumazet af_packet: fix data-race in packet_setsockopt / packet_setsockopt Sasha Neftin e1000e: Handshake with CSME starts from ADL platforms Tianchen Ding cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask() Eric Dumazet rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink() Eric Dumazet net: sched: fix use-after-free in tc_new_tfilter() Dan Carpenter fanotify: Fix stale file descriptor in copy_event_to_user() Shyam Sundar S K net: amd-xgbe: Fix skb data length underflow Raju Rangoju net: amd-xgbe: ensure to reset the tx_timer_active flag Karen Sornek i40e: Fix reset path while removing the driver Jedrzej Jagielski i40e: Fix reset bw limit when DCB enabled with 1 TC Georgi Valkov ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback Maor Dickman net/mlx5: E-Switch, Fix uninitialized variable modact Roi Dayan net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion Maxim Mikityanskiy net/mlx5e: Don't treat small ceil values as unlimited in HTB offload Dima Chumak net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE Gal Pressman net/mlx5e: Fix module EEPROM query Maher Sanalla net/mlx5: Use del_timer_sync in fw reset flow of halting poll Maor Dickman net/mlx5e: Fix handling of wrong devices during bond netevent Vlad Buslov net/mlx5: Bridge, ensure dev_name is null-terminated Vlad Buslov net/mlx5: Bridge, take rtnl lock in init error handler Raed Salem net/mlx5e: IPsec: Fix tunnel mode crypto offload for non TCP/UDP traffic J. Bruce Fields lockd: fix failure to cleanup client locks J. Bruce Fields lockd: fix server crash on reboot of client holding lock Miklos Szeredi ovl: don't fail copy up if no fileattr support on upper John Hubbard Revert "mm/gup: small refactoring: simplify try_grab_page()" Eric W. Biederman cgroup-v1: Require capabilities to set release_agent Maxime Ripard drm/vc4: hdmi: Make sure the device is powered with CEC Alex Elder net: ipa: prevent concurrent replenish Alex Elder net: ipa: use a bitmap for endpoint replenish_enabled Paolo Abeni selftests: mptcp: fix ipv6 routing setup Lukas Wunner PCI: pciehp: Fix infinite loop in IRQ handler upon power fault ------------- Diffstat: Makefile | 4 +-- drivers/gpu/drm/vc4/vc4_hdmi.c | 25 ++++++++-------- drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 14 ++++++++- drivers/net/ethernet/intel/e1000e/netdev.c | 6 ++-- drivers/net/ethernet/intel/i40e/i40e.h | 1 + drivers/net/ethernet/intel/i40e/i40e_main.c | 31 +++++++++++++++++-- drivers/net/ethernet/mellanox/mlx5/core/en/qos.c | 3 +- .../net/ethernet/mellanox/mlx5/core/en/rep/bond.c | 32 +++++++++----------- .../ethernet/mellanox/mlx5/core/en/rep/bridge.c | 6 ++-- .../mellanox/mlx5/core/en_accel/ipsec_rxtx.c | 13 ++++++-- .../net/ethernet/mellanox/mlx5/core/esw/bridge.c | 4 +++ .../mlx5/core/esw/diag/bridge_tracepoint.h | 2 +- drivers/net/ethernet/mellanox/mlx5/core/fw_reset.c | 2 +- .../ethernet/mellanox/mlx5/core/lib/fs_chains.c | 9 +++--- drivers/net/ethernet/mellanox/mlx5/core/port.c | 9 +++--- drivers/net/ipa/ipa_endpoint.c | 21 ++++++++++--- drivers/net/ipa/ipa_endpoint.h | 17 +++++++++-- drivers/net/usb/ipheth.c | 6 ++-- drivers/pci/hotplug/pciehp_hpc.c | 7 +++-- fs/lockd/svcsubs.c | 18 ++++++----- fs/notify/fanotify/fanotify_user.c | 6 ++-- fs/overlayfs/copy_up.c | 12 +++++++- kernel/cgroup/cgroup-v1.c | 14 +++++++++ kernel/cgroup/cpuset.c | 3 +- mm/gup.c | 35 ++++++++++++++++++---- net/core/rtnetlink.c | 6 ++-- net/ipv4/tcp_input.c | 2 ++ net/packet/af_packet.c | 8 +++-- net/sched/cls_api.c | 11 ++++--- tools/testing/selftests/net/mptcp/mptcp_join.sh | 5 ++-- 30 files changed, 239 insertions(+), 93 deletions(-)