* [android-common:android-mainline-riscv64 0/1] fs/incfs/main.c:15:25: sparse: sparse: symbol 'incfs_fs_type' was not declared. Should it be static?
@ 2026-07-03 4:45 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-07-03 4:45 UTC (permalink / raw)
To: cros-kernel-buildreports; +Cc: oe-kbuild-all
tree: https://android.googlesource.com/kernel/common android-mainline-riscv64
head: 9468bbec962e3f0fc30ebc511ea7f30789240293
commit: 84cf0402d4ab98f85c4a366b78bb12efd230efc7 [0/1] ANDROID: incfs: Use new mount APIs
config: x86_64-randconfig-123 (https://download.01.org/0day-ci/archive/20260703/202607031223.E8kM1NFq-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
sparse: v0.6.5-rc1
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260703/202607031223.E8kM1NFq-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/202607031223.E8kM1NFq-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
>> fs/incfs/main.c:15:25: sparse: sparse: symbol 'incfs_fs_type' was not declared. Should it be static?
vim +/incfs_fs_type +15 fs/incfs/main.c
14
> 15 struct file_system_type incfs_fs_type = {
16 .owner = THIS_MODULE,
17 .name = INCFS_NAME,
18 .init_fs_context = incfs_init_fs_context,
19 .parameters = incfs_param_specs,
20 .kill_sb = incfs_kill_sb,
21 .fs_flags = 0
22 };
23
--
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:[~2026-07-03 4:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-03 4:45 [android-common:android-mainline-riscv64 0/1] fs/incfs/main.c:15:25: sparse: sparse: symbol 'incfs_fs_type' was not declared. Should it be static? 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.