rcutorture: Fix rcu_torture_cbflood() memory leak
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 27 Oct 2014 22:52:04 +0000 (15:52 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 4 Nov 2014 03:26:41 +0000 (19:26 -0800)
commitb8969d1a506cdb8ed1e4ae474e931dfcba277da1
treed9ebca5ec7550eed801b08170342c08a097f0d99
parentedae018d95a00a9629de2d78b68d76f662cf89da
rcutorture: Fix rcu_torture_cbflood() memory leak

Commit 38706bc5a29a (rcutorture: Add callback-flood test) vmalloc()ed
a bunch of RCU callbacks, but failed to free them.  This commit fixes
that oversight.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Pranith Kumar <bobby.prani@gmail.com>
kernel/rcu/rcutorture.c