Re: Kmemleak: false-positive in vring_add_indirect ?

2013-10-07 Thread Rusty Russell
Christoph Paasch christoph.paa...@gmail.com writes: On Fri, Oct 4, 2013 at 1:59 AM, Rusty Russell ru...@rustcorp.com.au wrote: Thanks! Does this work? virtio_ring: plug kmemleak false positive. Yes, it does work. Tested-by: Christoph Paasch christoph.paa...@uclouvain.be This patch

[PATCH 5/8] virtio: convert bus code to use dev_groups

2013-10-07 Thread Greg Kroah-Hartman
The dev_attrs field of struct bus_type is going away soon, dev_groups should be used instead. This converts the virtio bus code to use the correct field. Cc: Rusty Russell ru...@rustcorp.com.au Cc: Michael S. Tsirkin m...@redhat.com Cc: virtualization@lists.linux-foundation.org Signed-off-by: