x86/linkage: Fix typo of BUILD_VDSO in asm/linkage.h
authorJinghao Jia <jinghao@linux.ibm.com>
Tue, 8 Aug 2023 18:23:53 +0000 (14:23 -0400)
committerBorislav Petkov (AMD) <bp@alien8.de>
Tue, 8 Aug 2023 21:13:17 +0000 (23:13 +0200)
commit7324f74d39531262b8e362f228b46512e6bee632
treea016c2b2a16221088580a934b0decbc92dd02394
parent39163d5479285a36522b6e8f9cc568cc4987db08
x86/linkage: Fix typo of BUILD_VDSO in asm/linkage.h

The BUILD_VDSO macro was incorrectly spelled as BULID_VDSO in
asm/linkage.h. This causes the !defined(BULID_VDSO) directive to always
evaluate to true.

Correct the spelling to BUILD_VDSO.

Fixes: bea75b33895f ("x86/Kconfig: Introduce function padding")
Signed-off-by: Jinghao Jia <jinghao@linux.ibm.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Cc: <stable@kernel.org>
Link: https://lore.kernel.org/r/20230808182353.76218-1-jinghao@linux.ibm.com
arch/x86/include/asm/linkage.h