From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: kbuild test robot <fengguang.wu@intel.com>
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
Date: Sat, 25 Mar 2017 21:44:48 -0700 [thread overview]
Message-ID: <20170326044448.GU3637@linux.vnet.ibm.com> (raw)
In-Reply-To: <201703261126.AAhrxT5u%fengguang.wu@intel.com>
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 <linux/srcutree.h>
> ^
> 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 <linux/srcutiny.h>
> 61 #elif defined(CONFIG_TREE_SRCU)
> > 62 #include <linux/srcutree.h>
> 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
prev parent reply other threads:[~2017-03-26 4:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-26 3:31 kbuild test robot
2017-03-26 4:44 ` Paul E. McKenney [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170326044448.GU3637@linux.vnet.ibm.com \
--to=paulmck@linux.vnet.ibm.com \
--cc=fengguang.wu@intel.com \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome