]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/entry/vdso: Rename vdso_image_* to vdso*_image
authorH. Peter Anvin <hpa@zytor.com>
Tue, 16 Dec 2025 21:25:55 +0000 (13:25 -0800)
committerDave Hansen <dave.hansen@linux.intel.com>
Tue, 13 Jan 2026 23:33:20 +0000 (15:33 -0800)
commit93d73005bff4f600696ce30e366e742c3373b13d
treec8007715a3631eb381cf6bf99c878690a22d04fa
parent0f61b1860cc3f52aef9036d7235ed1f017632193
x86/entry/vdso: Rename vdso_image_* to vdso*_image

The vdso .so files are named vdso*.so. These structures are binary
images and descriptions of these files, so it is more consistent for
them to have a naming that more directly mirrors the filenames.

It is also very slightly more compact (by one character...) and
simplifies the Makefile just a little bit.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://patch.msgid.link/20251216212606.1325678-2-hpa@zytor.com
arch/x86/entry/syscall_32.c
arch/x86/entry/vdso/.gitignore
arch/x86/entry/vdso/Makefile
arch/x86/entry/vdso/vma.c
arch/x86/include/asm/elf.h
arch/x86/include/asm/vdso.h
arch/x86/kernel/process_64.c
arch/x86/kernel/signal_32.c