linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rcu: kasan: record and print kvfree_call_rcu call stack
@ 2020-11-18  3:53 qiang.zhang
  2020-11-19 21:49 ` Paul E. McKenney
  0 siblings, 1 reply; 10+ messages in thread
From: qiang.zhang @ 2020-11-18  3:53 UTC (permalink / raw)
  To: paulmck, josh, rostedt; +Cc: joel, rcu, linux-kernel

From: Zqiang <qiang.zhang@windriver.com>

Add kasan_record_aux_stack function for kvfree_call_rcu function to
record call stacks.

Signed-off-by: Zqiang <qiang.zhang@windriver.com>
---
 kernel/rcu/tree.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c
index da3414522285..a252b2f0208d 100644
--- a/kernel/rcu/tree.c
+++ b/kernel/rcu/tree.c
@@ -3506,7 +3506,7 @@ void kvfree_call_rcu(struct rcu_head *head, rcu_callback_t func)
 		success = true;
 		goto unlock_return;
 	}
-
+	kasan_record_aux_stack(ptr);
 	success = kvfree_call_rcu_add_ptr_to_bulk(krcp, ptr);
 	if (!success) {
 		run_page_cache_worker(krcp);
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-11-20 14:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-18  3:53 [PATCH] rcu: kasan: record and print kvfree_call_rcu call stack qiang.zhang
2020-11-19 21:49 ` Paul E. McKenney
2020-11-20  8:51   ` Dmitry Vyukov
2020-11-20 14:34     ` Paul E. McKenney
2020-11-20 14:44       ` Dmitry Vyukov
2020-11-20 14:54         ` Paul E. McKenney
2020-11-20 14:45       ` Paul E. McKenney
2020-11-20 11:59   ` Uladzislau Rezki
2020-11-20 12:06     ` Dmitry Vyukov
2020-11-20 12:49       ` Uladzislau Rezki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).