[PATCH 11/31] x86, pkeys: pass VMA down in to fault signal generation code

2016-01-29 Thread Dave Hansen
From: Dave Hansen During a page fault, we look up the VMA to ensure that the fault is in a region with a valid mapping. But, in the top-level page fault code we don't need the VMA for much else. Once we have decided that an access is bad, we are going to send a signal no matter what and do

[PATCH 11/31] x86, pkeys: pass VMA down in to fault signal generation code

2016-01-29 Thread Dave Hansen
From: Dave Hansen During a page fault, we look up the VMA to ensure that the fault is in a region with a valid mapping. But, in the top-level page fault code we don't need the VMA for much else. Once we have decided that an access is bad, we are going to send a

[PATCH 11/31] x86, pkeys: pass VMA down in to fault signal generation code

2016-01-06 Thread Dave Hansen
From: Dave Hansen During a page fault, we look up the VMA to ensure that the fault is in a region with a valid mapping. But, in the top-level page fault code we don't need the VMA for much else. Once we have decided that an access is bad, we are going to send a signal no matter what and do

[PATCH 11/31] x86, pkeys: pass VMA down in to fault signal generation code

2016-01-06 Thread Dave Hansen
From: Dave Hansen During a page fault, we look up the VMA to ensure that the fault is in a region with a valid mapping. But, in the top-level page fault code we don't need the VMA for much else. Once we have decided that an access is bad, we are going to send a