Prev: [PATCH 1/3] arch/x86/kernel: Add missing spin_unlock
Next: [PATCH 3/3] x86/amd-iommu: Fall back to GART if initialization fails
From: Joerg Roedel on 1 Jun 2010 05:10 Hi Ingo, The following changes since commit 67a3e12b05e055c0415c556a315a3d3eb637e29e: Linux 2.6.35-rc1 (2010-05-30 13:21:02 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git amd-iommu/2.6.35 Joerg Roedel (3): Merge commit 'v2.6.35-rc1' into amd-iommu/2.6.35 x86/amd-iommu: Fix crash when request_mem_region fails x86/amd-iommu: Fall back to GART if initialization fails Julia Lawall (1): arch/x86/kernel: Add missing spin_unlock arch/x86/kernel/amd_iommu.c | 16 +++++++++------- arch/x86/kernel/amd_iommu_init.c | 20 +++++++++++++++++--- 2 files changed, 26 insertions(+), 10 deletions(-) These patches fix two bugs in the error-paths of the amd iommu driver. One fix adds missing spin_unlocks and the other two patches fix a problem with broken BIOSes where the driver can't allocate the mmio region for the iommu hardware. Please pull. Joerg -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |