* [android-common:android13-5.10 1/1] drivers/android/debug_symbols.c:47:9: sparse: sparse: cast removes address space '__percpu' of expression
@ 2025-12-29 22:40 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2025-12-29 22:40 UTC (permalink / raw)
To: cros-kernel-buildreports; +Cc: oe-kbuild-all
tree: https://android.googlesource.com/kernel/common android13-5.10
head: a0f93b828ee5433c5b427d8122a6dda0b514d985
commit: 3fcbb15c1a91a318fb9367bee24603af24648a2d [1/1] ANDROID: android: Create debug_symbols driver
config: arm64-randconfig-r122-20251224 (https://download.01.org/0day-ci/archive/20251230/202512300652.30m8OYJ9-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 12.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251230/202512300652.30m8OYJ9-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/202512300652.30m8OYJ9-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
>> drivers/android/debug_symbols.c:47:9: sparse: sparse: cast removes address space '__percpu' of expression
vim +/__percpu +47 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] 2+ messages in thread
* [android-common:android13-5.10 1/1] drivers/android/debug_symbols.c:47:9: sparse: sparse: cast removes address space '__percpu' of expression
@ 2026-01-03 9:10 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2026-01-03 9:10 UTC (permalink / raw)
To: cros-kernel-buildreports; +Cc: oe-kbuild-all
tree: https://android.googlesource.com/kernel/common android13-5.10
head: a0f93b828ee5433c5b427d8122a6dda0b514d985
commit: 3fcbb15c1a91a318fb9367bee24603af24648a2d [1/1] ANDROID: android: Create debug_symbols driver
config: arm64-randconfig-r122-20251224 (https://download.01.org/0day-ci/archive/20260103/202601031654.njxoymFh-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 12.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260103/202601031654.njxoymFh-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/202601031654.njxoymFh-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
>> drivers/android/debug_symbols.c:47:9: sparse: sparse: cast removes address space '__percpu' of expression
vim +/__percpu +47 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] 2+ messages in thread
end of thread, other threads:[~2026-01-03 9:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-29 22:40 [android-common:android13-5.10 1/1] drivers/android/debug_symbols.c:47:9: sparse: sparse: cast removes address space '__percpu' of expression kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2026-01-03 9:10 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.