Re: [Intel-gfx] [PATCH 2/2] drm/i915: Fix a memory leak with reused mmap_offset

2023-01-18 Thread Mirsad Goran Todorovac
>> +    drm_vma_node_allow_once(&mmo->vma_node, file); >>>>   return mmo; >>>>   err: >> >> The drm/i915 patch seems OK and there are currently no memory leaks as of >> reported by /sys/kernel/debug/kmemleak under the same Chrome load

Re: [Intel-gfx] LOOKS GOOD: Possible regression in drm/i915 driver: memleak

2022-12-25 Thread Mirsad Goran Todorovac
ut me having to bisect :) Kind regards, Mirsad -- Mirsad Goran Todorovac Sistem inženjer Grafički fakultet | Akademija likovnih umjetnosti Sveučilište u Zagrebu -- System engineer Faculty of Graphic Arts | Academy of Fine Arts University of Zagreb, Republic of Croatia The European Union

Re: [Intel-gfx] LOOKS GOOD: Possible regression in drm/i915 driver: memleak

2022-12-25 Thread Mirsad Goran Todorovac
irsad Goran Todorovac Sistem inženjer Grafički fakultet | Akademija likovnih umjetnosti Sveučilište u Zagrebu -- System engineer Faculty of Graphic Arts | Academy of Fine Arts University of Zagreb, Republic of Croatia The European Union

Re: [Intel-gfx] LOOKS GOOD: Possible regression in drm/i915 driver: memleak

2022-12-22 Thread Mirsad Goran Todorovac
On 12/22/2022 09:04, Tvrtko Ursulin wrote: On 22/12/2022 00:12, Mirsad Goran Todorovac wrote: On 20. 12. 2022. 20:34, Mirsad Todorovac wrote: As I hear no reply from Tvrtko, and there is already 1d5h uptime with no leaks (but the kworker with memstick_check nag I couldn't bisect on the

Re: [Intel-gfx] LOOKS GOOD: Possible regression in drm/i915 driver: memleak

2022-12-21 Thread Mirsad Goran Todorovac
e experience with software development, I always preferred bugs reported and fixed rather than concealed and lying in wait (or worse, found first by a motivated adversary.) Forgive me this rant, I do not live from writing kernel drivers, this is just a pet project as of time being ... Thanks, Mirsad --

Re: [Intel-gfx] Possible regression in drm/i915 driver: memleak

2022-12-21 Thread Mirsad Goran Todorovac
On 20.12.2022. 20:34, Mirsad Todorovac wrote: On 12/20/22 16:52, Tvrtko Ursulin wrote: On 20/12/2022 15:22, srinivas pandruvada wrote: +Added DRM mailing list and maintainers On Tue, 2022-12-20 at 15:33 +0100, Mirsad Todorovac wrote: Hi all, I have been unsuccessful to find any particular I

Re: [Intel-gfx] Possible regression in drm/i915 driver: memleak

2022-12-21 Thread Mirsad Goran Todorovac
latest Mr. Torvalds' tree (commit b6bb9676f216). It is currently building, which can take up to 90 minutes on our system. Now the test depends on whether I will be able to setup the machine at work remotely (there were some firewalls on port 22 recently). I will keep you updated. Thanks, Mir