linux/arch/riscv/include
Alexandre Ghiti 88573389aa riscv: Fix missing PAGE_PFN_MASK
There are a bunch of functions that use the PFN from a page table entry
that end up with the svpbmt upper-bits because they are missing the newly
introduced PAGE_PFN_MASK which leads to wrong addresses conversions and
then crash: fix this by adding this mask.

Fixes: 100631b48d ("riscv: Fix accessing pfn bits in PTEs for non-32bit variants")
Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
Signed-off-by: Anup Patel <anup@brainfault.org>
2022-07-11 09:33:35 +05:30
..
asm riscv: Fix missing PAGE_PFN_MASK 2022-07-11 09:33:35 +05:30
uapi/asm riscv: Wire up memfd_secret in UAPI header 2022-06-01 21:46:36 -07:00