Re: [PATCH] accel: habanalabs: use alloc_ordered_workqueue()

From: Sinyuk, Konstantin

Date: Sat Nov 29 2025 - 15:36:17 EST


On 11/2/2025 2:25 PM, Shi Hao wrote:
> Replace the deprecated create_singlethread_workqueue() functions with
> alloc_ordered_workqueue() since it aligns with current workqueue API
> modernization efforts. The conversion is safe since destroy_workqueue()
> is used for cleanup in both cases.
>
> No functional changes intended.
>
> Signed-off-by: Shi Hao <i.shihao.999@xxxxxxxxx>

Applied to accel/habanalabs-next, thanks.