Re: [patch 2/4] mm: Dont forget to set softdirty on file mapped fault

2014-04-14 Thread Andrew Morton
On Tue, 15 Apr 2014 02:38:21 +0400 Cyrill Gorcunov wrote: > On Tue, Apr 15, 2014 at 02:33:09AM +0400, Cyrill Gorcunov wrote: > > On Mon, Apr 14, 2014 at 03:27:58PM -0700, Andrew Morton wrote: > > > > > > This will need to be redone for current kernels, please. New patch, new > > > title, new ch

Re: [patch 2/4] mm: Dont forget to set softdirty on file mapped fault

2014-04-14 Thread Cyrill Gorcunov
On Tue, Apr 15, 2014 at 02:33:09AM +0400, Cyrill Gorcunov wrote: > On Mon, Apr 14, 2014 at 03:27:58PM -0700, Andrew Morton wrote: > > > > This will need to be redone for current kernels, please. New patch, new > > title, new changelog, retest. > > Sure, will resend once done. Andrew, sorry, I'm

Re: [patch 2/4] mm: Dont forget to set softdirty on file mapped fault

2014-04-14 Thread Cyrill Gorcunov
On Mon, Apr 14, 2014 at 03:27:58PM -0700, Andrew Morton wrote: > > This will need to be redone for current kernels, please. New patch, new > title, new changelog, retest. Sure, will resend once done. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mess

Re: [patch 2/4] mm: Dont forget to set softdirty on file mapped fault

2014-04-14 Thread Andrew Morton
On Mon, 24 Mar 2014 16:28:40 +0400 Cyrill Gorcunov wrote: > Otherwise we may not notice that pte was softdirty. > > --- linux-2.6.git.orig/mm/memory.c > +++ linux-2.6.git/mm/memory.c > @@ -3422,7 +3422,7 @@ static int __do_fault(struct mm_struct * > if (flags & FAULT_FLAG_WRITE) >