All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joerg Roedel <joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
To: Linus Torvalds
	<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [git pull] IOMMU fixes for Linux 3.5-rc1
Date: Mon, 2 Jul 2012 15:17:16 +0200	[thread overview]
Message-ID: <20120702131716.GB12232@8bytes.org> (raw)
In-Reply-To: <20120702130910.GA12232-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>

Subject: [git pull] IOMMU fixes for Linux 3.5-rc1
                                          ^^^^^^^
					  actually the fixes are for
					  v3.5-rc5, sorry

On Mon, Jul 02, 2012 at 03:09:10PM +0200, Joerg Roedel wrote:
> Hi Linus,
> 
> The following changes since commit eee53537c476c947bf7faa1c916d2f5a0ae8ec93:
> 
>   iommu/amd: Fix deadlock in ppr-handling error path (2012-06-04 12:47:44 +0200)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v3.5-rc5
> 
> for you to fetch changes up to 3775d4818d72081e2afa2aed2442a2b9ecfc5eab:
> 
>   iommu/amd: fix type bug in flush code (2012-07-02 12:11:40 +0200)
> 
> ----------------------------------------------------------------
> IOMMU fixes for Linux v3.5-rc5
> 
> The patches fix several issues in the AMD IOMMU driver, the NVidia SMMU
> driver, and the DMA debug code. The most important fix for the AMD IOMMU
> solves a problem with SR-IOV devices where virtual functions did not
> work with IOMMU enabled. The NVidia SMMU patch fixes a possible sleep
> while spin-lock situation (queued the small fix for v3.5, a better but
> more intrusive fix is coming for v3.6). The DMA debug patches fix a
> possible data corruption issue due to bool vs. u32 usage.
> 
> ----------------------------------------------------------------
> Dan Carpenter (2):
>       dma-debug: debugfs_create_bool() takes a u32 pointer
>       iommu/amd: fix type bug in flush code
> 
> Hiroshi DOYU (1):
>       iommu/tegra: smmu: Fix unsleepable memory allocation
> 
> Joerg Roedel (1):
>       iommu/amd: Initialize dma_ops for hotplug and sriov devices
> 
> Shuah Khan (1):
>       iommu/amd: Fix missing iommu_shutdown initialization in passthrough mode
> 
>  drivers/iommu/amd_iommu.c       |   11 ++++++++++-
>  drivers/iommu/amd_iommu_init.c  |    6 +++---
>  drivers/iommu/amd_iommu_types.h |    2 +-
>  drivers/iommu/tegra-smmu.c      |    4 ++--
>  lib/dma-debug.c                 |    4 ++--
>  5 files changed, 18 insertions(+), 9 deletions(-)
> 
> Please pull.
> 
> Regards,
> 
> 	Joerg
> 

WARNING: multiple messages have this Message-ID (diff)
From: Joerg Roedel <joro@8bytes.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org
Subject: Re: [git pull] IOMMU fixes for Linux 3.5-rc1
Date: Mon, 2 Jul 2012 15:17:16 +0200	[thread overview]
Message-ID: <20120702131716.GB12232@8bytes.org> (raw)
In-Reply-To: <20120702130910.GA12232@8bytes.org>

Subject: [git pull] IOMMU fixes for Linux 3.5-rc1
                                          ^^^^^^^
					  actually the fixes are for
					  v3.5-rc5, sorry

On Mon, Jul 02, 2012 at 03:09:10PM +0200, Joerg Roedel wrote:
> Hi Linus,
> 
> The following changes since commit eee53537c476c947bf7faa1c916d2f5a0ae8ec93:
> 
>   iommu/amd: Fix deadlock in ppr-handling error path (2012-06-04 12:47:44 +0200)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v3.5-rc5
> 
> for you to fetch changes up to 3775d4818d72081e2afa2aed2442a2b9ecfc5eab:
> 
>   iommu/amd: fix type bug in flush code (2012-07-02 12:11:40 +0200)
> 
> ----------------------------------------------------------------
> IOMMU fixes for Linux v3.5-rc5
> 
> The patches fix several issues in the AMD IOMMU driver, the NVidia SMMU
> driver, and the DMA debug code. The most important fix for the AMD IOMMU
> solves a problem with SR-IOV devices where virtual functions did not
> work with IOMMU enabled. The NVidia SMMU patch fixes a possible sleep
> while spin-lock situation (queued the small fix for v3.5, a better but
> more intrusive fix is coming for v3.6). The DMA debug patches fix a
> possible data corruption issue due to bool vs. u32 usage.
> 
> ----------------------------------------------------------------
> Dan Carpenter (2):
>       dma-debug: debugfs_create_bool() takes a u32 pointer
>       iommu/amd: fix type bug in flush code
> 
> Hiroshi DOYU (1):
>       iommu/tegra: smmu: Fix unsleepable memory allocation
> 
> Joerg Roedel (1):
>       iommu/amd: Initialize dma_ops for hotplug and sriov devices
> 
> Shuah Khan (1):
>       iommu/amd: Fix missing iommu_shutdown initialization in passthrough mode
> 
>  drivers/iommu/amd_iommu.c       |   11 ++++++++++-
>  drivers/iommu/amd_iommu_init.c  |    6 +++---
>  drivers/iommu/amd_iommu_types.h |    2 +-
>  drivers/iommu/tegra-smmu.c      |    4 ++--
>  lib/dma-debug.c                 |    4 ++--
>  5 files changed, 18 insertions(+), 9 deletions(-)
> 
> Please pull.
> 
> Regards,
> 
> 	Joerg
> 




  parent reply	other threads:[~2012-07-02 13:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-02 13:09 [git pull] IOMMU fixes for Linux 3.5-rc1 Joerg Roedel
2012-07-02 13:09 ` Joerg Roedel
     [not found] ` <20120702130910.GA12232-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2012-07-02 13:17   ` Joerg Roedel [this message]
2012-07-02 13:17     ` Joerg Roedel
  -- strict thread matches above, loose matches on Subject: below --
2012-06-06 13:56 Joerg Roedel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120702131716.GB12232@8bytes.org \
    --to=joro-zlv9swrftaidnm+yrofe0a@public.gmane.org \
    --cc=iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.