Searched hist:a86aa72eb3b075b985473d1d2973c7d00f568f17 (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm64/kernel/pi/ |
H A D | kaslr_early.c | diff a86aa72eb3b075b985473d1d2973c7d00f568f17 Wed Feb 14 13:28:48 CET 2024 Ard Biesheuvel <ardb@kernel.org> arm64: kernel: Don't rely on objcopy to make code under pi/ __init
We will add some code under pi/ that contains global variables that should not end up in __initdata, as they will not be writable via the initial ID map. So only rely on objcopy for making the libfdt code __init, and use explicit annotations for the rest.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Link: https://lore.kernel.org/r/20240214122845.2033971-47-ardb+git@google.com Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
|
H A D | Makefile | diff a86aa72eb3b075b985473d1d2973c7d00f568f17 Wed Feb 14 13:28:48 CET 2024 Ard Biesheuvel <ardb@kernel.org> arm64: kernel: Don't rely on objcopy to make code under pi/ __init
We will add some code under pi/ that contains global variables that should not end up in __initdata, as they will not be writable via the initial ID map. So only rely on objcopy for making the libfdt code __init, and use explicit annotations for the rest.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Link: https://lore.kernel.org/r/20240214122845.2033971-47-ardb+git@google.com Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
|