On Fri, Jan 8, 2021 at 11:44 AM Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> wrote: > > On Fri, Jan 08, 2021 at 11:42:53AM +0100, Arnd Bergmann wrote: > > > > How does this work for kernels with CONFIG_VMAP_STACK? > > I remember some other subsystems (usb, hid) adding workarounds > > for that, but I don't see those in drivers/crypto > > I'm referring to the situation in general and not the subject of > this thread. > > For shash_desc of course it doesn't happen since it sync only. Ah, got it. Arnd