Re: [PATCH] accel/ivpu: Improve buffer object logging

2025-05-12 Thread Jeff Hugo
On 5/6/2025 3:13 AM, Jacek Lawrynowicz wrote: - Fix missing alloc log when drm_gem_handle_create() fails in drm_vma_node_allow() and open callback is not called - Add ivpu_bo->ctx_id that enables to log the actual context id instead of using 0 as default - Add couple WARNs and errors so we

Re: [PATCH] accel/ivpu: Improve buffer object logging

2025-05-06 Thread Lizhi Hou
On 5/6/25 02:13, Jacek Lawrynowicz wrote: - Fix missing alloc log when drm_gem_handle_create() fails in drm_vma_node_allow() and open callback is not called - Add ivpu_bo->ctx_id that enables to log the actual context id instead of using 0 as default - Add couple WARNs and errors so we can

[PATCH] accel/ivpu: Improve buffer object logging

2025-05-06 Thread Jacek Lawrynowicz
- Fix missing alloc log when drm_gem_handle_create() fails in drm_vma_node_allow() and open callback is not called - Add ivpu_bo->ctx_id that enables to log the actual context id instead of using 0 as default - Add couple WARNs and errors so we can catch more memory corruption issues Fixes: