RE: [PATCH] crypto/virtio: check for invalid IOVA address

2025-05-21 Thread Akhil Goyal
> This change fixes coverity issue on overflowed constant. > Bad phys address should be checked before using it in > descriptor. > > Coverity issue: 457462, 457465 > Fixes: 10702138f1a ("crypto/virtio: support asymmetric RSA") > > Signed-off-by: Gowrishankar Muthukrishnan Cc: sta...@dpdk.org Ack

[PATCH] crypto/virtio: check for invalid IOVA address

2025-05-15 Thread Gowrishankar Muthukrishnan
This change fixes coverity issue on overflowed constant. Bad phys address should be checked before using it in descriptor. Coverity issue: 457462, 457465 Fixes: 10702138f1a ("crypto/virtio: support asymmetric RSA") Signed-off-by: Gowrishankar Muthukrishnan --- drivers/crypto/virtio/virtio_crypt