From: Hollis Blanchard Date: Tue, 2 Dec 2008 22:24:40 +0000 (-0600) Subject: virtio-pci queue allocation not page-aligned X-Git-Tag: v2.6.29-rc1~558^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13b1eb333beed018140be3d0b77bf34000125a34;p=pandora-kernel.git virtio-pci queue allocation not page-aligned kzalloc() does not guarantee page alignment, and in fact this broke when I enabled CONFIG_SLUB_DEBUG_ON. (Thanks to Anthony Liguori for spotting the missing kfree sub) Signed-off-by: Hollis Blanchard Signed-off-by: Rusty Russell (fixed kfree) Tested-by: Anthony Liguori --- Reading git-diff-tree failed