From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 9 Sep 2012 16:13:38 +0800 References: <1346057631-2382-1-git-send-email-sven@narfation.org> In-Reply-To: <1346057631-2382-1-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201209091613.39032.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Write lockdep xmit class in late initialization phase Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Monday, August 27, 2012 16:53:50 Sven Eckelmann wrote: > e27bb6fa916451e9eaced16e7c21d5b71a3b7f30 ("batman-adv: Set special lockdep > classes to avoid lockdep warning") introduced a lockdep class for the tx > queue, but did not set it in the correct initialization phase. The > batman-adv specific lock class could be replaced by a later netdevice > registration phase. > > Reported-by: Antonio Quartulli > Signed-off-by: Sven Eckelmann > --- > soft-interface.c | 35 ++++++++++++++++++++++++----------- > 1 file changed, 24 insertions(+), 11 deletions(-) Applied in revision b8f86c9. Thanks, Marek