mirror of
https://github.com/torvalds/linux.git
synced 2026-03-14 23:06:14 +01:00
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:
|
||
|---|---|---|
| .. | ||
| asm | ||
| uapi/asm | ||