; Guohanjun (Hanjun Guo)
; yangyicong ; Sami
Mujawar ; Will Deacon ;
wanghuiqiang
Subject: Re: [PATCH v7 1/9] iommu: Introduce a union to struct
iommu_resv_region
On Fri, Oct 8, 2021 at 2:14 PM Robin Murphy
wrote:
On 2021-08-05 09:07, Shameer Kolothum wrote:
A union is introduced to struct
(Hanjun Guo)
> ; yangyicong ; Sami
> Mujawar ; Will Deacon ;
> wanghuiqiang
> Subject: Re: [PATCH v7 1/9] iommu: Introduce a union to struct
> iommu_resv_region
>
> On Fri, Oct 8, 2021 at 2:14 PM Robin Murphy
> wrote:
> >
> > On 2021-08-05 09:07, Shameer Kolothum
On Fri, Oct 8, 2021 at 2:14 PM Robin Murphy wrote:
>
> On 2021-08-05 09:07, Shameer Kolothum wrote:
> > A union is introduced to struct iommu_resv_region to hold
> > any firmware specific data. This is in preparation to add
> > support for IORT RMR reserve regions and the union now holds
> > the R
On 2021-08-05 09:07, Shameer Kolothum wrote:
A union is introduced to struct iommu_resv_region to hold
any firmware specific data. This is in preparation to add
support for IORT RMR reserve regions and the union now holds
the RMR specific information.
Signed-off-by: Shameer Kolothum
---
inclu
On 05/08/2021 09:07, Shameer Kolothum wrote:
> A union is introduced to struct iommu_resv_region to hold
> any firmware specific data. This is in preparation to add
> support for IORT RMR reserve regions and the union now holds
> the RMR specific information.
>
> Signed-off-by: Shameer Kolothum
>
A union is introduced to struct iommu_resv_region to hold
any firmware specific data. This is in preparation to add
support for IORT RMR reserve regions and the union now holds
the RMR specific information.
Signed-off-by: Shameer Kolothum
---
include/linux/iommu.h | 11 +++
1 file change