diff mbox series

[xfstests-bld] kernel-configs: add CONFIG_PCI to 4.19 configs

Message ID 20190618000721.138057-1-ebiggers@kernel.org (mailing list archive)
State New, archived
Headers show
Series [xfstests-bld] kernel-configs: add CONFIG_PCI to 4.19 configs | expand

Commit Message

Eric Biggers June 18, 2019, 12:07 a.m. UTC
From: Eric Biggers <ebiggers@google.com>

On v5.0+, CONFIG_PCI is default 'n', so it must be explicitly selected;
otherwise the kvm-xfstests VM doesn't boot.  It's expected that the 4.19
configs work on later kernels too (up until whatever becomes the next
LTS release), so add CONFIG_PCI=y to them.

Signed-off-by: Eric Biggers <ebiggers@google.com>
---
 kernel-configs/i386-config-4.19   | 3 ++-
 kernel-configs/x86_64-config-4.19 | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

Comments

Theodore Ts'o June 18, 2019, 1:50 a.m. UTC | #1
On Mon, Jun 17, 2019 at 05:07:21PM -0700, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@google.com>
> 
> On v5.0+, CONFIG_PCI is default 'n', so it must be explicitly selected;
> otherwise the kvm-xfstests VM doesn't boot.  It's expected that the 4.19
> configs work on later kernels too (up until whatever becomes the next
> LTS release), so add CONFIG_PCI=y to them.
> 
> Signed-off-by: Eric Biggers <ebiggers@google.com>

Applied, thanks.

					- Ted
diff mbox series

Patch

diff --git a/kernel-configs/i386-config-4.19 b/kernel-configs/i386-config-4.19
index 1e7e54a..c0ab1b7 100644
--- a/kernel-configs/i386-config-4.19
+++ b/kernel-configs/i386-config-4.19
@@ -25,7 +25,6 @@  CONFIG_KEXEC=y
 # CONFIG_SUSPEND is not set
 # CONFIG_ACPI_REV_OVERRIDE_POSSIBLE is not set
 # CONFIG_ACPI_TABLE_UPGRADE is not set
-CONFIG_PCI_MSI=y
 # CONFIG_DMIID is not set
 CONFIG_JUMP_LABEL=y
 CONFIG_REFCOUNT_FULL=y
@@ -47,6 +46,8 @@  CONFIG_NETLINK_DIAG=y
 # CONFIG_WIRELESS is not set
 CONFIG_NET_9P=y
 CONFIG_NET_9P_VIRTIO=y
+CONFIG_PCI=y
+CONFIG_PCI_MSI=y
 CONFIG_DEVTMPFS=y
 CONFIG_MTD=y
 CONFIG_MTD_BLOCK2MTD=y
diff --git a/kernel-configs/x86_64-config-4.19 b/kernel-configs/x86_64-config-4.19
index 4c5d4ce..e0d2159 100644
--- a/kernel-configs/x86_64-config-4.19
+++ b/kernel-configs/x86_64-config-4.19
@@ -31,7 +31,6 @@  CONFIG_KEXEC=y
 # CONFIG_ACPI_REV_OVERRIDE_POSSIBLE is not set
 # CONFIG_ACPI_TABLE_UPGRADE is not set
 # CONFIG_PCI_MMCONFIG is not set
-CONFIG_PCI_MSI=y
 CONFIG_IA32_EMULATION=y
 # CONFIG_DMIID is not set
 CONFIG_JUMP_LABEL=y
@@ -54,6 +53,8 @@  CONFIG_NETLINK_DIAG=y
 # CONFIG_WIRELESS is not set
 CONFIG_NET_9P=y
 CONFIG_NET_9P_VIRTIO=y
+CONFIG_PCI=y
+CONFIG_PCI_MSI=y
 CONFIG_DEVTMPFS=y
 CONFIG_MTD=y
 CONFIG_MTD_BLOCK2MTD=y