[PATCH 0/2] Misc fixes for Xen grant DMA-mapping layer

Oleksandr Tyshchenko posted 2 patches 1 year, 7 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
drivers/xen/grant-dma-ops.c | 29 ++++++++++++++++++++++-------
1 file changed, 22 insertions(+), 7 deletions(-)
[PATCH 0/2] Misc fixes for Xen grant DMA-mapping layer
Posted by Oleksandr Tyshchenko 1 year, 7 months ago
From: Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>

Hello all.

These are several fixes I collected when playing with virtio-net device
using Xen grant mappings.

Tested with both virtio-blk and virtio-net devices.

Oleksandr Tyshchenko (2):
  xen/virtio: Fix n_pages calculation in xen_grant_dma_map(unmap)_page()
  xen/virtio: Fix potential deadlock when accessing
    xen_grant_dma_devices

 drivers/xen/grant-dma-ops.c | 29 ++++++++++++++++++++++-------
 1 file changed, 22 insertions(+), 7 deletions(-)

-- 
2.25.1
Re: [PATCH 0/2] Misc fixes for Xen grant DMA-mapping layer
Posted by Juergen Gross 1 year, 7 months ago
On 05.10.22 19:48, Oleksandr Tyshchenko wrote:
> From: Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
> 
> Hello all.
> 
> These are several fixes I collected when playing with virtio-net device
> using Xen grant mappings.
> 
> Tested with both virtio-blk and virtio-net devices.
> 
> Oleksandr Tyshchenko (2):
>    xen/virtio: Fix n_pages calculation in xen_grant_dma_map(unmap)_page()
>    xen/virtio: Fix potential deadlock when accessing
>      xen_grant_dma_devices
> 
>   drivers/xen/grant-dma-ops.c | 29 ++++++++++++++++++++++-------
>   1 file changed, 22 insertions(+), 7 deletions(-)
> 

Series pushed to xen/tip.git for-linus-6.1


Juergen