Re: [PATCH v2 00/10] xen/arm: smmuv3: Merge Linux fixes to Xen

2022-09-05 Thread Rahul Singh
Hi Stefano, > On 3 Sep 2022, at 12:31 am, Stefano Stabellini wrote: > > I checked all the patches against the originals. > > I had comments on patches 3,4,5. > > You can add: > > Acked-by: Stefano Stabellini > > to all the others (1,2,6,7,8,9,10). > Thanks for reviewing the patches. I wi

Re: [PATCH v2 00/10] xen/arm: smmuv3: Merge Linux fixes to Xen

2022-09-02 Thread Stefano Stabellini
I checked all the patches against the originals. I had comments on patches 3,4,5. You can add: Acked-by: Stefano Stabellini to all the others (1,2,6,7,8,9,10). On Fri, 2 Sep 2022, Rahul Singh wrote: > This patch series merge the applicable Linux fixes to Xen. > > Bixuan Cui (1): > xen/arm

[PATCH v2 00/10] xen/arm: smmuv3: Merge Linux fixes to Xen

2022-09-02 Thread Rahul Singh
This patch series merge the applicable Linux fixes to Xen. Bixuan Cui (1): xen/arm: smmuv3: Change *array into *const array Christophe JAILLET (1): xen/arm: smmuv3: Avoid open coded arithmetic in memory allocation Gustavo A. R. Silva (1): xen/arm: smmuv3: Fix fall-through warning for Clang