Skip to content

Commit 87a37f0

Browse files
committed
efi: rt-wrapper: Add missing include
jira LE-1907 cve CVE-2023-21102 Rebuild_History Non-Buildable kernel-5.14.0-284.30.1.el9_2 commit-author Ard Biesheuvel <[email protected]> commit 18bba18 Add the missing #include of asm/assembler.h, which is where the ldr_l macro is defined. Fixes: ff7a167 ("arm64: efi: Execute runtime services from a dedicated stack") Signed-off-by: Ard Biesheuvel <[email protected]> (cherry picked from commit 18bba18) Signed-off-by: Jonathan Maple <[email protected]>
1 parent d512d4a commit 87a37f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/kernel/efi-rt-wrapper.S

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55

66
#include <linux/linkage.h>
7+
#include <asm/assembler.h>
78

89
SYM_FUNC_START(__efi_rt_asm_wrapper)
910
stp x29, x30, [sp, #-32]!

0 commit comments

Comments
 (0)