From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: Vivek Goyal <vgoyal@redhat.com>
Cc: Li Zefan <lizf@cn.fujitsu.com>,
linux kernel mailing list <linux-kernel@vger.kernel.org>,
Jens Axboe <jens.axboe@oracle.com>,
Gui Jianfeng <guijianfeng@cn.fujitsu.com>
Subject: Re: [PATCH] blk-cgroup: Fix RCU correctness warning in cfq_init_queue()
Date: Tue, 27 Apr 2010 17:16:28 -0700 [thread overview]
Message-ID: <20100428001628.GA19734@linux.vnet.ibm.com> (raw)
In-Reply-To: <20100426205244.GG3372@redhat.com>
On Mon, Apr 26, 2010 at 04:52:44PM -0400, Vivek Goyal wrote:
> On Mon, Apr 26, 2010 at 01:47:04PM -0700, Paul E. McKenney wrote:
> > On Mon, Apr 26, 2010 at 04:42:08PM -0400, Vivek Goyal wrote:
> > > On Mon, Apr 26, 2010 at 07:45:42AM -0700, Paul E. McKenney wrote:
> > > > On Mon, Apr 26, 2010 at 09:39:20AM -0400, Vivek Goyal wrote:
> > > > > On Sun, Apr 25, 2010 at 07:06:31PM -0700, Paul E. McKenney wrote:
> > > > > > On Mon, Apr 26, 2010 at 09:33:46AM +0800, Li Zefan wrote:
> > > > > > > >>>>>> With RCU correctness on, We see following warning. This patch fixes it.
> > > > > > > >>>>> This is in initialization code, so that there cannot be any concurrent
> > > > > > > >>>>> updates, correct? If so, looks good.
> > > > > > > >>>>>
> > > > > > > >>>> I think theoritically two instances of cfq_init_queue() can be running
> > > > > > > >>>> in parallel (for two different devices), and they both can call
> > > > > > > >>>> blkiocg_add_blkio_group(). But then we use a spin lock to protect
> > > > > > > >>>> blkio_cgroup.
> > > > > > > >>>>
> > > > > > > >>>> spin_lock_irqsave(&blkcg->lock, flags);
> > > > > > > >>>>
> > > > > > > >>>> So I guess two parallel updates should be fine.
> > > > > > > >>> OK, in that case, would it be possible add this spinlock to the condition
> > > > > > > >>> checked by css_id()'s rcu_dereference_check()?
> > > > > > > >> Hi Paul,
> > > > > > > >>
> > > > > > > >> I think adding these spinlock to condition checked might become little
> > > > > > > >> messy. And the reason being that this lock is subsystem (controller)
> > > > > > > >> specific and maintained by controller. Now if any controller implements
> > > > > > > >> a lock and we add that lock in css_id() rcu_dereference_check(), it will
> > > > > > > >> look ugly.
> > > > > > > >>
> > > > > > > >> So probably a better way is to make sure that css_id() is always called
> > > > > > > >> under rcu read lock so that we don't hit this warning?
> > > > > > > >
> > > > > > > > As long as holding rcu_read_lock() prevents css_id() from the usual
> > > > > > > > problems such as access memory that was concurrently freed, yes.
> > > > > > >
> > > > > > > blkiocg_add_blkio_group() also calls cgroup_path(), which also needs to
> > > > > > > be called within rcu_read_lock, so I think Vivek's patch is better than
> > > > > > > the one you posted in another mail thread.
> > > > > >
> > > > > > My apologies, Vivek! I lost track of your patch. I have now replaced
> > > > > > my patch with yours.
> > > > >
> > > > > Thanks Paul.
> > > > >
> > > > > I sent this patch to Jens also, thinking he will apply to his tree. Looks
> > > > > like he has not applied it yet though.
> > > > >
> > > > > Jens, is it ok if this patch gets merged through paul's tree or should it
> > > > > go through blk tree?
> > > >
> > > > I am happy for it to go either way, so just let me know!
> > >
> > > I am also happy to go either way. I guess you can go ahead with pulling it in.
> >
> > I have it queued for 2.6.34.
>
> Thanks Paul. Where can I get your tree to clone from? I can test the
> changes. I can't find it on kernel.org.
I have a early-alpha version of an RCU git tree at:
master.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcutest.git
This is my first attempt to create such a tree, so please let me know if
you run into problems trying to use it. The branch "urgent.2010.40.27a",
complete with a dyslexic month of April, contains the RCU lockdep
fixes that are not known to me to be in other trees. The branch
"rcutest.2010.04.27a" contains stuff intended for 2.6.35.
I expect that I will learn how one -really- sets up a tree over the next
little while, at which point I will delete the above and create a real
one. A more real one, anyway...
Thanx, Paul
prev parent reply other threads:[~2010-04-28 0:16 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-22 15:54 [PATCH] blk-cgroup: Fix RCU correctness warning in cfq_init_queue() Vivek Goyal
2010-04-22 23:15 ` Paul E. McKenney
2010-04-22 23:55 ` Vivek Goyal
2010-04-23 0:17 ` Paul E. McKenney
2010-04-23 14:41 ` Vivek Goyal
2010-04-23 19:46 ` Paul E. McKenney
2010-04-26 1:33 ` Li Zefan
2010-04-26 2:06 ` Paul E. McKenney
2010-04-26 13:39 ` Vivek Goyal
2010-04-26 14:45 ` Paul E. McKenney
2010-04-26 20:42 ` Vivek Goyal
2010-04-26 20:47 ` Paul E. McKenney
2010-04-26 20:52 ` Vivek Goyal
2010-04-28 0:16 ` Paul E. McKenney [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100428001628.GA19734@linux.vnet.ibm.com \
--to=paulmck@linux.vnet.ibm.com \
--cc=guijianfeng@cn.fujitsu.com \
--cc=jens.axboe@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lizf@cn.fujitsu.com \
--cc=vgoyal@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).