diff options
author | 2024-12-09 14:06:28 +0100 | |
---|---|---|
committer | 2025-01-18 14:38:48 -0600 | |
commit | bf726979b8ab1220cd9605f66e8f64433b19a7dc (patch) | |
tree | 064bf2d7eb75666886c18ec1c1723c78f682c42a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | misc: Use never-managed version of pci_intx() (diff) | |
download | wireguard-linux-bf726979b8ab1220cd9605f66e8f64433b19a7dc.tar.xz wireguard-linux-bf726979b8ab1220cd9605f66e8f64433b19a7dc.zip |
vfio/pci: Use never-managed version of pci_intx()
pci_intx() is a hybrid function which can sometimes be managed through
devres. To remove this hybrid nature from pci_intx(), it is necessary to
port users to either an always-managed or a never-managed version.
vfio enables its PCI device with pci_enable_device(). Thus, it needs the
never-managed version.
Replace pci_intx() with pci_intx_unmanaged().
Link: https://lore.kernel.org/r/20241209130632.132074-8-pstanner@redhat.com
Signed-off-by: Philipp Stanner <pstanner@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions