public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Peter Zijlstra <peterz@infradead.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: [peterz-queue:sched/hrtick 3/4] kernel/time/hrtimer.c:1991:20: error: use of undeclared identifier 'TIF_REARM'
Date: Mon, 24 Mar 2025 22:28:26 +0800	[thread overview]
Message-ID: <202503242205.mSkjeC9O-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git sched/hrtick
head:   adf71785ae176daaf2d8c0de6cac055d18c35d96
commit: a88605da40649a8343a20b492a5ebed89e25fcb8 [3/4] entry,hrtimer,x86: Push reprogramming timers into the interrupt return path
config: hexagon-randconfig-002-20250324 (https://download.01.org/0day-ci/archive/20250324/202503242205.mSkjeC9O-lkp@intel.com/config)
compiler: clang version 21.0.0git (https://github.com/llvm/llvm-project c2692afc0a92cd5da140dfcdfff7818a5b8ce997)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250324/202503242205.mSkjeC9O-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/202503242205.mSkjeC9O-lkp@intel.com/

All errors (new ones prefixed by >>):

>> kernel/time/hrtimer.c:1991:20: error: use of undeclared identifier 'TIF_REARM'
    1991 |         clear_thread_flag(TIF_REARM);
         |                           ^
   1 error generated.


vim +/TIF_REARM +1991 kernel/time/hrtimer.c

  1980	
  1981	void hrtimer_rearm(void)
  1982	{
  1983		struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
  1984		unsigned long flags;
  1985		ktime_t now;
  1986	
  1987		raw_spin_lock_irqsave(&cpu_base->lock, flags);
  1988		now = hrtimer_update_base(cpu_base);
  1989		__hrtimer_rearm(cpu_base, now);
  1990		raw_spin_unlock_irqrestore(&cpu_base->lock, flags);
> 1991		clear_thread_flag(TIF_REARM);
  1992	}
  1993	#endif /* !CONFIG_HIGH_RES_TIMERS */
  1994	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

                 reply	other threads:[~2025-03-24 14:29 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=202503242205.mSkjeC9O-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=llvm@lists.linux.dev \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=peterz@infradead.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