Re: [git pull] IOMMU fixes for 2.6.33-rc5

From: Ingo Molnar
Date: Wed Jan 27 2010 - 05:05:35 EST



* Joerg Roedel <joerg.roedel@xxxxxxx> wrote:

> Hi Ingo,
>
> The following changes since commit 92dcffb916d309aa01778bf8963a6932e4014d07:
> Linus Torvalds (1):
> Linux 2.6.33-rc5
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git iommu/fixes
>
> Joerg Roedel (5):
> x86/amd-iommu: Fix possible integer overflow
> x86/amd-iommu: Fix NULL pointer dereference in __detach_device()
> x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt
> x86/amd-iommu: Fix deassignment of a device from the pt_domain
> Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixes
>
> Thiago Farina (1):
> lib/dma-debug.c: mark file-local struct symbol static.
>
> arch/x86/include/asm/amd_iommu_proto.h | 1 +
> arch/x86/kernel/amd_iommu.c | 23 ++++++++++++++++-------
> arch/x86/kernel/amd_iommu_init.c | 3 +++
> lib/dma-debug.c | 2 +-
> 4 files changed, 21 insertions(+), 8 deletions(-)
>
> The patches fix several issues with device kvm device assignement when the
> amd iommu driver is configured to run in passthrough mode. One patch fixes a
> possible integer overflow in the driver as well. The last patch in the
> series fixes a build warning in the dma-api debug code. Please pull.

Pulled, thanks a lot Joerg!

Ingo
--
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/