From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754330AbbJGN4T (ORCPT ); Wed, 7 Oct 2015 09:56:19 -0400 Received: from mga01.intel.com ([192.55.52.88]:59231 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752376AbbJGN4R (ORCPT ); Wed, 7 Oct 2015 09:56:17 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,649,1437462000"; d="scan'208";a="786678088" Date: Wed, 7 Oct 2015 21:56:02 +0800 From: Fengguang Wu To: Michael Ellerman 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 Subject: Re: [kbuild-all] [PATCH 4/5 v2] pseries/iommu: implement DDW-aware dma_get_page_shift Message-ID: <20151007135602.GA17377@wfg-t540p.sh.intel.com> References: <201510030421.d9fvrbXU%fengguang.wu@intel.com> <1444102746.16909.4.camel@ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444102746.16909.4.camel@ellerman.id.au> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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, Fengguang