diff options
author | Alexandre Ghiti <[email protected]> | 2022-11-21 14:33:03 +0100 |
---|---|---|
committer | Palmer Dabbelt <[email protected]> | 2022-11-28 16:36:34 -0800 |
commit | 3f105a742725a1b78766a55169f1d827732e62b8 (patch) | |
tree | ffd9b41180579bb6e8de602c317499ce05ad8cb0 /scripts/gdb/linux/vmalloc.py | |
parent | 1d6b5ed41f8c5c7012dbebe9bc0e2292a5a232b4 (diff) |
riscv: Sync efi page table's kernel mappings before switching
The EFI page table is initially created as a copy of the kernel page table.
With VMAP_STACK enabled, kernel stacks are allocated in the vmalloc area:
if the stack is allocated in a new PGD (one that was not present at the
moment of the efi page table creation or not synced in a previous vmalloc
fault), the kernel will take a trap when switching to the efi page table
when the vmalloc kernel stack is accessed, resulting in a kernel panic.
Fix that by updating the efi kernel mappings before switching to the efi
page table.
Signed-off-by: Alexandre Ghiti <[email protected]>
Fixes: b91540d52a08 ("RISC-V: Add EFI runtime services")
Tested-by: Emil Renner Berthing <[email protected]>
Reviewed-by: Atish Patra <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Palmer Dabbelt <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/vmalloc.py')
0 files changed, 0 insertions, 0 deletions