public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
* [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
@ 2026-02-20  0:51 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-02-20  0:51 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: llvm, oe-kbuild-all

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-02-20  0:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-20  0:51 [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 kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox