Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755692AbbKCR4r (ORCPT ); Tue, 3 Nov 2015 12:56:47 -0500 Received: from smtp.citrix.com ([66.165.176.89]:4619 "EHLO SMTP.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754151AbbKCR4p (ORCPT ); Tue, 3 Nov 2015 12:56:45 -0500 X-IronPort-AV: E=Sophos;i="5.20,239,1444694400"; d="scan'208";a="310073250" Date: Tue, 3 Nov 2015 17:56:34 +0000 From: Stefano Stabellini X-X-Sender: sstabellini@kaball.uk.xensource.com To: kbuild test robot CC: Stefano Stabellini , , , , , , , , , , , , , , Subject: Re: [PATCH v10 2/5] missing include in cputime.c, remove #ifdef CONFIG_PARAVIRT from sched/core.c In-Reply-To: <201511040115.jXTJsH9r%fengguang.wu@intel.com> Message-ID: References: <201511040115.jXTJsH9r%fengguang.wu@intel.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-DLP: MIA1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2890 Lines: 65 On Wed, 4 Nov 2015, kbuild test robot wrote: > Hi Stefano, > > [auto build test ERROR on arm64/for-next/core] > [cannot apply to: xen-tip/linux-next] > [also ERROR on: v4.3 next-20151103] > > url: https://github.com/0day-ci/linux/commits/Stefano-Stabellini/xen-arm-arm64-CONFIG_PARAVIRT-and-stolen-ticks-accounting/20151104-002433 > base: https://github.com/0day-ci/linux Stefano-Stabellini/xen-arm-arm64-CONFIG_PARAVIRT-and-stolen-ticks-accounting/20151104-002433 > config: mips-jz4740 (attached as .config) Ah, of course! I only tested x86, arm and arm64, but this wouldn't work on any arches without arm/paravirt.h. Damn. I guess we'll have to keep #ifdef CONFIG_PARAVIRT #include #endif BTW this auto build test is awesome. > 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=mips > > All errors (new ones prefixed by >>): > > >> kernel/sched/core.c:82:26: fatal error: asm/paravirt.h: No such file or directory > compilation terminated. > -- > >> kernel/sched/cputime.c:8:26: fatal error: asm/paravirt.h: No such file or directory > compilation terminated. > > vim +82 kernel/sched/core.c > > 52f5684c kernel/sched/core.c Gideon Israel Dsouza 2014-04-07 76 #include > ^1da177e kernel/sched.c Linus Torvalds 2005-04-16 77 > 96f951ed kernel/sched/core.c David Howells 2012-03-28 78 #include > 5517d86b kernel/sched.c Eric Dumazet 2007-05-08 79 #include > 838225b4 kernel/sched.c Satyam Sharma 2007-10-24 80 #include > db7e527d kernel/sched/core.c Christian Borntraeger 2012-01-11 81 #include > e6e6685a kernel/sched.c Glauber Costa 2011-07-11 @82 #include > ^1da177e kernel/sched.c Linus Torvalds 2005-04-16 83 > 029632fb kernel/sched.c Peter Zijlstra 2011-10-25 84 #include "sched.h" > ea138446 kernel/sched/core.c Tejun Heo 2013-01-18 85 #include "../workqueue_internal.h" > > :::::: The code at line 82 was first introduced by commit > :::::: e6e6685accfa81f509fadfc9624bc7c3862d75c4 KVM guest: Steal time accounting > > :::::: TO: Glauber Costa > :::::: CC: Avi Kivity > > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://lists.01.org/pipermail/kbuild-all Intel Corporation > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/