commit | edf7b8417834c89d00ef88355ea507b0b0a630ae | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Wed Dec 02 17:52:07 2020 -0800 |
committer | Paul E. McKenney <paulmck@kernel.org> | Wed Jan 06 17:17:21 2021 -0800 |
tree | 97368f70d1f1dc38c0f86dad65871ad0c903a83f | |
parent | 8a67a20bf257ca378d6e5588fbe4382966395ac8 [diff] |
rcutorture: Make object_debug also double call_rcu() heap object This commit provides a test for call_rcu() printing the allocation address of a double-freed callback by double-freeing a callback allocated via kmalloc(). However, this commit does not depend on any other commit. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>