]> git.baikalelectronics.ru Git - kernel.git/commit
rcu: Semicolon inside RCU_TRACE() for Tiny RCU
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 23 Jan 2017 20:02:09 +0000 (12:02 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 18 Apr 2017 18:38:17 +0000 (11:38 -0700)
commitf854edafa23bcbcdd358a47f304fbdbef3f829cc
tree8190d89a1518fe210dc2b3b9f15c450d13cadb23
parent1094da8c8417964b3c9c2455f1a60819de70d901
rcu: Semicolon inside RCU_TRACE() for Tiny RCU

The current use of "RCU_TRACE(statement);" can cause odd bugs, especially
where "statement" is a local-variable declaration, as it can leave a
misplaced ";" in the source code.  This commit therefore converts these
to "RCU_TRACE(statement;)", which avoids the misplaced ";".

Reported-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tiny.c
kernel/rcu/tiny_plugin.h