Searched hist:"50 f176175e96ea5d7cbd8536c0dd774de796ef63" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm64/kernel/ |
H A D | kaslr.c | diff 50f176175e96ea5d7cbd8536c0dd774de796ef63 Wed Nov 29 12:16:16 CET 2023 Ard Biesheuvel <ardb@kernel.org> arm64/kernel: Move 'nokaslr' parsing out of early idreg code
Parsing and ignoring 'nokaslr' can be done from anywhere, except from the code that runs very early and is therefore built with limitations on the kind of relocations it is permitted to use.
So move it to a source file that is part of the ordinary kernel build.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Link: https://lore.kernel.org/r/20231129111555.3594833-63-ardb@google.com Signed-off-by: Will Deacon <will@kernel.org>
|