[PATCH 14/15] x86/kconfig/64: Enable popular generic kernel options in the defconfig
From: Ingo Molnar
Date: Mon May 05 2025 - 07:12:50 EST
This is the last set of options picked up from major Linux distributions:
- CONFIG_UAPI_HEADER_TEST=y
x86 developers frequently modify UAPI headers during development,
make sure they get tested.
- CONFIG_WATCH_QUEUE=y
All major distros have general notification queue support enabled.
Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
Cc: Ard Biesheuvel <ardb@xxxxxxxxxx>
Cc: Arnd Bergmann <arnd@xxxxxxxx>
Cc: David Woodhouse <dwmw@xxxxxxxxxxxx>
Cc: H. Peter Anvin <hpa@xxxxxxxxx>
Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Cc: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
Cc: Michal Marek <michal.lkml@xxxxxxxxxxx>
---
arch/x86/configs/defconfig.x86_64 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/x86/configs/defconfig.x86_64 b/arch/x86/configs/defconfig.x86_64
index 09e9a8823dc1..386e55d715c3 100644
--- a/arch/x86/configs/defconfig.x86_64
+++ b/arch/x86/configs/defconfig.x86_64
@@ -1,6 +1,8 @@
CONFIG_WERROR=y
+CONFIG_UAPI_HEADER_TEST=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
+CONFIG_WATCH_QUEUE=y
CONFIG_AUDIT=y
# CONFIG_CONTEXT_TRACKING_USER_FORCE is not set
CONFIG_NO_HZ=y
--
2.45.2