kernel 2.6.12. I took a look on 2.6.15, and I think we have the same problem there.
Regards Ronen Shitrit -----Original Message----- From: David S. Miller [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 7:49 AM To: Ronen Shitrit Cc: [email protected] Subject: Re: alignment exception on MD5 code. From: "Ronen Shitrit" <[EMAIL PROTECTED]> Date: Thu, 19 Jan 2006 15:50:15 +0200 > On the MD5 code we allocate 2 structures in one kmalloc: > api.c (line 129): > tfm = kmalloc(sizeof(*tfm) + alg->cra_ctxsize, GFP_KERNEL); Besides the things Herbert Xu has pointed out, that kmalloc() is very much different these days. How old of a tree are you looking at? - To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
