linux-stable/drivers/crypto/hisilicon/hpre
Zhengchao Shao 98dfa9343f crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirq
The hpre encryption driver may be used to encrypt and decrypt packets
during the rx softirq, it is not allowed to use GFP_KERNEL.

Fixes: c8b4b47707 ("crypto: hisilicon - add HiSilicon HPRE accelerator")
Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2022-07-29 18:28:54 +08:00
..
hpre.h crypto: hisilicon/qm: Move the QM header to include/linux 2022-03-15 11:34:08 -06:00
hpre_crypto.c crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirq 2022-07-29 18:28:54 +08:00
hpre_main.c crypto: hisilicon/hpre - support last word dumping 2022-04-15 16:34:29 +08:00
Makefile