Re: [GIT PULL] core kernel fixes

From: Eric Dumazet
Date: Tue Oct 05 2010 - 22:57:08 EST


Le mardi 05 octobre 2010 Ã 15:05 -0700, Paul E. McKenney a Ãcrit :
> On Tue, Oct 05, 2010 at 02:45:07PM -0700, Linus Torvalds wrote:
> > On Tue, Oct 5, 2010 at 2:09 PM, Paul E. McKenney
> > <paulmck@xxxxxxxxxxxxxxxxxx> wrote:
> > >
> > > Good point!!! If the following diff looks good to you, I will get it
> > > tested and pushed.
> >
> > Looks good. Except since I pulled the thing despite my complaint,
> > you'll also need to undo the extra irqs_disabled() test.
>
> No problem, the diff I sent you combined two commits. ;-)
>

Hi Paul & Linus

I originally considered adding the test in rcu_read_lock_bh_held() too,
but thought (wrongly) :

"rcu_read_unlock_bh() doesnt block hard IRQ, thus
rcu_read_lock_bh_held() should not test hard irq."

I remember anyway my first patch was wrong, since I was not using
irqs_disabled() but in_irq()

http://kerneltrap.org/mailarchive/linux-kernel/2010/9/22/4622784

Thanks !


--
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/