Re: [PATCH v14 4/9] ref_tracker: add a static classname string to each ref_tracker_dir

2025-06-11 Thread Krzysztof Karas
Hi Jeff, > 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. >

[PATCH v14 4/9] ref_tracker: add a static classname string to each ref_tracker_dir

2025-06-10 Thread Jeff Layton
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" st