From: Eric W. Biederman Date: Wed, 12 Jul 2006 16:03:08 +0000 (-0700) Subject: [PATCH] msi: Only keep one msi_desc in each slab entry. X-Git-Tag: v2.6.18-rc2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec572e3f87c02a6dd5be25841dc482a52356947f;p=pandora-kernel.git [PATCH] msi: Only keep one msi_desc in each slab entry. It looks like someone confused kmem_cache_create with a different allocator and was attempting to give it knowledge of how many cache entries there were. With the unfortunate result that each slab entry was big enough to hold every irq. Signed-off-by: Eric W. Biederman Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed