From: Gleb Natapov Date: Tue, 18 Oct 2011 17:55:51 +0000 (+0200) Subject: jump_label: jump_label_inc may return before the code is patched X-Git-Tag: v3.2-rc5~39^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbbf7af4bf8fc69bc751818cf30521080fa47dcb;p=pandora-kernel.git jump_label: jump_label_inc may return before the code is patched If cpu A calls jump_label_inc() just after atomic_add_return() is called by cpu B, atomic_inc_not_zero() will return value greater then zero and jump_label_inc() will return to a caller before jump_label_update() finishes its job on cpu B. Link: http://lkml.kernel.org/r/20111018175551.GH17571@redhat.com Cc: stable@vger.kernel.org Cc: Peter Zijlstra Acked-by: Jason Baron Signed-off-by: Gleb Natapov Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed