[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202201080759.2KcaQBpB-lkp@intel.com>
Date:   Sat, 8 Jan 2022 08:41:29 +0800
From:   kernel test robot <lkp@...el.com>
To:     Prasad Sodagudi <psodagud@...eaurora.org>
Cc:     kbuild-all@...ts.01.org, linux-kernel@...r.kernel.org,
        Elliot Berman <eberman@...eaurora.org>
Subject: [ammarfaizi2-block:google/android/kernel/common/android12-5.10
 142/9999] drivers/android/debug_symbols.c:11:10: fatal error:
 asm/stacktrace.h: No such file or directory
Hi Prasad,
FYI, the error/warning still remains.
tree:   https://github.com/ammarfaizi2/linux-block google/android/kernel/common/android12-5.10
head:   05c23b7a503851e3be7e68453899e0ed922016f7
commit: 3fcbb15c1a91a318fb9367bee24603af24648a2d [142/9999] ANDROID: android: Create debug_symbols driver
config: alpha-allyesconfig (https://download.01.org/0day-ci/archive/20220108/202201080759.2KcaQBpB-lkp@intel.com/config)
compiler: alpha-linux-gcc (GCC) 11.2.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/ammarfaizi2/linux-block/commit/3fcbb15c1a91a318fb9367bee24603af24648a2d
        git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block
        git fetch --no-tags ammarfaizi2-block google/android/kernel/common/android12-5.10
        git checkout 3fcbb15c1a91a318fb9367bee24603af24648a2d
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=alpha SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@...el.com>
All errors (new ones prefixed by >>):
>> drivers/android/debug_symbols.c:11:10: fatal error: asm/stacktrace.h: No such file or directory
      11 | #include <asm/stacktrace.h>
         |          ^~~~~~~~~~~~~~~~~~
   compilation terminated.
vim +11 drivers/android/debug_symbols.c
     2	
     3	/*
     4	 * Copyright (c) 2021, The Linux Foundation. All rights reserved.
     5	 */
     6	
     7	#include <linux/types.h>
     8	#include <linux/kernel.h>
     9	#include <linux/module.h>
    10	#include <linux/android_debug_symbols.h>
  > 11	#include <asm/stacktrace.h>
    12	#include <asm/sections.h>
    13	
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
Powered by blists - more mailing lists
 
