[PATCH v6 0/5] riscv: Introduce KASLR
Conor Dooley
conor.dooley at microchip.com
Mon Jul 24 07:31:01 PDT 2023
Hey Alex,
On Sat, Jul 22, 2023 at 02:38:45PM +0200, Alexandre Ghiti wrote:
> The following KASLR implementation allows to randomize the kernel mapping:
>
> - virtually: we expect the bootloader to provide a seed in the device-tree
> - physically: only implemented in the EFI stub, it relies on the firmware to
> provide a seed using EFI_RNG_PROTOCOL. arm64 has a similar implementation
> hence the patch 3 factorizes KASLR related functions for riscv to take
> advantage.
>
> The new virtual kernel location is limited by the early page table that only
> has one PUD and with the PMD alignment constraint, the kernel can only take
> < 512 positions.
I gave this all a go today, it seems to do what it it says on the tin,
and crashing my kernel does dump out an offset etc.
Tested-by: Conor Dooley <conor.dooley at microchip.com>
I'll hopefully get some time later in the week to go through the code.
Cheers,
Conor.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-riscv/attachments/20230724/4e27b8ee/attachment.sig>
More information about the linux-riscv
mailing list