git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d770e55
)
rcutorture: Better bounds checking for n_barrier_cbs
author
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Thu, 14 May 2015 22:35:43 +0000
(15:35 -0700)
committer
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Wed, 15 Jul 2015 21:47:14 +0000
(14:47 -0700)
A negative value for rcutorture.n_barrier_cbs can pass a negative value
to the memory allocator, so this commit instead causes rcu_barrier()
testing to be disabled in this case.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
No differences found