From: Linus Lüssing Date: Wed, 17 Oct 2012 12:53:05 +0000 (+0200) Subject: batman-adv: Fix potential broadcast BLA-duplicate-check race condition X-Git-Tag: v3.7-rc3~7^2~24^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dac7b76b8db87fc79857a53a09730fb2148579b;p=pandora-kernel.git batman-adv: Fix potential broadcast BLA-duplicate-check race condition Threads in the bottom half of batadv_bla_check_bcast_duplist() might otherwise for instance overwrite variables which other threads might be using/reading at the same time in the top half, potentially leading to messing up the bcast_duplist, possibly resulting in false bridge loop avoidance duplicate check decisions. Signed-off-by: Linus Lüssing Acked-by: Simon Wunderlich Signed-off-by: Marek Lindner --- Reading git-diff-tree failed