Re: [RFC PATCH 0/6] drm/sched: Avoid memory leaks by canceling job-by-job

2025-06-12 Thread Tvrtko Ursulin
On 11/06/2025 22:21, Danilo Krummrich wrote: On Tue, 2025-06-03 at 13:27 +0100, Tvrtko Ursulin wrote: On 03/06/2025 10:31, Philipp Stanner wrote: What I am not that ecstatic about is only getting the Suggested-by credit in 1/6. Given it is basically my patch with some cosmetic changes like the

Re: [RFC PATCH 0/6] drm/sched: Avoid memory leaks by canceling job-by-job

2025-06-11 Thread Danilo Krummrich
> On Tue, 2025-06-03 at 13:27 +0100, Tvrtko Ursulin wrote: > > On 03/06/2025 10:31, Philipp Stanner wrote: > > What I am not that ecstatic about is only getting the Suggested-by > > credit in 1/6. Given it is basically my patch with some cosmetic > > changes > > like the kernel doc and the cancel

Re: [RFC PATCH 0/6] drm/sched: Avoid memory leaks by canceling job-by-job

2025-06-03 Thread Philipp Stanner
On Tue, 2025-06-03 at 13:27 +0100, Tvrtko Ursulin wrote: > > On 03/06/2025 10:31, Philipp Stanner wrote: > > An alternative version to [1], based on Tvrtko's suggestion from > > [2]. > > > > I tested this for Nouveau. Works. > > > > I'm having, however, bigger problems properly porting the unit

Re: [RFC PATCH 0/6] drm/sched: Avoid memory leaks by canceling job-by-job

2025-06-03 Thread Tvrtko Ursulin
On 03/06/2025 10:31, Philipp Stanner wrote: An alternative version to [1], based on Tvrtko's suggestion from [2]. I tested this for Nouveau. Works. I'm having, however, bigger problems properly porting the unit tests and have seen various explosions. In the process I noticed that some things

[RFC PATCH 0/6] drm/sched: Avoid memory leaks by canceling job-by-job

2025-06-03 Thread Philipp Stanner
An alternative version to [1], based on Tvrtko's suggestion from [2]. I tested this for Nouveau. Works. I'm having, however, bigger problems properly porting the unit tests and have seen various explosions. In the process I noticed that some things in the unit tests aren't right and a bit of a la