mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
d80ae83f1f
Verification cannot rely on simple bit checking because on some
platforms PAGE_RW is 0, checking that a page is not W means
checking that PAGE_RO is set instead of checking that PAGE_RW
is not set.
Use pte helpers instead of checking bits.
Fixes:
|
||
---|---|---|
.. | ||
8xx.c | ||
bats.c | ||
book3s64.c | ||
hashpagetable.c | ||
Makefile | ||
ptdump.c | ||
ptdump.h | ||
segment_regs.c | ||
shared.c |