lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 8 Oct 2015 21:23:40 +0800
From:	Herbert Xu <herbert@...dor.apana.org.au>
To:	Haren Myneni <haren@...ux.vnet.ibm.com>
Cc:	davem@...emloft.net, ddstreet@...e.org,
	linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH V2] crypto/nx842: Add CRC and validation support

On Sat, Oct 03, 2015 at 09:35:31PM -0700, Haren Myneni wrote:
>
> diff --git a/lib/842/842_decompress.c b/lib/842/842_decompress.c
> index 5446ff0..b0db568 100644
> --- a/lib/842/842_decompress.c
> +++ b/lib/842/842_decompress.c
> @@ -285,6 +285,7 @@ int sw842_decompress(const u8 *in, unsigned int
> ilen,
>  	struct sw842_param p;
>  	int ret;
>  	u64 op, rep, tmp, bytes, total;
> +	u64 crc;
>  
>  	p.in = (u8 *)in;
>  	p.bit = 0;
> @@ -375,6 +376,22 @@ int sw842_decompress(const u8 *in, unsigned int
> ilen,
>  		}
>  	} while (op != OP_END);

Your patch is white-space corrupted.  Please resend.

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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ