diff options
author | Matthew Wilcox <[email protected]> | 2016-01-25 12:25:15 -0500 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2016-02-09 15:25:36 +0100 |
commit | dd7b6847670a84b7bb7c38f8e69b2f12059bca66 (patch) | |
tree | 53167f5e71727b1a24cde404650be94d28e06f8f /net/unix/af_unix.c | |
parent | 8dd5032d9c540111dd673078738d137a998d6c3f (diff) |
x86/mm: Honour passed pgprot in track_pfn_insert() and track_pfn_remap()
track_pfn_insert() overwrites the pgprot that is passed in with a value
based on the VMA's page_prot. This is a problem for people trying to
do clever things with the new vm_insert_pfn_prot() as it will simply
overwrite the passed protection flags. If we use the current value of
the pgprot as the base, then it will behave as people are expecting.
Also fix track_pfn_remap() in the same way.
Signed-off-by: Matthew Wilcox <[email protected]>
Acked-by: Andy Lutomirski <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions