From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751259AbdCZEoy (ORCPT ); Sun, 26 Mar 2017 00:44:54 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:60919 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750743AbdCZEox (ORCPT ); Sun, 26 Mar 2017 00:44:53 -0400 Date: Sat, 25 Mar 2017 21:44:48 -0700 From: "Paul E. McKenney" To: kbuild test robot Cc: kbuild-all@01.org, linux-kernel@vger.kernel.org Subject: Re: [rcu:dev.2017.03.16a 53/58] include/linux/srcu.h:62:28: fatal error: linux/srcutree.h: No such file or directory Reply-To: paulmck@linux.vnet.ibm.com References: <201703261126.AAhrxT5u%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201703261126.AAhrxT5u%fengguang.wu@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-GCONF: 00 x-cbid: 17032604-0052-0000-0000-000001B8C759 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00006850; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000206; SDB=6.00838823; UDB=6.00412618; IPR=6.00616709; BA=6.00005236; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00014811; XFM=3.00000013; UTC=2017-03-26 04:44:50 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17032604-0053-0000-0000-00004F6F58B4 Message-Id: <20170326044448.GU3637@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-03-26_03:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1702020001 definitions=main-1703260042 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Mar 26, 2017 at 11:31:27AM +0800, kbuild test robot wrote: > Hi Paul, > > FYI, the error/warning still remains. Yeah, idiot here forgot "git add"... So it was working fine in my local tree, but for everyone else, not so much. :-/ Mostly fixed, still at least one bug left. Thank you again for your testing service, very helpful!!! Thanx, Paul > tree: https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev.2017.03.16a > head: 5c1e4049e03942b1a6ec13fa8dc0d9f4b2ba0463 > commit: c574d9a57769f1941153c41e5cfcd2bb13911cc3 [53/58] srcu: Create a tiny SRCU > config: x86_64-lkp (attached as .config) > compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 > reproduce: > git checkout c574d9a57769f1941153c41e5cfcd2bb13911cc3 > # save the attached .config to linux build tree > make ARCH=x86_64 > > All errors (new ones prefixed by >>): > > In file included from include/linux/notifier.h:15:0, > from include/linux/memory_hotplug.h:6, > from include/linux/mmzone.h:749, > from include/linux/gfp.h:5, > from include/linux/slab.h:14, > from include/linux/crypto.h:24, > from arch/x86/kernel/asm-offsets.c:8: > >> include/linux/srcu.h:62:28: fatal error: linux/srcutree.h: No such file or directory > #include > ^ > compilation terminated. > make[2]: *** [arch/x86/kernel/asm-offsets.s] Error 1 > make[2]: Target '__build' not remade because of errors. > make[1]: *** [prepare0] Error 2 > make[1]: Target 'prepare' not remade because of errors. > make: *** [sub-make] Error 2 > > vim +62 include/linux/srcu.h > > 56 #define __SRCU_DEP_MAP_INIT(srcu_name) > 57 #endif /* #else #ifdef CONFIG_DEBUG_LOCK_ALLOC */ > 58 > 59 #ifdef CONFIG_TINY_SRCU > 60 #include > 61 #elif defined(CONFIG_TREE_SRCU) > > 62 #include > 63 #else > 64 #error "Unknown SRCU implementation specified to kernel configuration" > 65 #endif > > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://lists.01.org/pipermail/kbuild-all Intel Corporation