From: JiangShui Yang yangjiangshui@h-partners.com
Longfang Liu (4): vfio/migration: added map length page alignment vfio/migration: bugfix some driver code vfio/migration: add eq and aeq interruption restore vfio/migration: bugfix cache write-back issue
Weili Qian (12): crypto: hisilicon/qm - reset device before enabling it crypto: hisilicon/qm - modify interrupt processing resource application crypto: hisilicon/qm - disable same error report before resetting crypto: hisilicon/hpre - mask cluster timeout error crypto: hisilicon/qm - obtain the mailbox configuration at one time crypto: hisilicon/qm - fix the pf2vf timeout when global reset crypto: hisilicon/qm - mask error bit before flr crypto: hisilicon/qm - check device status before sending mailbox crypto: hisilicon/qm - hardware error does not reset during binding/unbinding crypto: hisilicon/sec2: fix memory use-after-free issue vfio/migration: remove unused local variable hisi_acc_vfio_pci: obtain the mailbox configuration at one time
drivers/crypto/hisilicon/hpre/hpre_main.c | 85 ++- drivers/crypto/hisilicon/qm.c | 679 +++++++++++------- drivers/crypto/hisilicon/sec2/sec.h | 2 - drivers/crypto/hisilicon/sec2/sec_crypto.c | 49 +- drivers/crypto/hisilicon/sec2/sec_main.c | 49 +- drivers/crypto/hisilicon/zip/zip_main.c | 51 +- .../vfio/pci/hisilicon/hisi_acc_vfio_pci.c | 140 ++-- .../vfio/pci/hisilicon/hisi_acc_vfio_pci.h | 3 + include/linux/hisi_acc_qm.h | 18 +- 9 files changed, 646 insertions(+), 430 deletions(-)