From: Marek Lindner Date: Mon, 9 Aug 2010 21:56:39 +0000 (+0200) Subject: Staging: batman-adv: unify orig_hash_lock spinlock handling to avoid deadlocks X-Git-Tag: v2.6.36-rc3~38^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9abc10238e1df7ce81c58a441f65efd5e905b9e8;p=pandora-kernel.git Staging: batman-adv: unify orig_hash_lock spinlock handling to avoid deadlocks The orig_hash_lock spinlock always has to be locked with IRQs being disabled to avoid deadlocks between code that is being executed in IRQ context and code that is being executed in non-IRQ context. Reported-by: Sven Eckelmann Signed-off-by: Marek Lindner Signed-off-by: Sven Eckelmann Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed