lkml.org 
[lkml]   [2009]   [Nov]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/9] ksm: fix mlockfreed to munlocked
On Mon, 30 Nov 2009, KOSAKI Motohiro wrote:
> >
> > But please clarify: that patch was for mmotm and hopefully 2.6.33,
> > but the vmstat issue (minus warning message) is there in 2.6.32-rc.
> > Should I
> >
> > (a) forget it for 2.6.32
> > (b) rush Linus a patch for 2.6.32 final
> > (c) send a patch for 2.6.32.stable later on
>
> I personally prefer (3). though I don't know ksm so detail.

Thanks, I think that would be my preference by now too.

> > There's a remark in munlock_vma_page(), apropos a different issue,
> > /*
> > * We lost the race. let try_to_unmap() deal
> > * with it. At least we get the page state and
> > * mlock stats right. However, page is still on
> > * the noreclaim list. We'll fix that up when
> > * the page is eventually freed or we scan the
> > * noreclaim list.
> > */
> > which implies that sometimes we scan the unevictable list and resolve
> > such cases. But I wonder if that's nowadays the case?
>
> We don't scan unevictable list at all. munlock_vma_page() logic is.
>
> 1) clear PG_mlock always anyway
> 2) isolate page
> 3) scan related vma and remark PG_mlock if necessary
>
> So, as far as I understand, the above comment describe the case when (2) is
> failed. it mean another task already isolated the page. it makes the task
> putback the page to evictable list and vmscan's try_to_unmap() move
> the page to unevictable list again.

That is the case it's addressing, yes; but both references to
"the noreclaim list" are untrue and misleading (now: they may well
have been accurate when the comment went in). I'd like to correct
it, but cannot do so without spending the time to make sure that
what I'm saying instead isn't equally misleading...

Even "We lost the race" is worrying: which race? there might be several.

Hugh


\
 
 \ /
  Last update: 2009-11-30 13:29    [W:0.770 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site