[Devel] [PATCH RHEL7 COMMIT] config.OpenVZ: disable RH_KABI_SIZE_ALIGN_CHECKS
Konstantin Khorenko
khorenko at virtuozzo.com
Fri Jan 29 07:11:44 PST 2016
The commit is pushed to "branch-rh7-3.10.0-327.3.1-vz7.10.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-327.3.1.vz7.10.8
------>
commit 0e7deee5acd8ab8eb96135e06873d7739a7e6f14
Author: Andrey Ryabinin <aryabinin at virtuozzo.com>
Date: Tue Jan 26 18:56:25 2016 +0300
config.OpenVZ: disable RH_KABI_SIZE_ALIGN_CHECKS
In order to speedup compilation we often disable a number of
kernel config options and this breaks KABI checker as expected
and thus we have every time disable RH_KABI_SIZE_ALIGN_CHECKS.
So let's disable this option by default in the kernel config
stored along the kernel tree.
Note: the kernel config for official package build is taken
from another place and RH_KABI_SIZE_ALIGN_CHECKS is still
enabled there.
Signed-off-by: Andrey Ryabinin <aryabinin at virtuozzo.com>
Acked-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
configs/kernel-3.10.0-x86_64.config | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/kernel-3.10.0-x86_64.config b/configs/kernel-3.10.0-x86_64.config
index 46345b5..4852b71 100644
--- a/configs/kernel-3.10.0-x86_64.config
+++ b/configs/kernel-3.10.0-x86_64.config
@@ -5412,6 +5412,7 @@ CONFIG_RH_KABI_SIZE_ALIGN_CHECKS=y
# Overrided option: kernel tree git only
#
CONFIG_LOCALVERSION_AUTO=y
+# CONFIG_RH_KABI_SIZE_ALIGN_CHECKS is not set
#
# Overrided options
More information about the Devel
mailing list