[PATCH v2 0/3] swiotlb-xen init fixes

Stefano Stabellini posted 3 patches 4 years, 6 months ago
Failed in applying to current master (apply log)
arch/arm/xen/mm.c             | 20 +++++++-------------
arch/arm64/mm/init.c          |  3 ++-
drivers/xen/swiotlb-xen.c     |  5 +++++
include/xen/arm/swiotlb-xen.h | 15 ++++++++++++++-
4 files changed, 28 insertions(+), 15 deletions(-)
[PATCH v2 0/3] swiotlb-xen init fixes
Posted by Stefano Stabellini 4 years, 6 months ago
Hi all,

This short patch series comes with a preparation patch and 2 unrelated
fixes to swiotlb-xen initialization.


Christoph Hellwig (1):
      arm64: do not set SWIOTLB_NO_FORCE when swiotlb is required

Stefano Stabellini (2):
      xen/arm: move xen_swiotlb_detect to arm/swiotlb-xen.h
      xen/swiotlb: check if the swiotlb has already been initialized

 arch/arm/xen/mm.c             | 20 +++++++-------------
 arch/arm64/mm/init.c          |  3 ++-
 drivers/xen/swiotlb-xen.c     |  5 +++++
 include/xen/arm/swiotlb-xen.h | 15 ++++++++++++++-
 4 files changed, 28 insertions(+), 15 deletions(-)

Re: [PATCH v2 0/3] swiotlb-xen init fixes
Posted by Juergen Gross 4 years, 5 months ago
On 12.05.21 22:18, Stefano Stabellini wrote:
> Hi all,
> 
> This short patch series comes with a preparation patch and 2 unrelated
> fixes to swiotlb-xen initialization.
> 
> 
> Christoph Hellwig (1):
>        arm64: do not set SWIOTLB_NO_FORCE when swiotlb is required
> 
> Stefano Stabellini (2):
>        xen/arm: move xen_swiotlb_detect to arm/swiotlb-xen.h
>        xen/swiotlb: check if the swiotlb has already been initialized
> 
>   arch/arm/xen/mm.c             | 20 +++++++-------------
>   arch/arm64/mm/init.c          |  3 ++-
>   drivers/xen/swiotlb-xen.c     |  5 +++++
>   include/xen/arm/swiotlb-xen.h | 15 ++++++++++++++-
>   4 files changed, 28 insertions(+), 15 deletions(-)
> 

Series pushed to xen/tip.git for-linus-5.13b


Juergen