All of lore.kernel.org
 help / color / mirror / Atom feed
* [asahilinux:bits/050-nvme 1/1] drivers/nvme/host/apple.c:216:14: sparse: sparse: symbol 'flush_interval' was not declared. Should it be static?
@ 2026-06-30  0:59 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-06-30  0:59 UTC (permalink / raw)
  To: Jens Axboe; +Cc: oe-kbuild-all, Janne Grunau

tree:   https://github.com/AsahiLinux/linux bits/050-nvme
head:   801c12513602572d32acfb884a854d518489db7a
commit: 801c12513602572d32acfb884a854d518489db7a [1/1] apple-nvme: defer cache flushes by a specified amount
config: riscv-randconfig-r132-20260630 (https://download.01.org/0day-ci/archive/20260630/202606300825.ezsxC4CI-lkp@intel.com/config)
compiler: clang version 23.0.0git (https://github.com/llvm/llvm-project 6cc609bb250b21b47fc7d394b4019101e9983597)
sparse: v0.6.5-rc1
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260630/202606300825.ezsxC4CI-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/202606300825.ezsxC4CI-lkp@intel.com/

sparse warnings: (new ones prefixed by >>)
   WARNING: invalid argument to '-march': '_zacas_zabha'
>> drivers/nvme/host/apple.c:216:14: sparse: sparse: symbol 'flush_interval' was not declared. Should it be static?

vim +/flush_interval +216 drivers/nvme/host/apple.c

   215	
 > 216	unsigned int flush_interval = 1000;
   217	module_param(flush_interval, uint, 0644);
   218	MODULE_PARM_DESC(flush_interval, "Grace period in msecs between flushes");
   219	

--
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-06-30  1:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-30  0:59 [asahilinux:bits/050-nvme 1/1] drivers/nvme/host/apple.c:216:14: sparse: sparse: symbol 'flush_interval' 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.