From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932717AbcH2IH6 (ORCPT ); Mon, 29 Aug 2016 04:07:58 -0400 Received: from mga03.intel.com ([134.134.136.65]:47734 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932694AbcH2IHz (ORCPT ); Mon, 29 Aug 2016 04:07:55 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,595,1464678000"; d="scan'208";a="2201297" Date: Mon, 29 Aug 2016 13:45:55 +0530 From: Vinod Koul To: John Stultz Cc: kbuild test robot , kbuild-all@01.org, lkml , Zhangfei Gao , Krzysztof Kozlowski , Maxime Ripard , Dan Williams , Mark Brown , Andy Green Subject: Re: [RESEND][PATCH 1/7 v4] Kconfig: Allow k3dma driver to be selected for more then HISI3xx platforms Message-ID: <20160829081553.GB9355@localhost> References: <1471906608-12418-2-git-send-email-john.stultz@linaro.org> <201608231227.zQFPDMBz%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 22, 2016 at 09:24:42PM -0700, John Stultz wrote: > On Mon, Aug 22, 2016 at 9:23 PM, kbuild test robot wrote: > > Hi John, > > > > [auto build test ERROR on linus/master] > > [also build test ERROR on v4.8-rc3 next-20160822] > > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on] > > [Check https://git-scm.com/docs/git-format-patch for more information] > > > > url: https://github.com/0day-ci/linux/commits/John-Stultz/K3DMA-fixes-for-HiKey-HDMI-audio/20160823-070749 > > config: i386-allmodconfig (attached as .config) > > compiler: gcc-6 (Debian 6.1.1-9) 6.1.1 20160705 > > reproduce: > > # save the attached .config to linux build tree > > make ARCH=i386 > > > > Note: the linux-review/John-Stultz/K3DMA-fixes-for-HiKey-HDMI-audio/20160823-070749 HEAD 1f1a623a69af65b192d7f6e2949d4a2dcf75d137 builds fine. > > It only hurts bisectibility. > > > > All errors (new ones prefixed by >>): > > > > drivers/dma/k3dma.c: In function 'k3_dma_prep_memcpy': > >>> drivers/dma/k3dma.c:432:20: error: implicit declaration of function '__virt_to_phys' [-Werror=implicit-function-declaration] > > ds->desc_hw_lli = __virt_to_phys((unsigned long)&ds->desc_hw[0]); > > ^~~~~~~~~~~~~~ > > Grumble.. Looks like this is due to COMPILE_TEST being enabled in the > i386 config and the Kconfig change happening before the fix to remove > __virt_to_phys from this driver. > > Reordering so the Kconfig change is applied last would avoid this. > > Vinod/Dan: Would you prefer I resend a new patchset with the fixed > order, or do you mind re-ordering the Kconfig change when you apply? Yes, prefer a new patchset ... Thanks -- ~Vinod