diff options
author | 2023-04-05 10:13:59 +0800 | |
---|---|---|
committer | 2023-05-09 17:26:21 -0700 | |
commit | 1e237994d9c9a5ae47ae13030585a413a29469e6 (patch) | |
tree | a36700ddd7f2c0e90c1e50ec747be84cf37384e5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | rcu/kvfree: Add debug check for GP complete for kfree_rcu_cpu list (diff) | |
download | wireguard-linux-1e237994d9c9a5ae47ae13030585a413a29469e6.tar.xz wireguard-linux-1e237994d9c9a5ae47ae13030585a413a29469e6.zip |
rcu/kvfree: Invoke debug_rcu_bhead_unqueue() after checking bnode->gp_snap
If kvfree_rcu_bulk() sees that the required grace period has failed to
elapse, it leaks the memory because readers might still be using it.
But in that case, the debug-objects subsystem still marks the relevant
structures as having been freed, even though they are instead being
leaked.
This commit fixes this mismatch by invoking debug_rcu_bhead_unqueue()
only when we are actually going to free the objects.
Signed-off-by: Zqiang <qiang1.zhang@intel.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions