All of lore.kernel.org
 help / color / mirror / Atom feed
* kernel/trace/ftrace.c:42:10: fatal error: asm/setup.h: No such file or directory
@ 2023-01-28 14:38 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-01-28 14:38 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: oe-kbuild-all, 0day robot

tree:   https://github.com/intel-lab-lkp/linux/commits/Alexandre-Ghiti/riscv-Split-early-and-final-KASAN-population-functions/20230125-163113
head:   06897a0964c21c88d28d72b2d7959fc8651a6d21
commit: 3e261a30a338475c3efe666377daa612924b1129 asm-generic: Remove COMMAND_LINE_SIZE from uapi
date:   3 days ago
config: riscv-randconfig-r042-20230124 (https://download.01.org/0day-ci/archive/20230128/202301282212.BYXWaMpE-lkp@intel.com/config)
compiler: riscv64-linux-gcc (GCC) 12.1.0
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
        # https://github.com/intel-lab-lkp/linux/commit/3e261a30a338475c3efe666377daa612924b1129
        git remote add linux-review https://github.com/intel-lab-lkp/linux
        git fetch --no-tags linux-review Alexandre-Ghiti/riscv-Split-early-and-final-KASAN-population-functions/20230125-163113
        git checkout 3e261a30a338475c3efe666377daa612924b1129
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=riscv olddefconfig
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=riscv SHELL=/bin/bash kernel/trace/

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> kernel/trace/ftrace.c:42:10: fatal error: asm/setup.h: No such file or directory
      42 | #include <asm/setup.h>
         |          ^~~~~~~~~~~~~
   compilation terminated.
--
>> kernel/trace/trace_stack.c:18:10: fatal error: asm/setup.h: No such file or directory
      18 | #include <asm/setup.h>
         |          ^~~~~~~~~~~~~
   compilation terminated.


vim +42 kernel/trace/ftrace.c

8aef2d2856158a Steven Rostedt          2009-03-24  40  
b80f0f6c9ed395 Steven Rostedt (VMware  2017-04-03  41) #include <asm/sections.h>
2af15d6a44b871 Steven Rostedt          2009-05-28 @42  #include <asm/setup.h>
395a59d0f8e86b Abhishek Sagar          2008-06-21  43  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-28 14:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-28 14:38 kernel/trace/ftrace.c:42:10: fatal error: asm/setup.h: No such file or directory 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.