Re: crypto: virtio - Less function calls in __virtio_crypto_akcipher_do_req() after error detection

2024-01-09 Thread Markus Elfring
>> The kfree() function was called in up to two cases by the >> __virtio_crypto_akcipher_do_req() function during error handling >> even if the passed variable contained a null pointer. >> This issue was detected by using the Coccinelle software. > > If the script is short and simple would you mind

Re: [PATCH v2] crypto: virtio - Less function calls in __virtio_crypto_akcipher_do_req() after error detection

2024-01-09 Thread Justin Stitt
Hi, On Tue, Dec 26, 2023 at 11:12:23AM +0100, Markus Elfring wrote: > From: Markus Elfring > Date: Tue, 26 Dec 2023 11:00:20 +0100 > > The kfree() function was called in up to two cases by the > __virtio_crypto_akcipher_do_req() function during error handling > even if the passed variable contain

Re: [PATCH 0/2] Add Crypto Engine support for SM6350

2024-01-09 Thread Luca Weiss
On Mon Jan 8, 2024 at 1:40 PM CET, Konrad Dybcio wrote: > On 5.01.2024 17:15, Luca Weiss wrote: > > Add the compatible and nodes for the QCE found on SM6350 SoC. > > > > Not completely sure how to fully test it but "kcapi-speed --all" shows > > no issues. Let me know if I can/should test this more