[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <480FFDB7.8050706@trash.net>
Date: Thu, 24 Apr 2008 05:25:43 +0200
From: Patrick McHardy <kaber@...sh.net>
To: David Miller <davem@...emloft.net>
CC: denys@...p.net.lb, netdev@...r.kernel.org
Subject: Re: mutex WARNING while running ip from iproute2 package
David Miller wrote:
> From: Patrick McHardy <kaber@...sh.net>
> Date: Thu, 24 Apr 2008 05:12:14 +0200
>
>> Sure. This seems to be the bogus ASSERT_RTNL warning caused
>> by mutex_trylock() while holding a spinlock. The warning
>> itself is harmless, since we're already holding the RTNL,
>> mutex_trylock won't succeed.
>
> I'm sorry, I had forgotten about this. :-/
>
>> Herbert suggested to store address updates in atomic context
>> on a temporary list and do the actual update in process
>> context. This seems like a good idea to simplify the address
>> list locking, unfortunately I didn't manage to take care of
>> this yet. An alternative fix to silent the bogus warning would
>> be to use mutex_is_locked in ASSERT_RTNL, but Herbert didn't
>> like that idea.
>
> I think we need something like the latter in any event.
I'll cook up a patch for this.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists