Merge branch 'pci/enumeration'
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 2 Sep 2021 19:56:40 +0000 (14:56 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 2 Sep 2021 19:56:40 +0000 (14:56 -0500)
commit52d44f3c61975cacfa2379a94e470b33a7639e73
tree23a58cc8bfccae876736ef4c80f3c337e2f5eae1
parente73f0f0ee7541171d89f2e2491130c7771ba58d3
parentd6b1715999fc2e215d35f581fb7471bc9c6f16e9
Merge branch 'pci/enumeration'

- Call Max Payload Size-related fixup quirks early, so they're considered
  by pci_configure_mps() (Marek Behún)

- Restrict Max Payload Size Supported to work around ASMedia ASM1062 SATA
  erratum (Marek Behún)

- Return ~0 data on pciconfig_read() CAP_SYS_ADMIN failure (Krzysztof
  Wilczyński)

* pci/enumeration:
  PCI: Return int from pciconfig_read() syscall
  PCI: Return ~0 data on pciconfig_read() CAP_SYS_ADMIN failure
  PCI: Restrict ASMedia ASM1062 SATA Max Payload Size Supported
  PCI: Call Max Payload Size-related fixup quirks early