Re: [PATCH] crypto: eip93: fix sleep inside spinlock
From: Qingfang Deng
Date: Wed Dec 03 2025 - 06:45:55 EST
Please disregard the patch, as I found out the issue is that
crypto_async_request can be in an atomic context, so the driver is not
allowed to sleep unless CRYPTO_TFM_REQ_MAY_SLEEP is set.
I'll send v2 with an updated message.
Regards,
Qingfang