From: kernel test robot <lkp@intel.com>
To: cros-kernel-buildreports@googlegroups.com
Cc: oe-kbuild-all@lists.linux.dev
Subject: [android-common:android13-5.10 1/1] drivers/android/debug_symbols.c:47:9: sparse: sparse: cast removes address space '__percpu' of expression
Date: Tue, 30 Dec 2025 06:40:29 +0800 [thread overview]
Message-ID: <202512300652.30m8OYJ9-lkp@intel.com> (raw)
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
next reply other threads:[~2025-12-29 22:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-29 22:40 kernel test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-01-03 9:10 [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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202512300652.30m8OYJ9-lkp@intel.com \
--to=lkp@intel.com \
--cc=cros-kernel-buildreports@googlegroups.com \
--cc=oe-kbuild-all@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.