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.3-rc1~192^2~84^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8452afb7426f7e21388492f40227582e3e83879;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