git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05194cf
)
x86-32, mm: The WP test should be done on a kernel page
author
H. Peter Anvin
<hpa@linux.intel.com>
Fri, 21 Sep 2012 19:43:06 +0000
(12:43 -0700)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Fri, 21 Sep 2012 19:45:25 +0000
(12:45 -0700)
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
No differences found