Re: [PATCH 1/6] dm-crypt: set atomic as false when calling crypt_convert() in kworker

2025-01-20 Thread Ignat Korchagin
king crypt_convert() under > kworker context. > > Signed-off-by: Hou Tao Maybe add Fixes: 8abec36d1274 ("dm crypt: do not wait for backlogged crypto request completion in softirq")? Reviewed-by: Ignat Korchagin > --- > drivers/md/dm-crypt.c | 4 ++-- > 1 file changed, 2

Re: dm-crypt: Automatically enable no_{read,write}_workqueue on SSDs

2024-01-30 Thread Ignat Korchagin
On Tue, Jan 30, 2024 at 4:10 PM Adrian Vovk wrote: > > On 1/30/24 03:07, Ignat Korchagin wrote: > > On Tue, Jan 30, 2024 at 2:14 AM Adrian Vovk wrote: > >> Hello all, > >> > >> I am working as a contractor for the GNOME Foundation to integrate > &

Re: dm-crypt: Automatically enable no_{read,write}_workqueue on SSDs

2024-01-30 Thread Ignat Korchagin
On Tue, Jan 30, 2024 at 2:14 AM Adrian Vovk wrote: > > Hello all, > > I am working as a contractor for the GNOME Foundation to integrate > systemd-homed into the GNOME desktop and related components, as part of > a grant by the Sovereign Tech Fund[1]. systemd-homed is a component of > systemd that

Re: [PATCH] softirq: fix memory corruption when freeing tasklet_struct

2024-01-25 Thread Ignat Korchagin
On Thu, Jan 25, 2024 at 7:51 PM Linus Torvalds wrote: > > On Thu, 25 Jan 2024 at 10:30, Mikulas Patocka wrote: > > > > There's a problem with the tasklet API - there is no reliable way how to > > free a structure that contains tasklet_struct. The problem is that the > > function tasklet_action_co