android_kernel_xiaomi_sm8350/drivers/virtio
Hollis Blanchard 13b1eb333b 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>
2008-12-30 09:25:56 +10:30
..
config.c
Kconfig
Makefile
virtio_balloon.c
virtio_pci.c virtio-pci queue allocation not page-aligned 2008-12-30 09:25:56 +10:30
virtio_ring.c
virtio.c