[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Yg8wjARechU3f0Ps@gondor.apana.org.au>
Date: Fri, 18 Feb 2022 16:37:16 +1100
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc: Giovanni Cabiddu <giovanni.cabiddu@...el.com>,
Jack Xu <jack.xu@...el.com>,
Zhehui Xiang <zhehui.xiang@...el.com>, qat-linux@...el.com,
linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org,
"David S. Miller" <davem@...emloft.net>
Subject: Re: [PATCH v1 1/1] crypto: qat - don't cast parameter in bit
operations
On Wed, Feb 09, 2022 at 08:00:47PM +0200, Andy Shevchenko wrote:
> While in this particular case it would not be a (critical) issue,
> the pattern itself is bad and error prone in case the location
> of the parameter is changed.
>
> Don't cast parameter to unsigned long pointer in the bit operations.
> Instead copy to a local variable on stack of a proper type and use.
>
> Fixes: b4b7e67c917f ("crypto: qat - Intel(R) QAT ucode part of fw loader")
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
> ---
> drivers/crypto/qat/qat_common/qat_uclo.c | 9 ++++++---
> 1 file changed, 6 insertions(+), 3 deletions(-)
Patch applied. Thanks.
--
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Powered by blists - more mailing lists