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