RE: [PATCH 3.10-stable] virtio-pci: fix leaks of msix_affinity_masks

2013-08-09 Thread Jonghwan Choi
ubject: Re: [PATCH 3.10-stable] virtio-pci: fix leaks of > msix_affinity_masks > > Jonghwan Choi writes: > > This patch looks like it should be in the 3.10-stable tree, should we > apply > > it? > > No. It's a 512 byte memory leak which may occur when a v

Re: [PATCH 3.10-stable] virtio-pci: fix leaks of msix_affinity_masks

2013-08-09 Thread Rusty Russell
Jonghwan Choi writes: > This patch looks like it should be in the 3.10-stable tree, should we apply > it? No. It's a 512 byte memory leak which may occur when a virtio device is plugged in. Does that really seem like it's a real problem? AFAICT the bug has been in place for several years with

[PATCH 3.10-stable] virtio-pci: fix leaks of msix_affinity_masks

2013-08-08 Thread Jonghwan Choi
This patch looks like it should be in the 3.10-stable tree, should we apply it? -- From: "Andrew Vagin " commit f11335db5e3901f6afc2eafa03a3b970562538b2 upstream vp_dev->msix_vectors should be initialized before allocating msix_affinity_masks, otherwise vp_free_vectors will not