Re: [Barry-devel] kernel driver notes

2008-11-09 Thread Rick Scott
On Sun, 2008-11-09 at 20:57 +0100, Niels de Vos wrote: > Hi Rick, > > On Sat, Nov 8, 2008 at 10:14 AM, Rick Scott <[EMAIL PROTECTED]> wrote: > > On Fri, 2008-11-07 at 21:59 -0500, Chris Frey wrote: > >> On Fri, Nov 07, 2008 at 08:04:54PM -0500, Rick Scott wrote: > >> > > I grabbed your latest CVS

Re: [Barry-devel] kernel driver notes

2008-11-09 Thread Niels de Vos
Hi Rick, On Sat, Nov 8, 2008 at 10:14 AM, Rick Scott <[EMAIL PROTECTED]> wrote: > On Fri, 2008-11-07 at 21:59 -0500, Chris Frey wrote: >> On Fri, Nov 07, 2008 at 08:04:54PM -0500, Rick Scott wrote: >> > > I grabbed your latest CVS and noticed you added ifdefs. I was still >> > > having >> > > tr

Re: [Barry-devel] kernel driver notes

2008-11-08 Thread Rick Scott
On Fri, 2008-11-07 at 21:59 -0500, Chris Frey wrote: > On Fri, Nov 07, 2008 at 08:04:54PM -0500, Rick Scott wrote: > > > I grabbed your latest CVS and noticed you added ifdefs. I was still > > > having > > > trouble compiling against 2.6.26.5, so I'm moving the crypto stuff into > > > its own API

Re: [Barry-devel] kernel driver notes

2008-11-07 Thread Chris Frey
On Fri, Nov 07, 2008 at 08:04:54PM -0500, Rick Scott wrote: > > I grabbed your latest CVS and noticed you added ifdefs. I was still having > > trouble compiling against 2.6.26.5, so I'm moving the crypto stuff into > > its own API... I think we only need sha1 right? > > That's all I know about, s

Re: [Barry-devel] kernel driver notes

2008-11-07 Thread Rick Scott
On Fri, 2008-11-07 at 18:47 -0500, Chris Frey wrote: > On Fri, Nov 07, 2008 at 07:03:42AM -0500, Rick Scott wrote: > > I just pulled back 2.6.27. I think I see the differences, more > > reading :( Would it help in the short term if I just #ifdef out the > > password stuff?? > > I grabbed your late

Re: [Barry-devel] kernel driver notes

2008-11-07 Thread Chris Frey
On Fri, Nov 07, 2008 at 07:03:42AM -0500, Rick Scott wrote: > I just pulled back 2.6.27. I think I see the differences, more > reading :( Would it help in the short term if I just #ifdef out the > password stuff?? I grabbed your latest CVS and noticed you added ifdefs. I was still having trouble

Re: [Barry-devel] kernel driver notes

2008-11-07 Thread Rick Scott
On Fri, 2008-11-07 at 02:14 -0500, Chris Frey wrote: > On Thu, Nov 06, 2008 at 08:41:25PM -0500, Chris Frey wrote: > > The digest_alg API (not sure if that's the one you want to use) seems to > > have stabilized at the 2.6.17 kernel release. > > Are you in patch-accepting mode if I happen to cook

Re: [Barry-devel] kernel driver notes

2008-11-07 Thread Rick Scott
On Fri, 2008-11-07 at 02:14 -0500, Chris Frey wrote: > On Thu, Nov 06, 2008 at 08:41:25PM -0500, Chris Frey wrote: > > The digest_alg API (not sure if that's the one you want to use) seems to > > have stabilized at the 2.6.17 kernel release. > > Are you in patch-accepting mode if I happen to cook

Re: [Barry-devel] kernel driver notes

2008-11-07 Thread Rick Scott
On Thu, 2008-11-06 at 20:41 -0500, Chris Frey wrote: > Hi Rick, > > Starting a new thread for commentary on the kernel, and various questions > and notes. > > In November 2006, the crypto_digest* family of functions was removed > from the kernel: > > commit cc44215eaaa5e4032946b962353526ae

Re: [Barry-devel] kernel driver notes

2008-11-06 Thread Chris Frey
On Thu, Nov 06, 2008 at 08:41:25PM -0500, Chris Frey wrote: > The digest_alg API (not sure if that's the one you want to use) seems to > have stabilized at the 2.6.17 kernel release. Are you in patch-accepting mode if I happen to cook one up for the 2.6.26 kernel? - Chris --

[Barry-devel] kernel driver notes

2008-11-06 Thread Chris Frey
Hi Rick, Starting a new thread for commentary on the kernel, and various questions and notes. In November 2006, the crypto_digest* family of functions was removed from the kernel: commit cc44215eaaa5e4032946b962353526ae6c370c0e Author: Adrian Bunk <[EMAIL PROTECTED]> Date