aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ref_tracker.c
diff options
context:
space:
mode:
authorJeff Layton <[email protected]>2025-06-18 14:24:17 +0000
committerJakub Kicinski <[email protected]>2025-06-20 00:02:04 +0000
commitaa7d26c3c3497258b712fb97221e775733a710b7 (patch)
tree5aad9861ba1825fd92a81b97e636fb2ded3c50df /lib/ref_tracker.c
parentref_tracker: have callers pass output function to pr_ostream() (diff)
downloadkernel-aa7d26c3c3497258b712fb97221e775733a710b7.tar.gz
kernel-aa7d26c3c3497258b712fb97221e775733a710b7.zip
ref_tracker: add a static classname string to each ref_tracker_dir
A later patch in the series will be adding debugfs files for each ref_tracker that get created in ref_tracker_dir_init(). The format will be "class@%px". The current "name" string can vary between ref_tracker_dir objects of the same type, so it's not suitable for this purpose. Add a new "class" string to the ref_tracker dir that describes the the type of object (sans any individual info for that object). Also, in the i915 driver, gate the creation of debugfs files on whether the dentry pointer is still set to NULL. CI has shown that the ref_tracker_dir can be initialized more than once. Signed-off-by: Jeff Layton <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'lib/ref_tracker.c')
0 files changed, 0 insertions, 0 deletions