]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
um: Always set up AT_HWCAP and AT_PLATFORM
authorThomas Weißschuh <linux@weissschuh.net>
Tue, 28 Oct 2025 09:15:45 +0000 (10:15 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 6 Nov 2025 12:02:34 +0000 (13:02 +0100)
commit293f71435d14f5b5c46fc3398695fa265c69363d
tree82a4f0271058992f3afdc0d1402155acde1895d0
parent117e796fc5bfe84f18eec7e8f3b4f4090f605322
um: Always set up AT_HWCAP and AT_PLATFORM

Historically the code to set up AT_HWCAP and AT_PLATFORM was only built
for 32bit x86 as it was intermingled with the vDSO passthrough code.

Now that vDSO passthrough has been removed, always pass through AT_HWCAP
and AT_PLATFORM.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://patch.msgid.link/20251028-uml-remove-32bit-pseudo-vdso-v1-10-e930063eff5f@weissschuh.net
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
arch/um/os-Linux/Makefile
arch/um/os-Linux/elf_aux.c
arch/um/os-Linux/main.c
arch/x86/um/Kconfig
arch/x86/um/asm/elf.h