Re: [PATCH v2] virtio-mmio: fix memory leak of vm_dev

2023-09-07 Thread Xuan Zhuo
On Thu, 7 Sep 2023 14:17:16 +, Maximilian Heyne wrote: > With the recent removal of vm_dev from devres its memory is only freed > via the callback virtio_mmio_release_dev. However, this only takes > effect after device_add is called by register_virtio_device. Until then > it's an unmanaged

Re: [PATCH] vdpa: consume device_features parameter

2023-09-07 Thread Nelson, Shannon via Virtualization
On 9/7/2023 1:41 PM, Si-Wei Liu wrote: Hi David, Why this patch doesn't get picked in the last 4 months? Maybe the subject is not clear, but this is an iproute2 patch. Would it be possible to merge at your earliest convenience? PS, adding my R-b to the patch. Maybe I aimed this at the wrong

Re: [PATCH] vdpa: consume device_features parameter

2023-09-07 Thread Si-Wei Liu
Hi David, Why this patch doesn't get picked in the last 4 months? Maybe the subject is not clear, but this is an iproute2 patch. Would it be possible to merge at your earliest convenience? PS, adding my R-b to the patch. Thanks, -Siwei On Sat, May 13, 2023 at 12:42 AM Shannon Nelson

Re: [PATCH v2] virtio-mmio: fix memory leak of vm_dev

2023-09-07 Thread Catalin Marinas
On Thu, Sep 07, 2023 at 02:17:16PM +, Maximilian Heyne wrote: > With the recent removal of vm_dev from devres its memory is only freed > via the callback virtio_mmio_release_dev. However, this only takes > effect after device_add is called by register_virtio_device. Until then > it's an

Re: [PATCH 2/2] iommu/virtio: Add ops->flush_iotlb_all and enable deferred flush

2023-09-07 Thread Eric Auger
Hi, On 9/6/23 15:20, Jean-Philippe Brucker wrote: > On Wed, Sep 06, 2023 at 09:55:49AM +0200, Niklas Schnelle wrote: >> On Mon, 2023-09-04 at 17:33 +0100, Robin Murphy wrote: >>> On 2023-09-04 16:34, Jean-Philippe Brucker wrote: On Fri, Aug 25, 2023 at 05:21:26PM +0200, Niklas Schnelle