On Fri, Feb 19, 2021 at 9:10 AM Jens Axboe <axboe@xxxxxxxxx> wrote: > > tldr - instead of using kthreads that assume the identity of the original > tasks for work that needs offloading to a thread, setup these workers as > threads of the original task. Ok, from a quick look-through of the patch series this most definitely seems to be the right way to go, getting rid of a lot of subtle (and not-so-subtle) issues. Linus