summaryrefslogtreecommitdiff
path: root/astraceroute/Makefile
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-03-16 17:06:21 +0100
committerDaniel Borkmann <dborkman@redhat.com>2013-03-16 17:06:21 +0100
commit99c9e3033abe511190bcf86c9d7578c6d8026b85 (patch)
tree7cb147f0d40538a848c26ef0fd241eab7aab7512 /astraceroute/Makefile
parent46c917dd2b4f2e126f6dbe074803323200a11d55 (diff)
flowtop: rcu: omit rcu_assign_pointer
If the new pointer is NULL anyway, this results in a constant expression during compile time (NULL != NULL) where a barrier is left out. Thus, it will have no different effect using rcu_assign_pointer() than assigning it directly. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'astraceroute/Makefile')
0 files changed, 0 insertions, 0 deletions
gi?id=1017471, and https://github.com/lwfinger/rtlwifi_new/issues/203 for descriptions of the problems. This patch fixes all of those problems. Fixes: cf4747d7535a ("rtlwifi: Fix regression caused by commit d86e64768859") Signed-off-by: Jurij Smakov <jurij@wooyd.org> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Stable <stable@vger.kernel.org> # 4.9+ Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'include/rdma/ib_cm.h')
git.cgi/linux/net-next.git/diff/?h=nds-private-remove&id=751321b3dd5040dc5be19bd23f985e80c914621a'>Diffstat (limited to 'net/ieee802154/ieee802154.h')