[dm-devel] [PATCH 03/13] dm integrity: Use alloc_ordered_workqueue() to create ordered workqueues

2023-05-08 Thread Tejun Heo
BACKGROUND == When multiple work items are queued to a workqueue, their execution order doesn't match the queueing order. They may get executed in any order and simultaneously. When fully serialized execution - one by one in the queueing order - is needed, an ordered workqueue should be us

Re: [dm-devel] [PATCH 03/13] dm integrity: Use alloc_ordered_workqueue() to create ordered workqueues

2023-05-25 Thread Tejun Heo
On Mon, May 08, 2023 at 03:50:22PM -1000, Tejun Heo wrote: ... > Signed-off-by: Tejun Heo > Cc: Alasdair Kergon > Cc: Mike Snitzer > Cc: dm-devel@redhat.com > Cc: linux-ker...@vger.kernel.org Hey, I'm going to apply this to wq/for-6.5-cleanup-ordered. As it's an identity conversion, it shouldn'