From: kernel test robot <lkp@intel.com>
To: Thomas Gleixner <tglx@kernel.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: [tglx-devel:sched/hrtick 25/42] kernel/time/hrtimer.c:1252:40: error: too many arguments to function call, expected single argument 'is_local', have 3 arguments
Date: Fri, 20 Feb 2026 08:51:00 +0800 [thread overview]
Message-ID: <202602200859.o15feb9K-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tglx/devel.git sched/hrtick
head: 999dcca32838c24ad84b897eff67f18554b21aa2
commit: 8a407a52a7bbadb7e60638bdc055bdf5cc8a3311 [25/42] hrtimer: Optimize for local timers
config: x86_64-allnoconfig (https://download.01.org/0day-ci/archive/20260220/202602200859.o15feb9K-lkp@intel.com/config)
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260220/202602200859.o15feb9K-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/202602200859.o15feb9K-lkp@intel.com/
All errors (new ones prefixed by >>):
>> kernel/time/hrtimer.c:1252:40: error: too many arguments to function call, expected single argument 'is_local', have 3 arguments
1252 | return hrtimer_prefer_local(is_local, is_first, is_pinned);
| ~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~
kernel/time/hrtimer.c:1239:29: note: 'hrtimer_prefer_local' declared here
1239 | static __always_inline bool hrtimer_prefer_local(bool is_local)
| ^ ~~~~~~~~~~~~~
1 error generated.
vim +/is_local +1252 kernel/time/hrtimer.c
1244
1245 static inline bool hrtimer_keep_base(struct hrtimer *timer, bool is_local, bool is_first,
1246 bool is_pinned)
1247 {
1248 /* If the timer is running the callback it has to stay on its CPU base. */
1249 if (unlikely(timer->base->running == timer))
1250 return true;
1251
> 1252 return hrtimer_prefer_local(is_local, is_first, is_pinned);
1253 }
1254
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2026-02-20 0:51 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=202602200859.o15feb9K-lkp@intel.com \
--to=lkp@intel.com \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=tglx@kernel.org \
/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