[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250721100618249bnR0yTtsh0IeGzAdt8Fuu@zte.com.cn>
Date: Mon, 21 Jul 2025 10:06:18 +0800 (CST)
From: <zhang.enpei@....com.cn>
To: <christophe.jaillet@...adoo.fr>
Cc: <horia.geanta@....com>, <pankaj.gupta@....com>, <gaurav.jain@....com>,
<herbert@...dor.apana.org.au>, <davem@...emloft.net>,
<linux-crypto@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] crypto: caam - switch to use devm_kmemdup_array()
Thanks for the review!
devm_kmemdup_array() will call size_mul() to combine its third and fourth parameters into
length for devm_kmemdup(). So keep the same value sizeof(data->clks[0]) here as before.
Powered by blists - more mailing lists