[PATCH 0/6] crypto: remove unnecessary PCI error handling

Bjorn Helgaas posted 6 patches 3 years, 1 month ago
drivers/crypto/cavium/nitrox/nitrox_main.c    |  1 -
drivers/crypto/hisilicon/hpre/hpre_main.c     |  1 -
drivers/crypto/hisilicon/qm.c                 |  1 -
drivers/crypto/hisilicon/sec2/sec_main.c      |  1 -
drivers/crypto/hisilicon/zip/zip_main.c       |  1 -
drivers/crypto/qat/qat_4xxx/adf_drv.c         | 11 ++----
drivers/crypto/qat/qat_c3xxx/adf_drv.c        |  9 ++---
drivers/crypto/qat/qat_c62x/adf_drv.c         |  9 ++---
drivers/crypto/qat/qat_common/adf_aer.c       | 35 -------------------
.../crypto/qat/qat_common/adf_common_drv.h    |  2 --
drivers/crypto/qat/qat_dh895xcc/adf_drv.c     |  9 ++---
11 files changed, 9 insertions(+), 71 deletions(-)
[PATCH 0/6] crypto: remove unnecessary PCI error handling
Posted by Bjorn Helgaas 3 years, 1 month ago
From: Bjorn Helgaas <bhelgaas@google.com>

Since f26e58bf6f54 ("PCI/AER: Enable error reporting when AER is native"),
which appeared in v6.0, the PCI core has enabled PCIe error reporting for
all devices during enumeration.

Remove driver code to do this (qat_4xxx) and remove unnecessary includes of
<linux/aer.h> from several other drivers.

Bjorn Helgaas (6):
  crypto: qat - drop redundant adf_enable_aer()
  crypto: cavium/nitrox - remove unnecessary aer.h include
  crypto: hisilicon/hpre - remove unnecessary aer.h include
  crypto: hisilicon/qm - remove unnecessary aer.h include
  crypto: hisilicon/sec - remove unnecessary aer.h include
  crypto: hisilicon/zip - remove unnecessary aer.h include

 drivers/crypto/cavium/nitrox/nitrox_main.c    |  1 -
 drivers/crypto/hisilicon/hpre/hpre_main.c     |  1 -
 drivers/crypto/hisilicon/qm.c                 |  1 -
 drivers/crypto/hisilicon/sec2/sec_main.c      |  1 -
 drivers/crypto/hisilicon/zip/zip_main.c       |  1 -
 drivers/crypto/qat/qat_4xxx/adf_drv.c         | 11 ++----
 drivers/crypto/qat/qat_c3xxx/adf_drv.c        |  9 ++---
 drivers/crypto/qat/qat_c62x/adf_drv.c         |  9 ++---
 drivers/crypto/qat/qat_common/adf_aer.c       | 35 -------------------
 .../crypto/qat/qat_common/adf_common_drv.h    |  2 --
 drivers/crypto/qat/qat_dh895xcc/adf_drv.c     |  9 ++---
 11 files changed, 9 insertions(+), 71 deletions(-)

-- 
2.25.1
Re: [PATCH 0/6] crypto: remove unnecessary PCI error handling
Posted by Herbert Xu 3 years ago
On Tue, Mar 07, 2023 at 10:19:41AM -0600, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@google.com>
> 
> Since f26e58bf6f54 ("PCI/AER: Enable error reporting when AER is native"),
> which appeared in v6.0, the PCI core has enabled PCIe error reporting for
> all devices during enumeration.
> 
> Remove driver code to do this (qat_4xxx) and remove unnecessary includes of
> <linux/aer.h> from several other drivers.
> 
> Bjorn Helgaas (6):
>   crypto: qat - drop redundant adf_enable_aer()
>   crypto: cavium/nitrox - remove unnecessary aer.h include
>   crypto: hisilicon/hpre - remove unnecessary aer.h include
>   crypto: hisilicon/qm - remove unnecessary aer.h include
>   crypto: hisilicon/sec - remove unnecessary aer.h include
>   crypto: hisilicon/zip - remove unnecessary aer.h include
> 
>  drivers/crypto/cavium/nitrox/nitrox_main.c    |  1 -
>  drivers/crypto/hisilicon/hpre/hpre_main.c     |  1 -
>  drivers/crypto/hisilicon/qm.c                 |  1 -
>  drivers/crypto/hisilicon/sec2/sec_main.c      |  1 -
>  drivers/crypto/hisilicon/zip/zip_main.c       |  1 -
>  drivers/crypto/qat/qat_4xxx/adf_drv.c         | 11 ++----
>  drivers/crypto/qat/qat_c3xxx/adf_drv.c        |  9 ++---
>  drivers/crypto/qat/qat_c62x/adf_drv.c         |  9 ++---
>  drivers/crypto/qat/qat_common/adf_aer.c       | 35 -------------------
>  .../crypto/qat/qat_common/adf_common_drv.h    |  2 --
>  drivers/crypto/qat/qat_dh895xcc/adf_drv.c     |  9 ++---
>  11 files changed, 9 insertions(+), 71 deletions(-)
> 
> -- 
> 2.25.1

All applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt