Re: [PATCH 0/9] userfaultfd: add minor fault handling for shmem

2021-04-09 Thread Mike Kravetz
On 4/9/21 2:18 PM, Peter Xu wrote: > On Fri, Apr 09, 2021 at 10:03:53AM -0700, Axel Rasmussen wrote: >> On Thu, Apr 8, 2021 at 10:04 PM Andrew Morton >> wrote: >>> >>> On Thu, 8 Apr 2021 16:43:18 -0700 Axel Rasmussen >>> wrote: >>> The idea is that it will apply cleanly to akpm's tree,

Re: [PATCH 0/9] userfaultfd: add minor fault handling for shmem

2021-04-09 Thread Peter Xu
On Fri, Apr 09, 2021 at 10:03:53AM -0700, Axel Rasmussen wrote: > On Thu, Apr 8, 2021 at 10:04 PM Andrew Morton > wrote: > > > > On Thu, 8 Apr 2021 16:43:18 -0700 Axel Rasmussen > > wrote: > > > > > The idea is that it will apply cleanly to akpm's tree, *replacing* the > > > following > > >

Re: [PATCH 0/9] userfaultfd: add minor fault handling for shmem

2021-04-09 Thread Axel Rasmussen
On Thu, Apr 8, 2021 at 10:04 PM Andrew Morton wrote: > > On Thu, 8 Apr 2021 16:43:18 -0700 Axel Rasmussen > wrote: > > > The idea is that it will apply cleanly to akpm's tree, *replacing* the > > following > > patches (i.e., drop these first, and then apply this series): > > > >

Re: [PATCH 0/9] userfaultfd: add minor fault handling for shmem

2021-04-08 Thread Andrew Morton
On Thu, 8 Apr 2021 16:43:18 -0700 Axel Rasmussen wrote: > The idea is that it will apply cleanly to akpm's tree, *replacing* the > following > patches (i.e., drop these first, and then apply this series): > > userfaultfd-support-minor-fault-handling-for-shmem.patch >

[PATCH 0/9] userfaultfd: add minor fault handling for shmem

2021-04-08 Thread Axel Rasmussen
Base Since the original series [1] was merged into Andrew's tree, some issues were noticed. Up to this point, we had been working on fixing what's in Andrew's tree [2], but at this point we've changed direction enough that a lot of the fix's delta is undoing what was done in the original