[git pull] IOMMU Updates for v3.6-rc1

2012-07-24 Thread Joerg Roedel
Hi Linus, The following changes since commit 28a33cbc24e4256c143dce96c7d93bf423229f92: Linux 3.5 (2012-07-21 13:58:29 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-updates-v3.6-rc1 for you to fetch changes up to 395e

[PATCH] drivers/iommu/intel-iommu.c: add missing free_domain_mem

2012-07-24 Thread Julia Lawall
From: Julia Lawall Add missing free_domain_mem on failure path after alloc_domain. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @km exists@ local idexpression e; expression e1,e2,e3; type T,T1; identifier f; @@ * e = alloc_d

[PATCH v2] drivers/iommu/intel-iommu.c: add missing free_domain_mem

2012-07-24 Thread Julia Lawall
From: Julia Lawall Add missing free_domain_mem on failure path after alloc_domain. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @km exists@ local idexpression e; expression e1,e2,e3; type T,T1; identifier f; @@ * e = alloc_d

Re: [PATCH 5/7] drivers/iommu/tegra-smmu.c: remove invalid reference to list iterator variable

2012-07-24 Thread Hiroshi Doyu
Hi Julia, On Mon, 23 Jul 2012 19:59:21 +0200 Stephen Warren wrote: > On 07/08/2012 05:37 AM, Julia Lawall wrote: > > From: Julia Lawall > > Julia, > > It looks like this patch hasn't seen any replies since you didn't CC the > maintainers of this code. I've CC'd them now. > > > If list_for_ea