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] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 19 Dec 2013 10:10:42 +0100
From:	Frank Haverkamp <haver@...ux.vnet.ibm.com>
To:	Greg KH <gregkh@...uxfoundation.org>
Cc:	linux-kernel@...r.kernel.org, arnd@...db.de,
	cody@...ux.vnet.ibm.com, schwidefsky@...ibm.com,
	utz.bacher@...ibm.com, mmarek@...e.cz, rmallon@...il.com,
	jsvogt@...ibm.com, MIJUNG@...ibm.com, cascardo@...ux.vnet.ibm.com,
	michael@...ra.de
Subject: Re: [RFC 1/2] CRC32 Add GenWQE CRC to kernel CRC code

Hi Greg,

Am Mittwoch, den 18.12.2013, 16:55 -0800 schrieb Greg KH:
> > ---
> >  include/linux/crc32.h |    2         2 +     0 -     0 !
> >  lib/crc32.c           |   10         10 +    0 -     0 !
> >  lib/crc32defs.h       |    5         5 +     0 -     0 !
> >  lib/gen_crc32table.c  |   39         31 +    8 -     0 !
> >  4 files changed, 48 insertions(+), 8 deletions(-)
> 
> What kind of crazy diffstat is that?  What generated it? 

Those two patches I generated with quilt. I used an obviously strange
setting in my .quiltrc which was:

  QUILT_DIFFSTAT_OPTS="-f0"

Removing this it looks better now:
---
 include/linux/crc32.h |    2 ++
 lib/crc32.c           |   10 ++++++++++
 lib/crc32defs.h       |    6 ++++++
 lib/gen_crc32table.c  |   39 +++++++++++++++++++++++++++++++--------
 4 files changed, 49 insertions(+), 8 deletions(-)

The other patches I generated with git.

Regards

Frank

--
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