Re: [PATCH RFC 05/24] userfaultfd: wp: add helper for writeprotect check

2019-01-22 Thread Peter Xu
On Mon, Jan 21, 2019 at 12:23:12PM +0200, Mike Rapoport wrote: > On Mon, Jan 21, 2019 at 03:57:03PM +0800, Peter Xu wrote: > > From: Shaohua Li > > > > add helper for writeprotect check. Will use it later. > > I'd merge this with the commit that actually uses this helper. Hi, Mike, Yeah actual

Re: [PATCH RFC 05/24] userfaultfd: wp: add helper for writeprotect check

2019-01-21 Thread Mike Rapoport
On Mon, Jan 21, 2019 at 03:57:03PM +0800, Peter Xu wrote: > From: Shaohua Li > > add helper for writeprotect check. Will use it later. I'd merge this with the commit that actually uses this helper. > Cc: Andrea Arcangeli > Cc: Pavel Emelyanov > Cc: Rik van Riel > Cc: Kirill A. Shutemov > C

[PATCH RFC 05/24] userfaultfd: wp: add helper for writeprotect check

2019-01-20 Thread Peter Xu
From: Shaohua Li add helper for writeprotect check. Will use it later. Cc: Andrea Arcangeli Cc: Pavel Emelyanov Cc: Rik van Riel Cc: Kirill A. Shutemov Cc: Mel Gorman Cc: Hugh Dickins Cc: Johannes Weiner Signed-off-by: Shaohua Li Signed-off-by: Andrea Arcangeli Signed-off-by: Peter Xu