Re: [PATCH 3/3] x86/iommu: use __GFP_ZERO instead of memset forGART

From: FUJITA Tomonori
Date: Sun Sep 28 2008 - 10:49:18 EST


On Sat, 27 Sep 2008 20:14:38 +0200
Ingo Molnar <mingo@xxxxxxx> wrote:

>
> * Joerg Roedel <joerg.roedel@xxxxxxx> wrote:
>
> > > > - if (iommu_leak_tab)
> > > > - memset(iommu_leak_tab, 0, iommu_pages * 8);
> > > > else
> > > > printk(KERN_DEBUG
> > > > "PCI-DMA: Cannot allocate leak trace area\n");
> > >
> > > hm, that looks broken.
> >
> > Argh, yes. Please try this one:
>
> applied these patches to tip/x86/iommu:
>
> 0114267: x86/iommu: use __GFP_ZERO instead of memset for GART
> 3610f21: x86/iommu: convert GART need_flush to bool
> 237a622: x86/iommu: make GART driver checkpatch clean
>
> thanks Joerg!
>
> Fujita, do they look fine to you too?

Yeah, all the patches look trivial and fine.

Thanks,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/