public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
From: Eric Biggers <ebiggers3@gmail.com>
To: Theodore Ts'o <tytso@mit.edu>
Cc: fstests@vger.kernel.org,
	David Oberhollenzer <david.oberhollenzer@sigma-star.at>,
	Eric Biggers <ebiggers@google.com>
Subject: [PATCH 3/5] kernel-configs: use CONFIG_LOCALVERSION="-xfstests"
Date: Wed, 17 May 2017 16:32:31 -0700	[thread overview]
Message-ID: <20170517233233.61244-4-ebiggers3@gmail.com> (raw)
In-Reply-To: <20170517233233.61244-1-ebiggers3@gmail.com>

From: Eric Biggers <ebiggers@google.com>

Signed-off-by: Eric Biggers <ebiggers@google.com>
---
 kernel-configs/i386-config-3.10   | 1 +
 kernel-configs/i386-config-3.14   | 1 +
 kernel-configs/i386-config-3.3    | 1 +
 kernel-configs/i386-config-3.6    | 1 +
 kernel-configs/i386-config-3.8    | 1 +
 kernel-configs/i386-config-4.1    | 1 +
 kernel-configs/i386-config-4.7    | 1 +
 kernel-configs/i386-config-4.9    | 1 +
 kernel-configs/x86_64-config-3.10 | 1 +
 kernel-configs/x86_64-config-3.14 | 2 +-
 kernel-configs/x86_64-config-3.18 | 1 +
 kernel-configs/x86_64-config-3.2  | 1 +
 kernel-configs/x86_64-config-3.4  | 1 +
 kernel-configs/x86_64-config-4.1  | 1 +
 kernel-configs/x86_64-config-4.4  | 1 +
 kernel-configs/x86_64-config-4.7  | 2 +-
 kernel-configs/x86_64-config-4.9  | 2 +-
 17 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/kernel-configs/i386-config-3.10 b/kernel-configs/i386-config-3.10
index 039c3ae..b919604 100644
--- a/kernel-configs/i386-config-3.10
+++ b/kernel-configs/i386-config-3.10
@@ -1,4 +1,5 @@
 # CONFIG_64BIT is not set
+CONFIG_LOCALVERSION="-xfstests"
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_FHANDLE=y
diff --git a/kernel-configs/i386-config-3.14 b/kernel-configs/i386-config-3.14
index 12a91d8..30da52b 100644
--- a/kernel-configs/i386-config-3.14
+++ b/kernel-configs/i386-config-3.14
@@ -1,4 +1,5 @@
 # CONFIG_64BIT is not set
+CONFIG_LOCALVERSION="-xfstests"
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_FHANDLE=y
diff --git a/kernel-configs/i386-config-3.3 b/kernel-configs/i386-config-3.3
index d3ebf66..182038e 100644
--- a/kernel-configs/i386-config-3.3
+++ b/kernel-configs/i386-config-3.3
@@ -1,4 +1,5 @@
 CONFIG_EXPERIMENTAL=y
+CONFIG_LOCALVERSION="-xfstests"
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_BSD_PROCESS_ACCT=y
diff --git a/kernel-configs/i386-config-3.6 b/kernel-configs/i386-config-3.6
index fcb89ba..b9c85ef 100644
--- a/kernel-configs/i386-config-3.6
+++ b/kernel-configs/i386-config-3.6
@@ -1,4 +1,5 @@
 CONFIG_EXPERIMENTAL=y
+CONFIG_LOCALVERSION="-xfstests"
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_BSD_PROCESS_ACCT=y
diff --git a/kernel-configs/i386-config-3.8 b/kernel-configs/i386-config-3.8
index 5ce7488..d0eed3c 100644
--- a/kernel-configs/i386-config-3.8
+++ b/kernel-configs/i386-config-3.8
@@ -1,3 +1,4 @@
+CONFIG_LOCALVERSION="-xfstests"
 CONFIG_SYSVIPC=y
 CONFIG_FHANDLE=y
 CONFIG_AUDIT=y
diff --git a/kernel-configs/i386-config-4.1 b/kernel-configs/i386-config-4.1
index fb1e601..120c4ef 100644
--- a/kernel-configs/i386-config-4.1
+++ b/kernel-configs/i386-config-4.1
@@ -1,4 +1,5 @@
 # CONFIG_64BIT is not set
+CONFIG_LOCALVERSION="-xfstests"
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_FHANDLE=y
diff --git a/kernel-configs/i386-config-4.7 b/kernel-configs/i386-config-4.7
index 4cd4f12..bf31694 100644
--- a/kernel-configs/i386-config-4.7
+++ b/kernel-configs/i386-config-4.7
@@ -1,4 +1,5 @@
 # CONFIG_64BIT is not set
+CONFIG_LOCALVERSION="-xfstests"
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_AUDIT=y
diff --git a/kernel-configs/i386-config-4.9 b/kernel-configs/i386-config-4.9
index eb4761d..78b48f1 100644
--- a/kernel-configs/i386-config-4.9
+++ b/kernel-configs/i386-config-4.9
@@ -1,4 +1,5 @@
 # CONFIG_64BIT is not set
+CONFIG_LOCALVERSION="-xfstests"
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_AUDIT=y
diff --git a/kernel-configs/x86_64-config-3.10 b/kernel-configs/x86_64-config-3.10
index ce8b014..441acf3 100644
--- a/kernel-configs/x86_64-config-3.10
+++ b/kernel-configs/x86_64-config-3.10
@@ -1,3 +1,4 @@
+CONFIG_LOCALVERSION="-xfstests"
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_FHANDLE=y
diff --git a/kernel-configs/x86_64-config-3.14 b/kernel-configs/x86_64-config-3.14
index be87d1a..56d0a42 100644
--- a/kernel-configs/x86_64-config-3.14
+++ b/kernel-configs/x86_64-config-3.14
@@ -1,4 +1,4 @@
-CONFIG_LOCALVERSION="-ext4"
+CONFIG_LOCALVERSION="-xfstests"
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_FHANDLE=y
diff --git a/kernel-configs/x86_64-config-3.18 b/kernel-configs/x86_64-config-3.18
index 94e96f4..746c873 100644
--- a/kernel-configs/x86_64-config-3.18
+++ b/kernel-configs/x86_64-config-3.18
@@ -1,3 +1,4 @@
+CONFIG_LOCALVERSION="-xfstests"
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_FHANDLE=y
diff --git a/kernel-configs/x86_64-config-3.2 b/kernel-configs/x86_64-config-3.2
index 50dc9d8..146af1e 100644
--- a/kernel-configs/x86_64-config-3.2
+++ b/kernel-configs/x86_64-config-3.2
@@ -1,4 +1,5 @@
 CONFIG_EXPERIMENTAL=y
+CONFIG_LOCALVERSION="-xfstests"
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_BSD_PROCESS_ACCT=y
diff --git a/kernel-configs/x86_64-config-3.4 b/kernel-configs/x86_64-config-3.4
index 0563e33..6bd8e19 100644
--- a/kernel-configs/x86_64-config-3.4
+++ b/kernel-configs/x86_64-config-3.4
@@ -1,4 +1,5 @@
 CONFIG_EXPERIMENTAL=y
+CONFIG_LOCALVERSION="-xfstests"
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_BSD_PROCESS_ACCT=y
diff --git a/kernel-configs/x86_64-config-4.1 b/kernel-configs/x86_64-config-4.1
index d5e0825..ec73222 100644
--- a/kernel-configs/x86_64-config-4.1
+++ b/kernel-configs/x86_64-config-4.1
@@ -1,3 +1,4 @@
+CONFIG_LOCALVERSION="-xfstests"
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_FHANDLE=y
diff --git a/kernel-configs/x86_64-config-4.4 b/kernel-configs/x86_64-config-4.4
index cf09247..bdf4087 100644
--- a/kernel-configs/x86_64-config-4.4
+++ b/kernel-configs/x86_64-config-4.4
@@ -1,3 +1,4 @@
+CONFIG_LOCALVERSION="-xfstests"
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_FHANDLE=y
diff --git a/kernel-configs/x86_64-config-4.7 b/kernel-configs/x86_64-config-4.7
index 40f626a..eb4a51f 100644
--- a/kernel-configs/x86_64-config-4.7
+++ b/kernel-configs/x86_64-config-4.7
@@ -1,4 +1,4 @@
-CONFIG_LOCALVERSION="-ext4"
+CONFIG_LOCALVERSION="-xfstests"
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_AUDIT=y
diff --git a/kernel-configs/x86_64-config-4.9 b/kernel-configs/x86_64-config-4.9
index a977f51..0937576 100644
--- a/kernel-configs/x86_64-config-4.9
+++ b/kernel-configs/x86_64-config-4.9
@@ -1,4 +1,4 @@
-CONFIG_LOCALVERSION="-ext4"
+CONFIG_LOCALVERSION="-xfstests"
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_AUDIT=y
-- 
2.13.0.303.g4ebf302169-goog


  parent reply	other threads:[~2017-05-17 23:34 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-17 23:32 [PATCH 0/5] xfstests-bld: improvements to recommended kernel configs Eric Biggers
2017-05-17 23:32 ` [PATCH 2/5] kernel-configs: remove ext4- prefix from kernel-configs Eric Biggers
2017-05-18 18:45   ` Theodore Ts'o
2017-05-17 23:32 ` Eric Biggers [this message]
2017-05-17 23:32 ` [PATCH 4/5] kernel-configs: enable f2fs support Eric Biggers
2017-05-18 18:51   ` Theodore Ts'o
2017-05-17 23:32 ` [PATCH 5/5] kernel-configs: enable ubifs support Eric Biggers
2017-05-18 18:54   ` Theodore Ts'o
     [not found] ` <20170517233233.61244-2-ebiggers3@gmail.com>
2017-05-18 18:44   ` [PATCH 1/5] kernel-configs: switch to using defconfigs Theodore Ts'o
2017-05-19  7:05     ` Amir Goldstein
2017-05-19  7:39       ` Eric Biggers
2017-05-19  8:40         ` Amir Goldstein
2017-05-19 14:43       ` 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=20170517233233.61244-4-ebiggers3@gmail.com \
    --to=ebiggers3@gmail.com \
    --cc=david.oberhollenzer@sigma-star.at \
    --cc=ebiggers@google.com \
    --cc=fstests@vger.kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox