Commit 4d6fe1dd12a7 for kernel

commit 4d6fe1dd12a77c7774a3210f8450bdad2f84d879
Merge: 553410fcb95e bdb32359eab9
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Jan 9 06:41:10 2026 -1000

    Merge tag 'pci-v6.19-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci

    Pull PCI fixes from Bjorn Helgaas:

     - Remove ASPM L0s support for MSM8996 SoC since we now enable L0s when
       advertised, and it caused random hangs on this device (Manivannan
       Sadhasivam)

     - Fix meson-pcie to report that the link is up while in ASPM L0s or L1,
       since those are active states from the software point of view, and
       treating the link as down caused config access failures (Bjorn
       Helgaas)

     - Fix up sparc DTS BAR descriptions that are above 4GB but not marked
       as prefetchable, which caused resource assignment and driver probe
       failures after we converted from the SPARC pcibios_enable_device() to
       the generic version (Ilpo Järvinen)

    * tag 'pci-v6.19-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci:
      sparc/PCI: Correct 64-bit non-pref -> pref BAR resources
      PCI: meson: Report that link is up while in ASPM L0s and L1 states
      PCI: qcom: Remove ASPM L0s support for MSM8996 SoC