[PATCH 0/3] Remove dangling pieces of old digest/hash implementation

2009-10-08 Thread Benjamin Gilbert
Hello world, This series removes several unused bits of code associated with the legacy digest/hash implementation. It also fixes one bug: out-of-tree algorithm implementations which still use the legacy interface will build successfully against 2.6.32-rc but oops when they are loaded. Patch 3/3

Re: [PATCH 0/3] Remove dangling pieces of old digest/hash implementation

2009-10-18 Thread Herbert Xu
On Thu, Oct 08, 2009 at 05:41:02PM -0400, Benjamin Gilbert wrote: > > This series removes several unused bits of code associated with the legacy > digest/hash implementation. It also fixes one bug: out-of-tree algorithm > implementations which still use the legacy interface will build > successfu