merged. Bruce
In message: [linux-yocto] [kernel-cache][master][yocto-6.6][PATCH] features/qat/qat.cfg: enable CONFIG_PCIEAER on 19/01/2024 Naveen Saini wrote: > Error: > 4.24.0-00005/qat17/quickassist/qat/drivers/crypto/qat/ > qat_common/../../../../compat/qat_compat.c:401:19: error: > 'struct pci_dev' has no member named 'aer_cap'; did you mean 'ats_cap'? > | 401 | if (!dev->aer_cap) > | | ^~~~~~~ > | | ats_cap > > https://github.com/torvalds/linux/blob/296455ade1fdcf5f8f8c033201633b60946c589a/include/linux/pci.h#L339 > > Signed-off-by: Naveen Saini <[email protected]> > --- > features/qat/qat.cfg | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/features/qat/qat.cfg b/features/qat/qat.cfg > index 2dc36225..5f138f1f 100644 > --- a/features/qat/qat.cfg > +++ b/features/qat/qat.cfg > @@ -10,3 +10,5 @@ CONFIG_CRYPTO_VMAC=m > CONFIG_CRYPTO_CTS=m > CONFIG_CRYPTO_RSA=y > CONFIG_CRYPTO_DH=y > +CONFIG_PCIEAER=y > +CONFIG_RAS=y > -- > 2.34.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13509): https://lists.yoctoproject.org/g/linux-yocto/message/13509 Mute This Topic: https://lists.yoctoproject.org/mt/103824880/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/leave/6687884/21656/624485779/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
