From: kernel test robot <lkp@intel.com>
To: Frederic Weisbecker <frederic@kernel.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
Heiko Carstens <hca@linux.ibm.com>
Subject: [frederic-dynticks:timers/core-v4 6/15] arch/s390/kernel/vtime.c:247:15: error: too few arguments to function call, single argument 'tsk' was not specified
Date: Thu, 07 May 2026 23:06:14 +0800 [thread overview]
Message-ID: <202605072254.m5zoMdRY-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git timers/core-v4
head: 4c91a3f3d50ec8ceda89c083db92beb25a5526ee
commit: 63c65224d76c60da9e25ae962223d2fd5565c45e [6/15] s390/time: Prepare to stop elapsing in dynticks-idle
config: s390-allnoconfig (https://download.01.org/0day-ci/archive/20260507/202605072254.m5zoMdRY-lkp@intel.com/config)
compiler: clang version 23.0.0git (https://github.com/llvm/llvm-project 5bac06718f502014fade905512f1d26d578a18f3)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260507/202605072254.m5zoMdRY-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/202605072254.m5zoMdRY-lkp@intel.com/
All errors (new ones prefixed by >>):
>> arch/s390/kernel/vtime.c:247:15: error: too few arguments to function call, single argument 'tsk' was not specified
247 | vtime_flush();
| ~~~~~~~~~~~ ^
arch/s390/kernel/vtime.c:203:6: note: 'vtime_flush' declared here
203 | void vtime_flush(struct task_struct *tsk)
| ^ ~~~~~~~~~~~~~~~~~~~~~~~
arch/s390/kernel/vtime.c:260:15: error: too few arguments to function call, single argument 'tsk' was not specified
260 | vtime_flush();
| ~~~~~~~~~~~ ^
arch/s390/kernel/vtime.c:203:6: note: 'vtime_flush' declared here
203 | void vtime_flush(struct task_struct *tsk)
| ^ ~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
vim +/tsk +247 arch/s390/kernel/vtime.c
241
242 void vtime_account_softirq(struct task_struct *tsk)
243 {
244 if (!__this_cpu_read(s390_idle.idle_dyntick))
245 get_lowcore()->softirq_timer += vtime_delta();
246 else
> 247 vtime_flush();
248 }
249
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2026-05-07 15:07 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=202605072254.m5zoMdRY-lkp@intel.com \
--to=lkp@intel.com \
--cc=frederic@kernel.org \
--cc=hca@linux.ibm.com \
--cc=llvm@lists.linux.dev \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox