Re: [PATCH 15/34] mm: factor out VMA fault permission checking

2015-12-08 Thread Thomas Gleixner
On Thu, 3 Dec 2015, Dave Hansen wrote: > This code matches a fault condition up with the VMA and ensures > that the VMA allows the fault to be handled instead of just > erroring out. > > We will be extending this in a moment to comprehend protection > keys. > > Signed-off-by: Dave Hansen

Re: [PATCH 15/34] mm: factor out VMA fault permission checking

2015-12-08 Thread Thomas Gleixner
On Thu, 3 Dec 2015, Dave Hansen wrote: > This code matches a fault condition up with the VMA and ensures > that the VMA allows the fault to be handled instead of just > erroring out. > > We will be extending this in a moment to comprehend protection > keys. > > Signed-off-by: Dave Hansen

[PATCH 15/34] mm: factor out VMA fault permission checking

2015-12-03 Thread Dave Hansen
From: Dave Hansen This code matches a fault condition up with the VMA and ensures that the VMA allows the fault to be handled instead of just erroring out. We will be extending this in a moment to comprehend protection keys. Signed-off-by: Dave Hansen --- b/mm/gup.c | 16 +---

[PATCH 15/34] mm: factor out VMA fault permission checking

2015-12-03 Thread Dave Hansen
From: Dave Hansen This code matches a fault condition up with the VMA and ensures that the VMA allows the fault to be handled instead of just erroring out. We will be extending this in a moment to comprehend protection keys. Signed-off-by: Dave Hansen