All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Jens Axboe <axboe@kernel.dk>
Cc: oe-kbuild-all@lists.linux.dev, Janne Grunau <j@jannau.net>
Subject: [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?
Date: Tue, 30 Jun 2026 08:59:52 +0800	[thread overview]
Message-ID: <202606300825.ezsxC4CI-lkp@intel.com> (raw)

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

                 reply	other threads:[~2026-06-30  1:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202606300825.ezsxC4CI-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=axboe@kernel.dk \
    --cc=j@jannau.net \
    --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.