mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 16:38:12 +00: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 |