From: Linus Torvalds Date: Thu, 14 Mar 2013 21:53:07 +0000 (-0700) Subject: Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck... X-Git-Tag: v3.9-rc3~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4846e52c51755fe1dd6642a117bc23cd0655c95;p=profile%2Fcommon%2Fkernel-common.git Merge branch 'rcu/urgent' of git://git./linux/kernel/git/paulmck/linux-rcu Pull fix for hlist_entry_safe() regression from Paul McKenney: "This contains a single commit that fixes a regression in hlist_entry_safe(). This macro references its argument twice, which can cause NULL-pointer errors. This commit applies a gcc statement expression, creating a temporary variable to avoid the double reference. This has been posted to LKML at https://lkml.org/lkml/2013/3/9/75. Kudos to CAI Qian, whose testing uncovered this, to Eric Dumazet, who spotted root cause, and to Li Zefan, who tested this commit." * 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu: list: Fix double fetch of pointer in hlist_entry_safe() --- f4846e52c51755fe1dd6642a117bc23cd0655c95