Quantcast
Channel: lkml.org : Shesha Sreenivasamurthy
Viewing all articles
Browse latest Browse all 1267

Re: [patch 05/16] mm: Allow special mappings with user access cleared

$
0
0
Linus Torvalds writes: (Summary) On Wed, Dec 13, 2017 at 10:32 AM, Peter Zijlstra <peterz@infradead.org> wrote:

[...]

already disallows read(2) from writing to them.
So I don't mind at all the notion of disallowing access to some special mappings at the vma level. So a VM_NOUSER flag that just disallows get_user_pages entirely I'm ok with.
disallows get_user_pages entirely I'm ok with.
It's the protection keys in particular that I don't like having to worry about. They are subtle and have odd architecture-specific meaning, and needs to be checked at all levels in the page table tree.

Viewing all articles
Browse latest Browse all 1267

Trending Articles