[PATCH V2 0/2] Other 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 | 27 +++++++++++++++------------
1 file changed, 15 insertions(+), 12 deletions(-)
[PATCH V2 0/2] Other 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 other several fixes, which were identified and sent separately,
but now they are put together in completeness here.

Current series depends on the series which has been already pushed
to xen/tip.git for-linus-6.1:
https://lore.kernel.org/xen-devel/20221005174823.1800761-1-olekstysh@gmail.com/

Oleksandr Tyshchenko (2):
  xen/virtio: Handle cases when page offset > PAGE_SIZE properly
  xen/virtio: Convert PAGE_SIZE/PAGE_SHIFT/PFN_UP to Xen counterparts

 drivers/xen/grant-dma-ops.c | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

-- 
2.25.1
Re: [PATCH V2 0/2] Other misc fixes for Xen grant DMA-mapping layer
Posted by Juergen Gross 1 year, 6 months ago
On 08.10.22 17:10, Oleksandr Tyshchenko wrote:
> From: Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
> 
> Hello all.
> 
> These are other several fixes, which were identified and sent separately,
> but now they are put together in completeness here.
> 
> Current series depends on the series which has been already pushed
> to xen/tip.git for-linus-6.1:
> https://lore.kernel.org/xen-devel/20221005174823.1800761-1-olekstysh@gmail.com/
> 
> Oleksandr Tyshchenko (2):
>    xen/virtio: Handle cases when page offset > PAGE_SIZE properly
>    xen/virtio: Convert PAGE_SIZE/PAGE_SHIFT/PFN_UP to Xen counterparts
> 
>   drivers/xen/grant-dma-ops.c | 27 +++++++++++++++------------
>   1 file changed, 15 insertions(+), 12 deletions(-)
> 

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


Juergen