All of lore.kernel.org
 help / color / mirror / Atom feed
* [ti:ti-android-linux-6.1.y 2/4] drivers/android/android_debug_symbols.c:13:10: fatal error: asm/stacktrace.h: No such file or directory
@ 2024-03-29  1:37 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-03-29  1:37 UTC (permalink / raw)
  Cc: oe-kbuild-all, vigneshr, nm

Hi Xuewen,

FYI, the error/warning still remains.

tree:   https://android.googlesource.com/kernel/common ti-android-linux-6.1.y
head:   bbf722b1059a245fffdd90e1e763281a6d205dd3
commit: dfabd2e38be31725210d182c5648b8c24157cef8 [2/4] ANDROID: android: Create debug_symbols driver
config: m68k-allmodconfig (https://download.01.org/0day-ci/archive/20240329/202403290928.04PjDMV8-lkp@intel.com/config)
compiler: m68k-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240329/202403290928.04PjDMV8-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202403290928.04PjDMV8-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/android/android_debug_symbols.c:13:10: fatal error: asm/stacktrace.h: No such file or directory
      13 | #include <asm/stacktrace.h>
         |          ^~~~~~~~~~~~~~~~~~
   compilation terminated.


vim +13 drivers/android/android_debug_symbols.c

     2	
     3	/*
     4	 * Copyright (c) 2021, The Linux Foundation. All rights reserved.
     5	 * Copyright (c) 2023, Unisoc (Shanghai) Technologies Co., Ltd
     6	 */
     7	
     8	#include <linux/types.h>
     9	#include <linux/kernel.h>
    10	#include <linux/module.h>
    11	#include <linux/android_debug_symbols.h>
    12	#include <asm/sections.h>
  > 13	#include <asm/stacktrace.h>
    14	

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

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

only message in thread, other threads:[~2024-03-29  1:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-29  1:37 [ti:ti-android-linux-6.1.y 2/4] drivers/android/android_debug_symbols.c:13:10: fatal error: asm/stacktrace.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.