commit | 13b1eb333beed018140be3d0b77bf34000125a34 | [log] [tgz] |
---|---|---|
author | Hollis Blanchard <hollisb@us.ibm.com> | Tue Dec 02 16:24:40 2008 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Dec 30 09:25:56 2008 +1030 |
tree | 26d84c1c955ad87687266433e8e54fa6f88bd150 | |
parent | 3c92ec8ae91ecf59d88c798301833d7cf83f2179 [diff] |
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 <hollisb@us.ibm.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (fixed kfree) Tested-by: Anthony Liguori <aliguori@us.ibm.com>