Re: [BUG] infinite loop in find_get_pages()

From: Eric Dumazet
Date: Wed Sep 14 2011 - 18:08:31 EST


Le mercredi 14 septembre 2011 Ã 14:53 -0700, Hugh Dickins a Ãcrit :
> On Wed, 14 Sep 2011, Eric Dumazet wrote:
> > Le mercredi 14 septembre 2011 Ã 13:38 -0700, Hugh Dickins a Ãcrit :
> > >
> > > I'd like to think about that a little more before finalizing the
> > > patch below - does it work, and does it look acceptable so far?
> > > Of course, the mods to truncate.c and vmscan.c are not essential
> > > parts of this fix, just things to tidy up while on the subject.
> > > Right now I must attend to some other stuff, will return tomorrow.
> >
> > Hello Hugh
> >
> > I am going to test this ASAP,
>
> Thanks, Eric, though it may not be worth spending your time on it.
> It occurred to me over lunch that it may take painfully longer than
> expected to invalidate_mapping_pages() on a single-swapped-out-page
> 1TB sparse tmpfs file - all those "start += 1" restarts until it
> reaches the end.
>
> I might decide to leave invalidate_mapping_pages() giving up early
> (unsatisfying, but no worse than before), and convert scan_mapping_
> unevictable_pages() (which is used on nothing but shmem) to pass
> index vector to radix_tree_gang_whatever().
>
> Dunno, I'll think about it more later.
>

I tested your patch as is on my machine, and everything seems fine.

I let the stress continue while I am going to sleep :)

See you


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/