From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:38817 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751564AbbJNKwp (ORCPT ); Wed, 14 Oct 2015 06:52:45 -0400 From: Kalle Valo To: Javier Martinez Canillas Cc: kbuild test robot , kbuild-all@01.org, linux-kernel@vger.kernel.org, Luis de Bethencourt , =?utf-8?Q?Rafa=C5=82_Mi=C5=82ecki?= , linux-wireless@vger.kernel.org Subject: Re: [PATCH] bcma: mips: Allow build if COMPILE_TEST is enabled References: <201510132319.x2UV0LGD%fengguang.wu@intel.com> <561E1E69.3070108@osg.samsung.com> Date: Wed, 14 Oct 2015 13:52:40 +0300 In-Reply-To: <561E1E69.3070108@osg.samsung.com> (Javier Martinez Canillas's message of "Wed, 14 Oct 2015 11:20:41 +0200") Message-ID: <87pp0hn2mf.fsf@kamboji.qca.qualcomm.com> (sfid-20151014_125302_454886_52914598) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-wireless-owner@vger.kernel.org List-ID: Javier Martinez Canillas writes: > Hello, > > On 10/13/2015 05:25 PM, kbuild test robot wrote: >> Hi Javier, >> >> [auto build test ERROR on v4.3-rc5 -- if it's inappropriate base, please suggest rules for selecting the more suitable base] >> >> url: https://github.com/0day-ci/linux/commits/Javier-Martinez-Canillas/bcma-mips-Allow-build-if-COMPILE_TEST-is-enabled/20151013-214630 >> config: i386-allmodconfig (attached as .config) >> reproduce: >> # save the attached .config to linux build tree >> make ARCH=i386 >> >> All errors (new ones prefixed by >>): >> >> drivers/mtd/devices/bcm47xxsflash.c: In function 'bcm47xxsflash_read': >>>> drivers/mtd/devices/bcm47xxsflash.c:112:37: error: implicit declaration of function 'KSEG0ADDR' [-Werror=implicit-function-declaration] >> memcpy_fromio(buf, (void __iomem *)KSEG0ADDR(b47s->window + from), >> > > Thanks for reporting this issue. I only did a partial build with > make M=drivers/bcma but didn't think about implicit dependencies > on other drivers. > > I've posted this patch that should avoid this issue: > https://patchwork.kernel.org/patch/7391551/ So this patch ("bcma: mips: Allow build if COMPILE_TEST is enabled") depend on that patch ("mtd: Make MTD_BCM47XXSFLASH to depend on MIPS"), right? So I cannot apply the bcma patch until the mtd patch is in my tree. -- Kalle Valo