[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120223230123.GL22536@google.com>
Date: Thu, 23 Feb 2012 15:01:23 -0800
From: Tejun Heo <tj@...nel.org>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: axboe@...nel.dk, vgoyal@...hat.com, hughd@...gle.com,
avi@...hat.com, nate@...nel.net, cl@...ux-foundation.org,
linux-kernel@...r.kernel.org, dpshah@...gle.com,
ctalbott@...gle.com, rni@...gle.com
Subject: Re: [PATCHSET] mempool, percpu, blkcg: fix percpu stat allocation
and remove stats_lock
On Thu, Feb 23, 2012 at 02:43:36PM -0800, Andrew Morton wrote:
> On Thu, 23 Feb 2012 14:30:38 -0800
> Tejun Heo <tj@...nel.org> wrote:
>
> > This patchset is combination of the patchset "block, mempool, percpu:
> > implement percpu mempool and fix blkcg percpu alloc deadlock" [1] and
> > patches to remove blkg->stats_lock.
>
> What's changed since last time? I scanned the changelogs to see how
> earlier issues were addressed and saw no mention of any of it. eg, is
> the code still deadlockable if the allocator is called with __GFP_WAIT?
Hmmm... going through the thread again, ah, okay, I forgot about that
completely. Yeah, that is an actual problem. Both __GFP_WAIT which
isn't GFP_KERNEL and GFP_KERNEL are valid use cases. I guess we'll be
building async percpu pool in blkcg then. Great. :(
--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists