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 874fc8cafa98f..3a576673cfe12 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -503,6 +503,7 @@ struct pci_dev { phys_addr_t rom; /* Physical address if not from BAR */ size_t romlen; /* Length if not from BAR */ + KABI_DEPRECATE(char *, driver_override) unsigned long priv_flags; /* Private flags for the PCI driver */ /* * This flag is only set on root ports. When a slot below a root port -- 2.43.0