android_kernel_motorola_sm6225/arch/arm64/kernel
Ard Biesheuvel 3ecaa3afa5 UPSTREAM: efi: rt-wrapper: Add missing include
commit 18bba1843fc7f264f58c9345d00827d082f9c558 upstream.

Add the missing #include of asm/assembler.h, which is where the ldr_l
macro is defined.

Bug: 260821414
Fixes: ff7a167961d1b97e ("arm64: efi: Execute runtime services from a dedicated stack")
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Cc: Lee Jones <lee@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Lee Jones <joneslee@google.com>
Change-Id: I50d1e21277ef64dcb1d58d7f1c062dc913cfee74
(cherry picked from commit dd8418a59a40ac8bda0f3a23a8f3fae439d0cc9e)
2023-06-08 10:46:29 +00:00
..
probes arm64: uprobe: Return EOPNOTSUPP for AARCH32 instruction probing 2021-03-04 09:39:55 +01:00
vdso UPSTREAM: arm64: vdso: Add --eh-frame-hdr to ldflags 2023-02-01 15:20:17 +00:00
vdso32 BACKPORT: arm64: vdso32: suppress error message for 'make mrproper' 2021-12-02 14:00:40 -08:00
.gitignore
acpi.c acpi/arm64: ignore 5.1 FADTs that are reported as 5.0 2019-07-26 09:14:10 +02:00
acpi_numa.c arm64: numa: rework ACPI NUMA initialization 2018-07-09 18:21:40 +01:00
acpi_parking_protocol.c arm64: fix endianness annotation in acpi_parking_protocol.c 2017-06-29 11:33:15 +01:00
alternative.c This is the 4.19.239 stable release 2022-04-21 14:12:17 +02:00
arm64ksyms.c ANDROID: GKI: kernel: Export symbol of cpu_do_idle 2020-05-01 22:22:36 +00:00
armv8_deprecated.c arm64: fix oops in concurrently setting insn_emulation sysctls 2022-08-25 11:14:57 +02:00
asm-offsets.c BACKPORT: arm64: vdso: Remove unnecessary asm-offsets.c definitions 2023-02-01 11:39:41 +00:00
cacheinfo.c arm64: cacheinfo: Fix incorrect assignment of signed error value to unsigned fw_level 2022-09-15 12:17:05 +02:00
cpu-reset.h ANDROID: arm64: add __pa_function 2019-11-27 12:37:22 -08:00
cpu-reset.S FROMLIST: arm64: kernel: avoid x18 in __cpu_soft_restart 2019-11-27 12:37:24 -08:00
cpu_errata.c arm64: errata: Fix KVM Spectre-v2 mitigation selection for Cortex-A57/A72 2022-12-08 11:18:34 +01:00
cpu_ops.c arm64: cpu_ops: fix a leaked reference by adding missing of_node_put 2019-05-31 06:46:27 -07:00
cpufeature.c This is the 4.19.264 stable release 2022-11-07 09:38:03 +01:00
cpuidle.c ANDROID: GKI: Export symbols arm_cpuidle_suspend, cpuidle_dev and cpuidle_register_governor 2020-04-16 16:53:39 -07:00
cpuinfo.c This is the 4.19.236 stable release 2022-03-23 12:26:14 +01:00
crash_core.c arm64: kernel: arch_crash_save_vmcoreinfo() should depend on CONFIG_CRASH_CORE 2018-09-11 11:08:49 +01:00
crash_dump.c arm64: kdump: update ppos when reading elfcorehdr 2021-03-30 14:37:01 +02:00
debug-monitors.c arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-step 2023-05-17 11:13:10 +02:00
efi-entry.S arm64: Add software workaround for Falkor erratum 1041 2018-02-06 22:53:13 +00:00
efi-header.S
efi-rt-wrapper.S UPSTREAM: efi: rt-wrapper: Add missing include 2023-06-08 10:46:29 +00:00
efi.c BACKPORT: arm64: efi: Execute runtime services from a dedicated stack 2023-06-08 10:46:29 +00:00
entry-fpsimd.S arm64/sve: Write ZCR_EL1 on context switch only if changed 2018-05-17 18:19:53 +01:00
entry-ftrace.S arm64: ftrace: don't adjust the LR value 2019-02-12 19:47:04 +01:00
entry.S This is the 4.19.236 stable release 2022-03-23 12:26:14 +01:00
fpsimd.c arm64/sve: Use correct size when reinitialising SVE state 2021-09-22 11:48:10 +02:00
ftrace.c arm64: ftrace: fix branch range checks 2022-06-25 11:49:16 +02:00
head.S This is the 4.19.207 stable release 2021-09-25 14:26:55 +02:00
hibernate-asm.S arm64: assembler: Change order of macro arguments in phys_to_ttbr 2018-02-06 22:53:21 +00:00
hibernate.c arm64: hibernate: check pgd table allocation 2020-01-27 14:51:19 +01:00
hw_breakpoint.c arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpoints 2020-06-25 15:33:06 +02:00
hyp-stub.S arm64: hyp-stub: Forbid kprobing of the hyp-stub 2019-02-06 17:30:12 +01:00
image.h arm64/efi: Mark __efistub_stext_offset as an absolute symbol explicitly 2019-07-26 09:13:56 +02:00
insn.c arm64: patch_text: Fixup last cpu should be master 2022-04-15 14:15:06 +02:00
io.c arm64: Avoid aligning normal memory pointers in __memcpy_{to,from}io 2017-10-24 16:23:07 +01:00
irq.c ANDROID: GKI: soc: qcom: export irq_stack_ptr 2021-01-20 06:01:03 +00:00
jump_label.c jump_label: move 'asm goto' support test to Kconfig 2019-06-04 08:02:34 +02:00
kaslr.c arm64: map FDT as RW for early_init_dt_scan() 2022-09-05 10:26:32 +02:00
kgdb.c arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-step 2023-05-17 11:13:10 +02:00
kuser32.S BACKPORT: arm64: compat: Add KUSER_HELPERS config option 2020-04-27 22:51:55 -07:00
machine_kexec.c arm64: fix the flush_icache_range arguments in machine_kexec 2020-05-20 08:18:43 +02:00
Makefile BACKPORT: arm64: vdso: Enable vDSO compat support 2020-04-27 22:51:56 -07:00
module-plts.c arm64/kernel: rename module_emit_adrp_veneer->module_emit_veneer_for_adrp 2018-04-24 19:07:35 +01:00
module.c arm64: kaslr: keep modules inside module region when KASAN is enabled 2019-07-10 09:53:43 +02:00
module.lds arm64: module: remove (NOLOAD) from linker script 2022-04-15 14:15:06 +02:00
paravirt.c
pci.c PCI: Add a generic weak pcibios_align_resource() 2017-08-02 14:53:16 -05:00
perf_callchain.c arm64: unwind: remove sp from struct stackframe 2017-08-09 14:10:29 +01:00
perf_event.c arm64: perf: set suppress_bind_attrs flag to true 2019-01-26 09:32:35 +01:00
perf_regs.c arm64: perf: Report the PC value in REGS_ABI_32 mode 2020-06-30 23:17:17 -04:00
process.c Merge 4.19.209 into android-4.19-stable 2021-10-08 11:28:08 +02:00
psci.c This is the 4.19.160 stable release 2020-11-24 14:57:17 +01:00
ptrace.c arm64: ptrace: Consistently use pseudo-singlestep exceptions 2020-07-22 09:32:12 +02:00
reloc_test_core.c arm64: fix undefined reference to 'printk' 2018-03-19 18:14:25 +00:00
reloc_test_syms.S arm64: fix undefined reference to 'printk' 2018-03-19 18:14:25 +00:00
relocate_kernel.S arm64: Add software workaround for Falkor erratum 1041 2018-02-06 22:53:13 +00:00
return_address.c arm64: unwind: Prohibit probing on return_address() 2019-08-25 10:47:56 +02:00
scs.c FROMLIST: arm64: implement Shadow Call Stack 2019-11-27 12:37:28 -08:00
sdei.c arm64: fix wrong check of on_sdei_stack in nmi context 2019-05-08 07:21:49 +02:00
setup.c arm64: map FDT as RW for early_init_dt_scan() 2022-09-05 10:26:32 +02:00
signal.c arm64: ptrace: Consistently use pseudo-singlestep exceptions 2020-07-22 09:32:12 +02:00
signal32.c UPSTREAM: arm64: compat: Get sigreturn trampolines from vDSO 2020-04-27 22:51:56 -07:00
sigreturn32.S BACKPORT: arm64: compat: Split kuser32 2020-04-27 22:51:55 -07:00
sleep.S arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives 2018-02-06 22:53:27 +00:00
smccc-call.S
smp.c ANDROID: GKI: ARM64: smp: add vendor field pending_ipi 2020-04-17 09:58:53 -07:00
smp_spin_table.c ANDROID: arm64: add __pa_function 2019-11-27 12:37:22 -08:00
ssbd.c arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3 2019-10-11 18:21:30 +02:00
stacktrace.c arm64: unwind: Prohibit probing on return_address() 2019-08-25 10:47:56 +02:00
suspend.c arm64: ssbd: Restore mitigation status on CPU resume 2018-05-31 17:35:19 +01:00
sys.c arm64: use the correct function type for __arm64_sys_ni_syscall 2019-06-22 08:15:20 +02:00
sys32.c arm64: use the correct function type for __arm64_sys_ni_syscall 2019-06-22 08:15:20 +02:00
sys_compat.c arm64: Silence clang warning on mismatched value/register sizes 2020-04-29 16:31:09 +02:00
syscall.c arm64: syscall: exit userspace before unmasking exceptions 2020-12-30 11:25:46 +01:00
time.c arm64: fix unwind_frame() for filtered out fn for function graph tracing 2018-02-23 13:46:38 +00:00
topology.c arm64: topology: Stop using MPIDR for topology information 2020-11-05 11:08:41 +01:00
trace-events-emulation.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
traps.c This is the 4.19.272 stable release 2023-02-06 08:16:47 +01:00
vdso.c UPSTREAM: arm64: vdso: don't free unallocated pages 2020-11-16 07:43:08 +01:00
vmlinux.lds.S This is the 4.19.236 stable release 2022-03-23 12:26:14 +01:00