mbox series

[V2,0/2] Other misc fixes for Xen grant DMA-mapping layer

Message ID 20221008151013.2537826-1-olekstysh@gmail.com (mailing list archive)
Headers show
Series Other misc fixes for Xen grant DMA-mapping layer | expand

Message

Oleksandr Tyshchenko Oct. 8, 2022, 3:10 p.m. UTC
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(-)

Comments

Jürgen Groß Oct. 15, 2022, 2:03 p.m. UTC | #1
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