aboutsummaryrefslogtreecommitdiff
path: root/scripts/bpf_helpers_doc.py
diff options
context:
space:
mode:
authorArd Biesheuvel <[email protected]>2020-01-13 18:22:37 +0100
committerIngo Molnar <[email protected]>2020-01-20 08:13:01 +0100
commitd9e3d2c4f103200d87f2c243a84c1fd3b3bfea8c (patch)
tree6cca34c1758374f07c855490b34d9e126f3734b7 /scripts/bpf_helpers_doc.py
parent75fbef0a8b6b4bb19b9a91b5214f846c2dc5139e (diff)
efi/x86: Don't map the entire kernel text RW for mixed mode
The mixed mode thunking routine requires a part of it to be mapped 1:1, and for this reason, we currently map the entire kernel .text read/write in the EFI page tables, which is bad. In fact, the kernel_map_pages_in_pgd() invocation that installs this mapping is entirely redundant, since all of DRAM is already 1:1 mapped read/write in the EFI page tables when we reach this point, which means that .rodata is mapped read-write as well. So let's remap both .text and .rodata read-only in the EFI page tables. Signed-off-by: Ard Biesheuvel <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions