From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 4 Apr 2012 11:28:25 +0200 References: <1333017286-17417-1-git-send-email-sven@narfation.org> <1333017500-17567-1-git-send-email-sven@narfation.org> In-Reply-To: <1333017500-17567-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: <201204041128.25780.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: Initialize lockdep class keys for hashes 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 Thursday, March 29, 2012 12:38:20 Sven Eckelmann wrote: > The hash for claim and backbone hash in the bridge loop avoidance code > receive the same key because they are getting initialized by hash_new with > the same key. Lockdep will create a backtrace when they are used > recursively. This can be avoided by reinitializing the key directly after > the hash_new. Applied in revision 2c9aa3b. Thanks, Marek