This is a note to let you know that I've just added the patch titled Revert "PCI: qcom: Disable write access to read only registers for IP v2.3.3" to the 5.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: revert-pci-qcom-disable-write-access-to-read-only-registers-for-ip-v2.3.3.patch and it can be found in the queue-5.4 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 8984914079fc4f0e4db8ef4d9727ab7f612e4109 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Date: Sat, 7 Oct 2023 13:57:34 +0200 Subject: Revert "PCI: qcom: Disable write access to read only registers for IP v2.3.3" From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> This reverts commit 35c95eda7b6d9883d1cc9bb1f89d454baa140ebc which is commit a33d700e8eea76c62120cb3dbf5e01328f18319a upstream. It was applied to the incorrect function as the original function the commit changed is not in this kernel branch. Reported-by: Ben Hutchings <ben@xxxxxxxxxxxxxxx> Link: https://lore.kernel.org/r/f23affddab4d8b3cc07508f2d8735d88d823821d.camel@xxxxxxxxxxxxxxx Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/pci/controller/dwc/pcie-qcom.c | 2 -- 1 file changed, 2 deletions(-) --- a/drivers/pci/controller/dwc/pcie-qcom.c +++ b/drivers/pci/controller/dwc/pcie-qcom.c @@ -807,8 +807,6 @@ static int qcom_pcie_get_resources_2_4_0 return PTR_ERR(res->phy_ahb_reset); } - dw_pcie_dbi_ro_wr_dis(pci); - return 0; } Patches currently in stable-queue which might be from gregkh@xxxxxxxxxxxxxxxxxxx are queue-5.4/revert-pci-qcom-disable-write-access-to-read-only-registers-for-ip-v2.3.3.patch queue-5.4/ata-libata-core-do-not-register-pm-operations-for-sas-ports.patch queue-5.4/ring-buffer-update-shortest_full-in-polling.patch queue-5.4/i2c-i801-unregister-tco_pdev-in-i801_probe-error-path.patch queue-5.4/alsa-hda-disable-power-save-for-solving-pop-issue-on-lenovo-thinkcentre-m70q.patch queue-5.4/ata-libata-sata-increase-pmp-srst-timeout-to-10s.patch queue-5.4/ata-libata-scsi-ignore-reserved-bits-for-report-supported-operation-codes.patch queue-5.4/ata-libata-core-fix-ata_port_request_pm-locking.patch queue-5.4/net-thunderbolt-fix-tcpv6-gso-checksum-calculation.patch queue-5.4/nilfs2-fix-potential-use-after-free-in-nilfs_gccache_submit_read_data.patch queue-5.4/serial-8250_port-check-irq-data-before-use.patch queue-5.4/fs-binfmt_elf_efpic-fix-personality-for-elf-fdpic.patch queue-5.4/btrfs-properly-report-0-avail-for-very-full-file-systems.patch queue-5.4/ata-libata-core-fix-port-and-device-removal.patch