mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-24 15:52:58 +00:00
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 | ||