[PATCH 0/3] crypto: spacc - Fix Smatch issues

Dan Carpenter posted 3 patches 1 year, 5 months ago
Only 0 patches received!
drivers/crypto/dwc-spacc/spacc_core.c | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
[PATCH 0/3] crypto: spacc - Fix Smatch issues
Posted by Dan Carpenter 1 year, 5 months ago
Fix a couple off by ones, and a minor style nit.

Dan Carpenter (3):
  crypto: spacc - Fix bounds checking on spacc->job[]
  crypto: spacc - Fix off by one in spacc_isenabled()
  crypto: spacc - Add a new line in spacc_open()

 drivers/crypto/dwc-spacc/spacc_core.c | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

-- 
2.43.0
Re: [PATCH 0/3] crypto: spacc - Fix Smatch issues
Posted by Herbert Xu 1 year, 5 months ago
On Thu, Aug 15, 2024 at 12:11:46AM +0300, Dan Carpenter wrote:
> Fix a couple off by ones, and a minor style nit.
> 
> Dan Carpenter (3):
>   crypto: spacc - Fix bounds checking on spacc->job[]
>   crypto: spacc - Fix off by one in spacc_isenabled()
>   crypto: spacc - Add a new line in spacc_open()
> 
>  drivers/crypto/dwc-spacc/spacc_core.c | 13 +++++++------
>  1 file changed, 7 insertions(+), 6 deletions(-)
> 
> -- 
> 2.43.0

All applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Re: [PATCH 0/3] crypto: spacc - Fix Smatch issues
Posted by Dan Carpenter 1 year, 5 months ago
Sorry the threading was messed up.  I'm writing script to add cover letters but
it had a bug.  Hopefully that was the last bug.

regards,
dan carpenter