nux-fsdevel; linux-
> e...@vger.kernel.org
> Subject: Re: [PATCH 1/4] crc32: Bolt on crc32c
>
> On Fri, Oct 21, 2011 at 09:15:14PM +0200, Herbert Xu wrote:
> > On Fri, Oct 21, 2011 at 09:57:03AM -0700, Darrick J. Wong wrote:
> > >
> > > My patchset builds upon Bob Pearson
On Fri, Oct 21, 2011 at 09:15:14PM +0200, Herbert Xu wrote:
> On Fri, Oct 21, 2011 at 09:57:03AM -0700, Darrick J. Wong wrote:
> >
> > My patchset builds upon Bob Pearson's crc32 patchset from early September.
> > Do
> > my patches fail to apply after applying his patchset?
> >
> > Or, to speed
On Fri, Oct 21, 2011 at 09:15:14PM +0200, Herbert Xu wrote:
> On Fri, Oct 21, 2011 at 09:57:03AM -0700, Darrick J. Wong wrote:
> >
> > My patchset builds upon Bob Pearson's crc32 patchset from early September.
> > Do
> > my patches fail to apply after applying his patchset?
> >
> > Or, to speed
On Fri, Oct 21, 2011 at 09:57:03AM -0700, Darrick J. Wong wrote:
>
> My patchset builds upon Bob Pearson's crc32 patchset from early September. Do
> my patches fail to apply after applying his patchset?
>
> Or, to speed things along, should I simply repost both Bob's and my patches as
> one big
On Fri, Oct 21, 2011 at 02:28:03PM +0200, Herbert Xu wrote:
> On Tue, Oct 04, 2011 at 04:54:03PM -0700, Darrick J. Wong wrote:
> > Reuse the existing crc32 code to stamp out a crc32c implementation.
> >
> > Signed-off-by: Darrick J. Wong
>
> Did you want this to go through my tree? If so then th
On Tue, Oct 04, 2011 at 04:54:03PM -0700, Darrick J. Wong wrote:
> Reuse the existing crc32 code to stamp out a crc32c implementation.
>
> Signed-off-by: Darrick J. Wong
Did you want this to go through my tree? If so then there is a
problem since it doesn't apply at all.
Cheers,
--
Email: Herb
Reuse the existing crc32 code to stamp out a crc32c implementation.
Signed-off-by: Darrick J. Wong
---
include/linux/crc32.h |2 ++
lib/Kconfig |8 +++---
lib/crc32.c | 62 +++--
lib/crc32defs.h |7 ++
lib/ge