[packages/kernel] - LEGACY_VSYSCALL_EMULATE all=y because glibc is ready for =n but other C libraries are not and we u
arekm
arekm at pld-linux.org
Fri Jul 29 18:15:37 CEST 2016
commit 25095163912b8f0e1337489f6dbb0ae175ebc0e1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri Jul 29 18:15:28 2016 +0200
- LEGACY_VSYSCALL_EMULATE all=y because glibc is ready for =n but other C libraries are not and we use these libraries in initrd
kernel-x86.config | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel-x86.config b/kernel-x86.config
index 2e16eef..75ab195 100644
--- a/kernel-x86.config
+++ b/kernel-x86.config
@@ -110,8 +110,8 @@ BOOTPARAM_HOTPLUG_CPU0 all=n
DEBUG_HOTPLUG_CPU0 all=n
COMPAT_VDSO x86=n
LEGACY_VSYSCALL_NATIVE all=n
-LEGACY_VSYSCALL_EMULATE all=n
-LEGACY_VSYSCALL_NONE all=y
+LEGACY_VSYSCALL_EMULATE all=y
+LEGACY_VSYSCALL_NONE all=n
CMDLINE_BOOL x86=n
#- file kernel/livepatch/Kconfig goes here
#- file kernel/power/Kconfig goes here
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/25095163912b8f0e1337489f6dbb0ae175ebc0e1
More information about the pld-cvs-commit
mailing list