diff options
| author | Josh Triplett <[email protected]> | 2006-10-04 02:17:11 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-10-04 07:55:30 -0700 |
| commit | 2860aaba4dc87fa43c08724434b87a8650f3bff5 (patch) | |
| tree | 5c9a4ec9c571352174cbe4fd8d7eb125f53e0c30 /include/linux/debugobjects.h | |
| parent | 3c29e03d9121e07714fb9e5303d9b026800ffd5a (diff) | |
[PATCH] rcu: Avoid kthread_stop on invalid pointer if rcutorture reader startup fails
rcu_torture_init kmallocs the array of reader threads, then creates each
one with kthread_run, cleaning up with rcu_torture_cleanup if this fails.
rcu_torture_cleanup calls kthread_stop on any non-NULL pointer in the
array; however, any readers after the one that failed to start up will have
invalid pointers, not null pointers. Avoid this by using kzalloc instead.
Signed-off-by: Josh Triplett <[email protected]>
Acked-by: Paul E. McKenney <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions