[PATCH 3/5] kernel-configs: use CONFIG_LOCALVERSION="-xfstests"

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]



From: Eric Biggers <ebiggers@xxxxxxxxxx>

Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Filesystems Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux