From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id CA7491A04F1 for ; Thu, 8 Oct 2015 15:06:27 +1100 (AEDT) Message-ID: <1444277187.9940.7.camel@ellerman.id.au> Subject: Re: [kbuild-all] [PATCH 4/5 v2] pseries/iommu: implement DDW-aware dma_get_page_shift From: Michael Ellerman To: Fengguang Wu Cc: Christoph Hellwig , Alexey Kardashevskiy , Benjamin Herrenschmidt , Nishanth Aravamudan , linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org, Keith Busch , Paul Mackerras , kbuild-all@01.org, Matthew Wilcox , linuxppc-dev@lists.ozlabs.org, David Gibson Date: Thu, 08 Oct 2015 15:06:27 +1100 In-Reply-To: <20151008011609.GA25163@wfg-t540p.sh.intel.com> References: <201510030421.d9fvrbXU%fengguang.wu@intel.com> <1444102746.16909.4.camel@ellerman.id.au> <20151007135602.GA17377@wfg-t540p.sh.intel.com> <1444263119.31685.4.camel@ellerman.id.au> <20151008010603.GA24198@wfg-t540p.sh.intel.com> <20151008011609.GA25163@wfg-t540p.sh.intel.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2015-10-08 at 09:16 +0800, Fengguang Wu wrote: > On Thu, Oct 08, 2015 at 09:06:03AM +0800, Fengguang Wu wrote: > > On Thu, Oct 08, 2015 at 11:11:59AM +1100, Michael Ellerman wrote: > > > On Wed, 2015-10-07 at 21:56 +0800, Fengguang Wu wrote: > > > > On Tue, Oct 06, 2015 at 02:39:06PM +1100, Michael Ellerman wrote: > > > > > On Sat, 2015-10-03 at 04:33 +0800, kbuild test robot wrote: > > > > > > Hi Nishanth, > > > > > > > > > > > > [auto build test results on v4.3-rc3 -- if it's inappropriate base, please ignore] > > > > > > > > > > > > config: powerpc-defconfig (attached as .config) > > > > > > reproduce: > > > > > > wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross > > > > > > chmod +x ~/bin/make.cross > > > > > > # save the attached .config to linux build tree > > > > > > make.cross ARCH=powerpc > > > > > > > > > > > > All error/warnings (new ones prefixed by >>): > > > > > > > > > > > > arch/powerpc/platforms/pseries/iommu.c: In function 'iommu_init_early_pSeries': > > > > > > >> arch/powerpc/platforms/pseries/iommu.c:1433:9: error: 'struct machdep_calls' has no member named 'dma_get_page_shift' > > > > > > ppc_md.dma_get_page_shift = dma_get_page_shift_pSeriesLP; > > > > > > > > > > It was added in patch 3/5, so I think this error is bogus. Unless there's a > > > > > typo I'm missing? > > > > > > > > Yes sorry, the patchset was not detected correctly in your case, > > > > ending up the patches being tested as individual ones. > > > > > > > > I'll fixup the robot. > > > > > > Thanks. > > > > > > How did the robot decide to build this series in the first place? Does it build > > > everything sent to one of the lists on CC? > > > > Yes, currently the following mailing lists are subscribed. Patches > > sent to them will be tested if they can be git-am to RC or linux-next > > kernels: > > > > kvm > > linux-acpi > > linux-bluetooth > > linux-btrfs > > linux-embedded > > linux-ext4 > > linux-fsdevel > > linux-media > > linux-mmc > > linux-nfs > > linux-omap > > linux-pci > > linux-pm > > linux-raid > > linux-rdma > > linux-scsi > > linux-usb > > linux-wireless > > netdev > > netfilter-devel > > linux-mm > > driverdev-devel > > intel-gfx > > And of course linux-kernel. More lists could be added in future. So do you mind adding linuxppc-dev@lists.ozlabs.org ? :) It's pretty low traffic compared to lkml. cheers