[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Ping²: [PATCH] AMD/IOMMU: don't open-code for_each_amd_iommu()
>>> On 02.05.19 at 16:51, <JBeulich@xxxxxxxx> wrote: >>>> On 05.04.19 at 09:01, <JBeulich@xxxxxxxx> wrote: >> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> >> >> --- a/xen/drivers/passthrough/amd/iommu_intr.c >> +++ b/xen/drivers/passthrough/amd/iommu_intr.c >> @@ -503,7 +503,7 @@ static struct amd_iommu *_find_iommu_for >> { >> struct amd_iommu *iommu; >> >> - list_for_each_entry ( iommu, &amd_iommu_head, list ) >> + for_each_amd_iommu ( iommu ) >> if ( iommu->seg == seg && iommu->bdf == bdf ) >> return NULL; >> I'm sorry for being blunt, but a trivial change like this shouldn't require well over a month and multiple pings to finally get an ack. I'll give this a day or two more, and then commit without ack unless I hear objections. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |