crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirq
stable inclusion from stable-v5.10.137 commit cb6277507998fd7d36062c5548bf6a9bb5fa356a category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I60PLB Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=cb6277507998fd7d36062c5548bf6a9bb5fa356a -------------------------------- [ Upstream commit 98dfa934 ] 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: c8b4b477 ("crypto: hisilicon - add HiSilicon HPRE accelerator") Signed-off-by:Zhengchao Shao <shaozhengchao@huawei.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
Zheng Zengkai <zhengzengkai@huawei.com> Reviewed-by:
Wei Li <liwei391@huawei.com>
Loading
Please sign in to comment