Re: [PATCH 10/12] crypto: atmel - update workqueue flags and add flush on exit

From: Marco Crivellari

Date: Mon Jun 01 2026 - 05:04:37 EST


Hi,

> Update workqueue initialization to use WQ_MEM_RECLAIM instead of
> WQ_PERCPU

Not sure if you're working on this series right now, but this must keep
the WQ_PERCPU flag. WQ_PERCPU has been added to mark explicitly mark
workqueue that are per-CPU (it is the complement of WQ_UNBOUND).


Thanks!