PCI fixes: - Define to_pci_sysdata() always to fix build breakage when !CONFIG_PCI (Jason A. Donenfeld) - Use PF PASID for VFs to fix VF IOMMU bind failures (Kuppuswamy Sathyanarayanan) The following changes since commit d4e9056daedca3891414fe3c91de3449a5dad0f2: initramfs: do not show compression mode choice if INITRAMFS_SOURCE is empty (2020-02-03 17:31:43 +0000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.6-fixes-1 for you to fetch changes up to 2e34673be0bd6bb0c6c496a861cbc3f7431e7ce3: PCI/ATS: Use PF PASID for VFs (2020-02-05 11:58:08 -0600) ---------------------------------------------------------------- pci-v5.6-fixes-1 ---------------------------------------------------------------- Jason A. Donenfeld (1): x86/PCI: Define to_pci_sysdata() even when !CONFIG_PCI Kuppuswamy Sathyanarayanan (1): PCI/ATS: Use PF PASID for VFs arch/x86/include/asm/pci.h | 4 ++-- drivers/pci/ats.c | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-)