diff options
author | Mateusz Jończyk <mat.jonczyk@o2.pl> | 2025-03-21 21:48:49 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2025-03-22 08:08:57 +0100 |
commit | de7115636c41fd0c654f5865d513df52a0798f5c (patch) | |
tree | fd946959a2fdf2b625e3470bded72226c39bdbc3 | |
parent | d9f87802676bb23b9425aea8ad95c76ad9b50c6e (diff) |
x86/Kconfig: Document release year of glibc 2.3.3
I wonder how many people were checking their glibc version when
considering whether to enable this option.
Signed-off-by: Mateusz Jończyk <mat.jonczyk@o2.pl>
Signed-off-by: David Heidelberg <david@ixit.cz>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: https://lore.kernel.org/r/20250321-x86_x2apic-v3-7-b0cbaa6fa338@ixit.cz
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 1090eda3c29f..e72cb7779038 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -2213,7 +2213,7 @@ config HOTPLUG_CPU config COMPAT_VDSO def_bool n - prompt "Disable the 32-bit vDSO (needed for glibc 2.3.3)" + prompt "Workaround for glibc 2.3.2 / 2.3.3 (released in year 2003/2004)" depends on COMPAT_32 help Certain buggy versions of glibc will crash if they are |