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

From: Lothar Rubusch

Date: Thu Jun 04 2026 - 03:28:04 EST


Hi Marco,

On Mon, Jun 1, 2026 at 11:03 AM Marco Crivellari
<marco.crivellari@xxxxxxxx> wrote:
>
> 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).
>
Yes. I plan on splitting up the material presented in this series.

This particular patch was one of the things I was a unsure, if this
actually could be done.
Therefore it was already separted out. I highly appreciate your
feedback. I will drop this
change and leave WQ_PERCPU until I get there.

>
> Thanks!
>