crypto: hisilicon/qm - fix EQ/AEQ interrupt issue
mainline inclusion from mainline-v6.7-rc1 commit 5acab6eb592387191c1bb745ba9b815e1e076db5 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=5acab6eb592387191c1bb745ba9b815e1e076db5 ---------------------------------------------------------------------- During hisilicon accelerator live migration operation. In order to prevent the problem of EQ/AEQ interrupt loss. Migration driver will trigger an EQ/AEQ doorbell at the end of the migration. This operation may cause double interruption of EQ/AEQ events. To ensure that the EQ/AEQ interrupt processing function is normal. The interrupt handling functionality of EQ/AEQ needs to be updated. Used to handle repeated interrupts event. Fixes: b0eed085 ("hisi_acc_vfio_pci: Add support for VFIO live migration") Signed-off-by:Longfang Liu <liulongfang@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