Offering: HULK hulk inclusion category: bugfix bugzilla: https://atomgit.com/src-openeuler/kernel/issues/15817 CVE: CVE-2026-53120 -------------------------------- Add driver_override back to fix kabi broken. Fixes: 10a4206a2401 ("PCI: use generic driver_override infrastructure") Signed-off-by: Ziming Du <duziming2@huawei.com> --- include/linux/pci.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/pci.h b/include/linux/pci.h index a8320b6b70f42..510cfa83f270c 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -521,6 +521,7 @@ struct pci_dev { u16 acs_cap; /* ACS Capability offset */ phys_addr_t rom; /* Physical address if not from BAR */ size_t romlen; /* Length if not from BAR */ + KABI_DEPRECATE(const char *, driver_override) unsigned long priv_flags; /* Private flags for the PCI driver */ /* These methods index pci_reset_fn_methods[] */ -- 2.43.0