This is the start of the stable review cycle for the 5.4.277 release. There are 16 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 Sat, 25 May 2024 13:03:15 +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.4.277-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.4.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 5.4.277-rc1 Akira Yokosawa <akiyks@xxxxxxxxx> docs: kernel_include.py: Cope with docutils 0.21 Daniel Thompson <daniel.thompson@xxxxxxxxxx> serial: kgdboc: Fix NMI-safety problems from keyboard reset code Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx> usb: typec: ucsi: displayport: Fix potential deadlock Srinivasan Shanmugam <srinivasan.shanmugam@xxxxxxx> drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_helper() Dominique Martinet <dominique.martinet@xxxxxxxxxxxxxxxxx> btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() Rob Herring <robh@xxxxxxxxxx> arm64: dts: qcom: Fix 'interrupt-map' parent address cells Cristian Marussi <cristian.marussi@xxxxxxx> firmware: arm_scmi: Harden accesses to the reset domains Paulo Alcantara <pc@xxxxxxxxxxxxx> smb: client: fix potential OOBs in smb2_parse_contexts() Doug Berger <opendmb@xxxxxxxxx> net: bcmgenet: synchronize UMAC_CMD access Doug Berger <opendmb@xxxxxxxxx> net: bcmgenet: synchronize use of bcmgenet_set_rx_mode() Doug Berger <opendmb@xxxxxxxxx> net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL access Doug Berger <opendmb@xxxxxxxxx> net: bcmgenet: keep MAC in reset until PHY is up Doug Berger <opendmb@xxxxxxxxx> Revert "net: bcmgenet: use RGMII loopback for MAC reset" Harshit Mogalapalli <harshit.m.mogalapalli@xxxxxxxxxx> Revert "selftests: mm: fix map_hugetlb failure on 64K page size systems" Baokun Li <libaokun1@xxxxxxxxxx> ext4: fix bug_on in __es_tree_search Sergey Shtylyov <s.shtylyov@xxxxxx> pinctrl: core: handle radix_tree_insert() errors in pinctrl_register_one_pin() ------------- Diffstat: Documentation/sphinx/kernel_include.py | 1 - Makefile | 4 +- arch/arm64/boot/dts/qcom/msm8998.dtsi | 8 +-- drivers/firmware/arm_scmi/reset.c | 6 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 3 + drivers/net/ethernet/broadcom/genet/bcmgenet.c | 22 ++++-- drivers/net/ethernet/broadcom/genet/bcmgenet.h | 2 + drivers/net/ethernet/broadcom/genet/bcmgenet_wol.c | 12 +++- drivers/net/ethernet/broadcom/genet/bcmmii.c | 43 +++--------- drivers/pinctrl/core.c | 14 +++- drivers/tty/serial/kgdboc.c | 30 +++++++- drivers/usb/typec/ucsi/displayport.c | 4 -- fs/btrfs/volumes.c | 1 + fs/cifs/smb2ops.c | 4 +- fs/cifs/smb2pdu.c | 79 ++++++++++++++-------- fs/cifs/smb2proto.h | 10 +-- fs/ext4/extents.c | 10 +-- tools/testing/selftests/vm/map_hugetlb.c | 7 -- 18 files changed, 161 insertions(+), 99 deletions(-)