All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Biggers <ebiggers@kernel.org>
To: Theodore Ts'o <tytso@mit.edu>
Cc: Satya Tangirala <satyat@google.com>, fstests@vger.kernel.org
Subject: [xfstests-bld PATCH] kernel-configs: add CONFIG_PCI to 4.19 configs
Date: Mon, 17 Jun 2019 17:07:21 -0700	[thread overview]
Message-ID: <20190618000721.138057-1-ebiggers@kernel.org> (raw)

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(-)

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
-- 
2.22.0.410.gd8fdbe21b5-goog

             reply	other threads:[~2019-06-18  0:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-18  0:07 Eric Biggers [this message]
2019-06-18  1:50 ` [xfstests-bld PATCH] kernel-configs: add CONFIG_PCI to 4.19 configs Theodore Ts'o

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190618000721.138057-1-ebiggers@kernel.org \
    --to=ebiggers@kernel.org \
    --cc=fstests@vger.kernel.org \
    --cc=satyat@google.com \
    --cc=tytso@mit.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.