Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86-32, mm: The WP test should be done on a kernel page
PAGE_READONLY includes user permission, but this is a page used exclusively by the kernel; use PAGE_KERNEL_RO instead. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Link: http://lkml.kernel.org/r/1348256595-29119-3-git-send-email-hpa@linux.intel.com
- Loading branch information