[PATCH] drm/xe: Add check for alloc_ordered_workqueue()

2025-02-19 Thread Haoxiang Li
Add check for the return value of alloc_ordered_workqueue() in xe_gt_alloc() to catch potential exception. Fixes: e2d84e5b2205 ("drm/xe: Mark GT work queue with WQ_MEM_RECLAIM") Cc: sta...@vger.kernel.org Signed-off-by: Haoxiang Li --- drivers/gpu/drm/xe/xe_gt.c | 2 ++ 1 file changed, 2 inserti

Re: [PATCH] drm/xe: Add check for alloc_ordered_workqueue()

2025-02-19 Thread Lucas De Marchi
On Wed, Feb 19, 2025 at 05:56:59PM +0800, Haoxiang Li wrote: Add check for the return value of alloc_ordered_workqueue() in xe_gt_alloc() to catch potential exception. Fixes: e2d84e5b2205 ("drm/xe: Mark GT work queue with WQ_MEM_RECLAIM") Cc: sta...@vger.kernel.org Signed-off-by: Haoxiang Li