> -----Original Message-----
> From: Kusztal, ArkadiuszX <[email protected]>
> Sent: Friday, March 8, 2024 8:25 AM
> To: [email protected]
> Cc: [email protected]; Power, Ciara <[email protected]>; Kusztal,
> ArkadiuszX <[email protected]>; [email protected]
> Subject: [PATCH] crypto/qat: fix ccm null aad pointer segfault
>
> This commit fixes a segfault, that occurs when NULL pointer is being set to
> the
> aad pointer field.
>
> Fixes: a815a04cea05 ("crypto/qat: support symmetric build op request")
> Cc: [email protected]
>
> Signed-off-by: Arkadiusz Kusztal <[email protected]>
> ---
> drivers/crypto/qat/dev/qat_crypto_pmd_gens.h | 10 ++++++----
> 1 file changed, 6 insertions(+), 4 deletions(-)
>
The CI fail looks to be unrelated to this patch:
70/112 DPDK:fast-tests / pcapng_autotest FAIL 6.39s
(exit status 255 or signal 127 SIGinvalid)
Ok: 101
Expected Fail: 0
Fail: 1
Acked-by: Ciara Power <[email protected]>