* [mhiramat:kprobes/kretprobe-stackfix-v6 11/13] arch/x86/kernel/unwind_frame.c:6:1: iwyu: warning: superfluous #include <linux/kprobes.h>
@ 2021-05-26 13:59 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-05-26 13:59 UTC (permalink / raw)
To: kbuild
[-- Attachment #1: Type: text/plain, Size: 2782 bytes --]
CC: kbuild-all(a)lists.01.org
CC: clang-built-linux(a)googlegroups.com
TO: Masami Hiramatsu <mhiramat@kernel.org>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/mhiramat/linux.git kprobes/kretprobe-stackfix-v6
head: b00ac79b16912c6e48498a0931f9d02fe820a2e0
commit: f2edf24783d2b75ea2c56d28f6394976eea934d9 [11/13] x86/unwind: Recover kretprobe trampoline entry
:::::: branch date: 7 hours ago
:::::: commit date: 7 hours ago
config: x86_64-randconfig-b001-20210526 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 99155e913e9bad5f7f8a247f8bb3a3ff3da74af1)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# install x86_64 cross compiling tool for clang build
# apt-get install binutils-x86-64-linux-gnu
# apt-get install iwyu # include-what-you-use
# https://git.kernel.org/pub/scm/linux/kernel/git/mhiramat/linux.git/commit/?id=f2edf24783d2b75ea2c56d28f6394976eea934d9
git remote add mhiramat https://git.kernel.org/pub/scm/linux/kernel/git/mhiramat/linux.git
git fetch --no-tags mhiramat kprobes/kretprobe-stackfix-v6
git checkout f2edf24783d2b75ea2c56d28f6394976eea934d9
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross C=1 CHECK=iwyu ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
iwyu warnings: (new ones prefixed by >>)
arch/x86/kernel/unwind_frame.c:9:1: iwyu: warning: superfluous #include <asm/bitops.h>
arch/x86/kernel/unwind_frame.c:5:1: iwyu: warning: superfluous #include <linux/interrupt.h>
>> arch/x86/kernel/unwind_frame.c:6:1: iwyu: warning: superfluous #include <linux/kprobes.h>
arch/x86/kernel/unwind_frame.c:3:1: iwyu: warning: superfluous #include <linux/sched/task.h>
arch/x86/kernel/unwind_frame.c:4:1: iwyu: warning: superfluous #include <linux/sched/task_stack.h>
vim +6 arch/x86/kernel/unwind_frame.c
f2edf24783d2b7 Masami Hiramatsu 2021-05-24 @6 #include <linux/kprobes.h>
a8b7a92318b6d7 Josh Poimboeuf 2017-04-12 7 #include <asm/sections.h>
7c7900f89770d7 Josh Poimboeuf 2016-09-16 8 #include <asm/ptrace.h>
7c7900f89770d7 Josh Poimboeuf 2016-09-16 @9 #include <asm/bitops.h>
7c7900f89770d7 Josh Poimboeuf 2016-09-16 10 #include <asm/stacktrace.h>
7c7900f89770d7 Josh Poimboeuf 2016-09-16 11 #include <asm/unwind.h>
7c7900f89770d7 Josh Poimboeuf 2016-09-16 12
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 34705 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* [mhiramat:kprobes/kretprobe-stackfix-v6 11/13] arch/x86/kernel/unwind_frame.c:6:1: iwyu: warning: superfluous #include <linux/kprobes.h>
@ 2021-05-27 2:55 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-05-27 2:55 UTC (permalink / raw)
To: kbuild-all
[-- Attachment #1: Type: text/plain, Size: 2597 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/mhiramat/linux.git kprobes/kretprobe-stackfix-v6
head: b00ac79b16912c6e48498a0931f9d02fe820a2e0
commit: f2edf24783d2b75ea2c56d28f6394976eea934d9 [11/13] x86/unwind: Recover kretprobe trampoline entry
config: x86_64-randconfig-b001-20210526 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 99155e913e9bad5f7f8a247f8bb3a3ff3da74af1)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# install x86_64 cross compiling tool for clang build
# apt-get install binutils-x86-64-linux-gnu
# apt-get install iwyu # include-what-you-use
# https://git.kernel.org/pub/scm/linux/kernel/git/mhiramat/linux.git/commit/?id=f2edf24783d2b75ea2c56d28f6394976eea934d9
git remote add mhiramat https://git.kernel.org/pub/scm/linux/kernel/git/mhiramat/linux.git
git fetch --no-tags mhiramat kprobes/kretprobe-stackfix-v6
git checkout f2edf24783d2b75ea2c56d28f6394976eea934d9
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross C=1 CHECK=iwyu ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
iwyu warnings: (new ones prefixed by >>)
arch/x86/kernel/unwind_frame.c:9:1: iwyu: warning: superfluous #include <asm/bitops.h>
arch/x86/kernel/unwind_frame.c:5:1: iwyu: warning: superfluous #include <linux/interrupt.h>
>> arch/x86/kernel/unwind_frame.c:6:1: iwyu: warning: superfluous #include <linux/kprobes.h>
arch/x86/kernel/unwind_frame.c:3:1: iwyu: warning: superfluous #include <linux/sched/task.h>
arch/x86/kernel/unwind_frame.c:4:1: iwyu: warning: superfluous #include <linux/sched/task_stack.h>
vim +6 arch/x86/kernel/unwind_frame.c
f2edf24783d2b7 Masami Hiramatsu 2021-05-24 @6 #include <linux/kprobes.h>
a8b7a92318b6d7 Josh Poimboeuf 2017-04-12 7 #include <asm/sections.h>
7c7900f89770d7 Josh Poimboeuf 2016-09-16 8 #include <asm/ptrace.h>
7c7900f89770d7 Josh Poimboeuf 2016-09-16 @9 #include <asm/bitops.h>
7c7900f89770d7 Josh Poimboeuf 2016-09-16 10 #include <asm/stacktrace.h>
7c7900f89770d7 Josh Poimboeuf 2016-09-16 11 #include <asm/unwind.h>
7c7900f89770d7 Josh Poimboeuf 2016-09-16 12
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 34705 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-05-27 2:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-26 13:59 [mhiramat:kprobes/kretprobe-stackfix-v6 11/13] arch/x86/kernel/unwind_frame.c:6:1: iwyu: warning: superfluous #include <linux/kprobes.h> kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2021-05-27 2:55 kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.