diff options
| -rw-r--r-- | recipes-extended/qat/files/qat17_4.7.0-00006-crypto-qat-adf_aer-Remove-pci_cleanup_aer_uncorrect_.patch | 32 | ||||
| -rw-r--r-- | recipes-extended/qat/qat17_4.7.0-00006.bb | 1 |
2 files changed, 33 insertions, 0 deletions
diff --git a/recipes-extended/qat/files/qat17_4.7.0-00006-crypto-qat-adf_aer-Remove-pci_cleanup_aer_uncorrect_.patch b/recipes-extended/qat/files/qat17_4.7.0-00006-crypto-qat-adf_aer-Remove-pci_cleanup_aer_uncorrect_.patch new file mode 100644 index 0000000..dc8a53d --- /dev/null +++ b/recipes-extended/qat/files/qat17_4.7.0-00006-crypto-qat-adf_aer-Remove-pci_cleanup_aer_uncorrect_.patch | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | From db44bce60b322754e6a8b96d93218135db00b46a Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Yongxin Liu <yongxin.liu@windriver.com> | ||
| 3 | Date: Sun, 31 May 2020 10:56:27 +0800 | ||
| 4 | Subject: [PATCH] crypto: qat/adf_aer - Remove | ||
| 5 | pci_cleanup_aer_uncorrect_error_status() | ||
| 6 | |||
| 7 | In kernel upstream commit 62b36c3ea664 ("PCI/AER: Remove | ||
| 8 | pci_cleanup_aer_uncorrect_error_status() calls"), AER interfaces | ||
| 9 | to clear error status registers were removed from device dirver. | ||
| 10 | |||
| 11 | Upstream-Status: Inappropriate [Code released in tarball form only] | ||
| 12 | |||
| 13 | Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> | ||
| 14 | --- | ||
| 15 | quickassist/qat/drivers/crypto/qat/qat_common/adf_aer.c | 1 - | ||
| 16 | 1 file changed, 1 deletion(-) | ||
| 17 | |||
| 18 | diff --git a/quickassist/qat/drivers/crypto/qat/qat_common/adf_aer.c b/quickassist/qat/drivers/crypto/qat/qat_common/adf_aer.c | ||
| 19 | index 5e98b70..3935d77 100644 | ||
| 20 | --- a/quickassist/qat/drivers/crypto/qat/qat_common/adf_aer.c | ||
| 21 | +++ b/quickassist/qat/drivers/crypto/qat/qat_common/adf_aer.c | ||
| 22 | @@ -281,7 +281,6 @@ static pci_ers_result_t adf_slot_reset(struct pci_dev *pdev) | ||
| 23 | pr_err("QAT: Can't find acceleration device\n"); | ||
| 24 | return PCI_ERS_RESULT_DISCONNECT; | ||
| 25 | } | ||
| 26 | - pci_cleanup_aer_uncorrect_error_status(pdev); | ||
| 27 | if (adf_dev_aer_schedule_reset(accel_dev, ADF_DEV_RESET_SYNC)) | ||
| 28 | return PCI_ERS_RESULT_DISCONNECT; | ||
| 29 | |||
| 30 | -- | ||
| 31 | 2.14.4 | ||
| 32 | |||
diff --git a/recipes-extended/qat/qat17_4.7.0-00006.bb b/recipes-extended/qat/qat17_4.7.0-00006.bb index 1d34ce2..640525b 100644 --- a/recipes-extended/qat/qat17_4.7.0-00006.bb +++ b/recipes-extended/qat/qat17_4.7.0-00006.bb | |||
| @@ -23,6 +23,7 @@ SRC_URI = "https://01.org/sites/default/files/downloads/qat1.7.l.4.7.0-00006.tar | |||
| 23 | file://qat17_4.7.0-00006-Drop-pr_warning-definition.patch \ | 23 | file://qat17_4.7.0-00006-Drop-pr_warning-definition.patch \ |
| 24 | file://qat17_4.7.0-00006-Switch-to-skcipher-API.patch;apply=0 \ | 24 | file://qat17_4.7.0-00006-Switch-to-skcipher-API.patch;apply=0 \ |
| 25 | file://qat17_4.7.0-00006-make-it-compatible-with-kernel-5.6.patch;apply=0 \ | 25 | file://qat17_4.7.0-00006-make-it-compatible-with-kernel-5.6.patch;apply=0 \ |
| 26 | file://qat17_4.7.0-00006-crypto-qat-adf_aer-Remove-pci_cleanup_aer_uncorrect_.patch \ | ||
| 26 | " | 27 | " |
| 27 | 28 | ||
| 28 | do_fetch[depends] += "virtual/kernel:do_shared_workdir" | 29 | do_fetch[depends] += "virtual/kernel:do_shared_workdir" |
