crypto: hisilicon/qm - remove unneeded hardware cache write back
mainline inclusion from mainline-v6.1-rc1 commit 6a088a2c category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I8FI6W CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=6a088a2cbcaf40747cf2881df47f4f5d65acd7ab ---------------------------------------------------------------------- Data in the hardware cache needs to be written back to the memory before the queue memory is released. Currently, the queue memory is applied for when the driver is loaded and released when the driver is removed. Therefore, the hardware cache does not need to be written back when process puts queue. Signed-off-by:Weili Qian <qianweili@huawei.com> Signed-off-by:
Yang Shen <shenyang39@huawei.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by:
JiangShui Yang <yangjiangshui@h-partners.com>
Loading
Please sign in to comment