[android-common:android14-kiwi-6.1 192/192] drivers/android/android_debug_symbols.c:56:9: sparse: sparse: cast removes address space '__percpu' of expression
kernel test robot <[email protected]>
| Newsgroups | dev.linux.lists.oe-kbuild-all |
|---|---|
| Message-ID | <[email protected]> |
tree: https://android.googlesource.com/kernel/common android14-kiwi-6.1 head: b3c531e1677cf574dd7ffc9bfce3a298c74ef2f8 commit: bb732365f7ad44aab1eaed253cd130f9b49679da [192/192] ANDROID: android: Create debug_symbols driver config: arm64-randconfig-r123-20260716 (https://download.01.org/0day-ci/archive/20260722/[email protected]/config) compiler: clang version 24.0.0git (https://github.com/llvm/llvm-project 5c0dfced1adc55429e32b1db08570abd3a219d85) sparse: v0.6.5-rc1 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260722/[email protected]/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 <[email protected]> | Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ sparse warnings: (new ones prefixed by >>) >> drivers/android/android_debug_symbols.c:56:9: sparse: sparse: cast removes address space '__percpu' of expression vim +/__percpu +56 drivers/android/android_debug_symbols.c 50 51 /* 52 * ads_per_cpu_entries array contains all the per_cpu variable address information. 53 */ 54 static const struct ads_entry ads_per_cpu_entries[ADS_DEBUG_PER_CPU_END] = { 55 #ifdef CONFIG_ARM64 > 56 ADS_PER_CPU_ENTRY(ADS_IRQ_STACK_PTR, irq_stack_ptr), 57 #endif 58 #ifdef CONFIG_X86 59 ADS_PER_CPU_ENTRY(ADS_IRQ_STACK_PTR, hardirq_stack_ptr), 60 #endif 61 }; 62 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki