Re: linux-next: build failure after merge of the iommu tree

2020-10-14 Thread Stephen Rothwell
Hi all, On Tue, 13 Oct 2020 18:31:07 +1100 Stephen Rothwell wrote: > > On Mon, 21 Sep 2020 14:09:01 +1000 Stephen Rothwell > wrote: > > > > After merging the iommu tree, today's linux-next build (arm > > multi_v7_defconfig) failed like this: > > > > drivers/gpu/drm/msm/msm_iommu.c: In functio

Re: linux-next: build failure after merge of the iommu tree

2020-10-13 Thread Stephen Rothwell
Hi all, On Mon, 21 Sep 2020 14:09:01 +1000 Stephen Rothwell wrote: > > After merging the iommu tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > drivers/gpu/drm/msm/msm_iommu.c: In function 'msm_iommu_pagetable_unmap': > drivers/gpu/drm/msm/msm_iommu.c:46:2: error:

linux-next: build failure after merge of the iommu tree

2020-09-20 Thread Stephen Rothwell
Hi all, After merging the iommu tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/gpu/drm/msm/msm_iommu.c: In function 'msm_iommu_pagetable_unmap': drivers/gpu/drm/msm/msm_iommu.c:46:2: error: implicit declaration of function 'iommu_flush_tlb_all'; did you mean 'i

Re: linux-next: build failure after merge of the iommu tree

2019-09-02 Thread Stephen Rothwell
Hi all, On Mon, 2 Sep 2019 14:26:40 + "Lendacky, Thomas" wrote: > > On 9/2/19 9:03 AM, Joerg Roedel wrote: > > > > tl;dr: And IOMMU commit introduces a new user for sme_active() in > > generic code, and commit > > > > 284e21fab2cf x86, s390/mm: Move sme_active() and sme

Re: linux-next: build failure after merge of the iommu tree

2019-09-02 Thread Lendacky, Thomas
On 9/2/19 9:03 AM, Joerg Roedel wrote: > Hi, > > tl;dr: And IOMMU commit introduces a new user for sme_active() in > generic code, and commit > > 284e21fab2cf x86, s390/mm: Move sme_active() and sme_me_mask to > x86-specific header > > breaks the build of drivers/i

Re: linux-next: build failure after merge of the iommu tree

2019-09-02 Thread Joerg Roedel
Hi, tl;dr: And IOMMU commit introduces a new user for sme_active() in generic code, and commit 284e21fab2cf x86, s390/mm: Move sme_active() and sme_me_mask to x86-specific header breaks the build of drivers/iommu/ for all architectures not implementing sme_active().

linux-next: build failure after merge of the iommu tree

2019-09-01 Thread Stephen Rothwell
Hi all, After merging the iommu tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/iommu/iommu.c: In function 'iommu_subsys_init': drivers/iommu/iommu.c:123:38: error: implicit declaration of function 'sme_active'; did you mean 'cpu_active'? [-Werror=implicit-funct

Re: linux-next: build failure after merge of the iommu tree

2015-11-01 Thread Magnus Damm
Hi Joerg, everyone, On Mon, Nov 2, 2015 at 12:14 AM, Joerg Roedel wrote: > Hi Stephen, > > On Sun, Nov 01, 2015 at 10:42:52PM +1100, Stephen Rothwell wrote: >> After merging the iommu tree, today's linux-next build (x86_64 >> allmodconfig) failed like this: >> >> drivers/iommu/ipmmu-vmsa.c:24:27:

Re: linux-next: build failure after merge of the iommu tree

2015-11-01 Thread Joerg Roedel
Hi Stephen, On Sun, Nov 01, 2015 at 10:42:52PM +1100, Stephen Rothwell wrote: > After merging the iommu tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/iommu/ipmmu-vmsa.c:24:27: fatal error: asm/dma-iommu.h: No such file > or directory > > Caused by commit >

linux-next: build failure after merge of the iommu tree

2015-11-01 Thread Stephen Rothwell
Hi Joerg, After merging the iommu tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/iommu/ipmmu-vmsa.c:24:27: fatal error: asm/dma-iommu.h: No such file or directory Caused by commit bad78b13e305 ("iommu/ipmmu-vmsa: Drop LPAE Kconfig dependency") Only arm has th

Re: linux-next: build failure after merge of the iommu tree

2014-11-05 Thread Joerg Roedel
On Wed, Nov 05, 2014 at 01:47:31PM +1100, Stephen Rothwell wrote: > Hi Joerg, > > After merging the iommu tree, today's linux-next build (powerpc > pc64_defconfig) failed like this: > > In file included from arch/powerpc/platforms/powernv/pci.c:33:0: > arch/powerpc/include/asm/iommu.h:140:12: err

linux-next: build failure after merge of the iommu tree

2014-11-04 Thread Stephen Rothwell
Hi Joerg, After merging the iommu tree, today's linux-next build (powerpc pc64_defconfig) failed like this: In file included from arch/powerpc/platforms/powernv/pci.c:33:0: arch/powerpc/include/asm/iommu.h:140:12: error: conflicting types for 'iommu_map_sg' extern int iommu_map_sg(struct device

Re: linux-next: build failure after merge of the iommu tree

2014-07-08 Thread Joerg Roedel
Hi Stephen, On Tue, Jul 08, 2014 at 02:02:46PM +1000, Stephen Rothwell wrote: > Caused by commit c61959ecbbc6 ("iommu: Add sysfs support for IOMMUs"). > CONFIG_IOMMU_API is not set for this build. Forgotten "static > inline"s :-( > > I have used the iommu tree from next-20140707 for today. I ha

Re: linux-next: build failure after merge of the iommu tree

2014-07-07 Thread Alex Williamson
On Tue, 2014-07-08 at 14:02 +1000, Stephen Rothwell wrote: > Hi Joerg, > > After merging the iommu tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > arch/powerpc/platforms/built-in.o:(.opd+0x29e8): multiple definition of > `iommu_device_destroy' > arch/powerpc/kern

linux-next: build failure after merge of the iommu tree

2014-07-07 Thread Stephen Rothwell
Hi Joerg, After merging the iommu tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: arch/powerpc/platforms/built-in.o:(.opd+0x29e8): multiple definition of `iommu_device_destroy' arch/powerpc/kernel/built-in.o:(.opd+0x5628): first defined here arch/powerpc/platforms/buil