* [android-common:android12-5.10-2024-08 641/30000] drivers/android/debug_symbols.c:50:9: sparse: sparse: cast removes address space '__percpu' of expression
@ 2024-10-23 10:16 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-10-23 10:16 UTC (permalink / raw)
To: cros-kernel-buildreports; +Cc: oe-kbuild-all
tree: https://android.googlesource.com/kernel/common android12-5.10-2024-08
head: bd674d735f838f966d3a1aff5e3eb8a9ef2ad915
commit: 3fcbb15c1a91a318fb9367bee24603af24648a2d [641/30000] ANDROID: android: Create debug_symbols driver
config: i386-randconfig-r113-20241023 (https://download.01.org/0day-ci/archive/20241023/202410231844.jzo32nJs-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241023/202410231844.jzo32nJs-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/202410231844.jzo32nJs-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
>> drivers/android/debug_symbols.c:50:9: sparse: sparse: cast removes address space '__percpu' of expression
vim +/__percpu +50 drivers/android/debug_symbols.c
41
42 /*
43 * ads_per_cpu_entries array contains all the per_cpu variable address information.
44 */
45 static const struct ads_entry ads_per_cpu_entries[ADS_DEBUG_PER_CPU_END] = {
46 #ifdef CONFIG_ARM64
47 ADS_PER_CPU_ENTRY(ADS_IRQ_STACK_PTR, irq_stack_ptr),
48 #endif
49 #ifdef CONFIG_X86
> 50 ADS_PER_CPU_ENTRY(ADS_IRQ_STACK_PTR, hardirq_stack_ptr),
51 #endif
52 };
53
--
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-10-23 10:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-23 10:16 [android-common:android12-5.10-2024-08 641/30000] drivers/android/debug_symbols.c:50:9: sparse: sparse: cast removes address space '__percpu' of expression 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.