RE: [PATCH 1/4] crc32: Bolt on crc32c

2011-11-15 Thread Bob Pearson
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&#x

Re: [PATCH 1/4] crc32: Bolt on crc32c

2011-11-15 Thread Darrick J. Wong
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

Re: [PATCH 1/4] crc32: Bolt on crc32c

2011-10-26 Thread Darrick J. Wong
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

Re: [PATCH 1/4] crc32: Bolt on crc32c

2011-10-21 Thread Herbert Xu
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

Re: [PATCH 1/4] crc32: Bolt on crc32c

2011-10-21 Thread Darrick J. Wong
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

Re: [PATCH 1/4] crc32: Bolt on crc32c

2011-10-21 Thread Herbert Xu
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

[PATCH 1/4] crc32: Bolt on crc32c

2011-10-04 Thread Darrick J. Wong
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