riscv: mm: implement pgprot_nx
authorJisheng Zhang <jszhang@kernel.org>
Tue, 21 Nov 2023 16:06:37 +0000 (00:06 +0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Wed, 27 Mar 2024 14:09:06 +0000 (07:09 -0700)
commit0ffe1ae7026dd129d86318388ed62ba61f085730
tree3939006b004cda5cea333413b8366657182e58e7
parent7115ff4a8bfed3b9294bad2e111744e6abeadf1a
riscv: mm: implement pgprot_nx

commit cca98e9f8b5e ("mm: enforce that vmap can't map pages
executable") enforces the W^X protection by not allowing remapping
existing pages as executable. Add riscv bits so that riscv can benefit
the same protection.

Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Reviewed-by: Samuel Holland <samuel.holland@sifive.com>
Tested-by: Samuel Holland <samuel.holland@sifive.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Link: https://lore.kernel.org/r/20231121160637.3856-1-jszhang@kernel.org
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/include/asm/pgtable.h