]> git.itanic.dy.fi Git - linux-stable/commit
arm64: vdso32: rename 32-bit debug vdso to vdso32.so.dbg
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 17 Nov 2023 12:56:19 +0000 (21:56 +0900)
committerWill Deacon <will@kernel.org>
Tue, 5 Dec 2023 11:49:53 +0000 (11:49 +0000)
commita099bec7a81052a324d07c9be7c24dc92fbd8ad1
tree2513e213e6aa0e5d965075c599821ba4ed989d43
parent2cc14f52aeb78ce3f29677c2de1f06c0e91471ab
arm64: vdso32: rename 32-bit debug vdso to vdso32.so.dbg

'make vdso_install' renames arch/arm64/kernel/vdso32/vdso.so.dbg to
vdso32.so during installation, which allows 64-bit and 32-bit vdso
files to be installed in the same directory.

However, arm64 is the only architecture that requires this renaming.

To simplify the vdso_install logic, rename the in-tree vdso file so
its base name matches the installed file name.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20231117125620.1058300-1-masahiroy@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/Makefile
arch/arm64/kernel/vdso32/Makefile