[Devel] [PATCH RHEL7 COMMIT] config.OpenVZ: enable CONFIG_LOCALVERSION_AUTO
Konstantin Khorenko
khorenko at virtuozzo.com
Tue Nov 17 08:20:14 PST 2015
The commit is pushed to "branch-rh7-3.10.0-229.7.2.vz7.9.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-229.7.2.vz7.9.10
------>
commit a9f715654427d8458a765ab81ceaa6bd950a5b8f
Author: Konstantin Khorenko <khorenko at virtuozzo.com>
Date: Tue Nov 17 20:20:14 2015 +0400
config.OpenVZ: enable CONFIG_LOCALVERSION_AUTO
It's convenient to have some reference point in the kernel version,
what git commit it refers to, so
+CONFIG_LOCALVERSION_AUTO=y
Note: kernel configs used during rpm packages creation do not have this option
enabled. So this is the first pecularity of configs committed to the kernel
tree for development convenience.
https://jira.sw.ru/browse/PSBM-34957
Signed-off-by: Konstantin Khorenko <khorenko at virtuozzo.com>
Acked-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
configs/kernel-3.10.0-x86_64-debug.config | 2 +-
configs/kernel-3.10.0-x86_64.config | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configs/kernel-3.10.0-x86_64-debug.config b/configs/kernel-3.10.0-x86_64-debug.config
index 6dcb566..114d610 100644
--- a/configs/kernel-3.10.0-x86_64-debug.config
+++ b/configs/kernel-3.10.0-x86_64-debug.config
@@ -49,7 +49,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION=""
-# CONFIG_LOCALVERSION_AUTO is not set
+CONFIG_LOCALVERSION_AUTO=y
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
diff --git a/configs/kernel-3.10.0-x86_64.config b/configs/kernel-3.10.0-x86_64.config
index 7cfaaaf..f4ea4be 100644
--- a/configs/kernel-3.10.0-x86_64.config
+++ b/configs/kernel-3.10.0-x86_64.config
@@ -49,7 +49,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION=""
-# CONFIG_LOCALVERSION_AUTO is not set
+CONFIG_LOCALVERSION_AUTO=y
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
More information about the Devel
mailing list