Re: [PATCH v12 01/10] i915: only initialize struct ref_tracker_dir once

2025-05-30 Thread Jeff Layton
On Fri, 2025-05-30 at 11:01 +, Krzysztof Karas wrote: > Hi Jeff, > > > I got some warnings from the i915 CI with the ref_tracker debugfs > > patches applied, that indicated that these ref_tracker_dir_init() calls > > were being called more than once. If references were held on these > > object

Re: [PATCH v12 01/10] i915: only initialize struct ref_tracker_dir once

2025-05-30 Thread Krzysztof Karas
Hi Jeff, > I got some warnings from the i915 CI with the ref_tracker debugfs > patches applied, that indicated that these ref_tracker_dir_init() calls > were being called more than once. If references were held on these > objects between the initializations, then that could lead to leaked ref > tr

[PATCH v12 01/10] i915: only initialize struct ref_tracker_dir once

2025-05-29 Thread Jeff Layton
I got some warnings from the i915 CI with the ref_tracker debugfs patches applied, that indicated that these ref_tracker_dir_init() calls were being called more than once. If references were held on these objects between the initializations, then that could lead to leaked ref tracking objects. Sin