From d35619a0a8d33fa2a4ff5900d8667fa9dfc843fa Mon Sep 17 00:00:00 2001 From: Roxana Nicolescu Date: Thu, 1 Aug 2024 15:58:10 +0200 Subject: [PATCH] UBUNTU: [Config] Disable PCI_DYNAMIC_OF_NODES BugLink: https://bugs.launchpad.net/bugs/2074376 Upstream recommends to disable this option. Discussion started around a bug reported by IBM in KVM that happens when this option is enabled related to hot-unplugging PCI devices. Signed-off-by: Roxana Nicolescu Acked-by: Stefan Bader Acked-by: Kevin Becker Signed-off-by: Roxana Nicolescu --- debian.master/config/annotations | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian.master/config/annotations b/debian.master/config/annotations index e75a70b721b5..a6af35a9299a 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -516,6 +516,9 @@ CONFIG_PCIEASPM_DEFAULT note<'LP: #1398544'> CONFIG_PCIEPORTBUS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'n', 'riscv64': 'y', 's390x': 'y'}> CONFIG_PCIEPORTBUS note<'LP: #1665404'> +CONFIG_PCI_DYNAMIC_OF_NODES policy<{'arm64': 'n', 'armhf': 'n', 'ppc64el': 'n', 'riscv64': 'n'}> +CONFIG_PCI_DYNAMIC_OF_NODES note<'LP: #2074376'> + CONFIG_PCI_MESON policy<{'amd64': 'n', 'arm64': 'm', 'armhf': 'n', 'ppc64el': 'n', 'riscv64': 'n', 's390x': 'n'}> CONFIG_PCI_MESON note<'LP: #2007745'> @@ -9627,7 +9630,6 @@ CONFIG_PCI_DOMAINS_GENERIC policy<{'arm64': 'y', 'armhf': ' CONFIG_PCI_DRA7XX policy<{'armhf': 'm'}> CONFIG_PCI_DRA7XX_EP policy<{'armhf': 'm'}> CONFIG_PCI_DRA7XX_HOST policy<{'armhf': 'm'}> -CONFIG_PCI_DYNAMIC_OF_NODES policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y'}> CONFIG_PCI_ECAM policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y'}> CONFIG_PCI_ENDPOINT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}> CONFIG_PCI_ENDPOINT_CONFIGFS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}>