Re: [PATCH 5.10 000/286] 5.10.209-rc1 review

2024-01-26 Thread Nathan Chancellor
On Fri, Jan 26, 2024 at 03:55:02PM -0800, Guenter Roeck wrote: > Anyway, how did you find that ? Is there a magic trick to find the > actual code causing the warning ? I am asking because we had seen > similar warnings before, and it would help to know how to find the > problematic code. The easie

Re: [PATCH 5.10 000/286] 5.10.209-rc1 review

2024-01-26 Thread Guenter Roeck
On 1/26/24 14:35, Nathan Chancellor wrote: (slimming up the CC list, I don't think this is too relevant to the wider stable community) On Fri, Jan 26, 2024 at 01:01:15PM -0800, Guenter Roeck wrote: On 1/26/24 12:34, Nathan Chancellor wrote: On Fri, Jan 26, 2024 at 10:17:23AM -0800, Guenter Roe

Re: [PATCH 5.10 000/286] 5.10.209-rc1 review

2024-01-26 Thread Nathan Chancellor
(slimming up the CC list, I don't think this is too relevant to the wider stable community) On Fri, Jan 26, 2024 at 01:01:15PM -0800, Guenter Roeck wrote: > On 1/26/24 12:34, Nathan Chancellor wrote: > > On Fri, Jan 26, 2024 at 10:17:23AM -0800, Guenter Roeck wrote: > > > On 1/26/24 09:51, Greg Kr

Re: [PATCH] crypto: sun8i-ce - Use kcalloc() instead of kzalloc()

2024-01-26 Thread Herbert Xu
On Sun, Jan 21, 2024 at 04:34:07PM +0100, Erick Archer wrote: > As noted in the "Deprecated Interfaces, Language Features, Attributes, > and Conventions" documentation [1], size calculations (especially > multiplication) should not be performed in memory allocator (or similar) > function arguments

Re: [PATCH] crypto: qat - use kcalloc_node() instead of kzalloc_node()

2024-01-26 Thread Herbert Xu
On Sun, Jan 21, 2024 at 05:40:43PM +0100, Erick Archer wrote: > As noted in the "Deprecated Interfaces, Language Features, Attributes, > and Conventions" documentation [1], size calculations (especially > multiplication) should not be performed in memory allocator (or similar) > function arguments

Re: [PATCH 1/2] dt-bindings: qcom-qce: Add compatible for SM6350

2024-01-26 Thread Herbert Xu
On Fri, Jan 05, 2024 at 05:15:43PM +0100, Luca Weiss wrote: > Add a compatible for the crypto block found on the SM6350 SoC. > > Signed-off-by: Luca Weiss > --- > Documentation/devicetree/bindings/crypto/qcom-qce.yaml | 1 + > 1 file changed, 1 insertion(+) Patch applied. Thanks. -- Email: He

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

2024-01-26 Thread Herbert Xu
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 contained a