public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC] hrtimer: About the warning message in hrtimer_interrupt()
@ 2021-12-24  2:39 Rei Yamamoto
  2022-02-24  9:28 ` [PATCH] hrtimer: Remove a " Rei Yamamoto
  0 siblings, 1 reply; 9+ messages in thread
From: Rei Yamamoto @ 2021-12-24  2:39 UTC (permalink / raw)
  To: tglx; +Cc: linux-kernel, geert+renesas, yamamoto.rei

When the following warning message of hrtimer_interrupt() is output,
I often ignore it because I don't know what I should do.
-----
kernel/time/hrtimer.c
void hrtimer_interrupt(struct clock_event_device *dev)
{
:
        pr_warn_once("hrtimer: interrupt took %llu ns\n", 
		      ktime_to_ns(delta));
-----

What is the intention of this message?
What action should be required for this warning?

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-12-02 10:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-24  2:39 [RFC] hrtimer: About the warning message in hrtimer_interrupt() Rei Yamamoto
2022-02-24  9:28 ` [PATCH] hrtimer: Remove a " Rei Yamamoto
2022-03-25 19:48   ` Thomas Gleixner
2022-06-24  7:00     ` [PATCH] hrtimer: CPU and entry_time is added to " Rei Yamamoto
2022-06-24  7:09       ` Rei Yamamoto
2022-09-09  5:22         ` Rei Yamamoto
2022-11-07  0:20           ` Rei Yamamoto
2022-12-01 21:30       ` Thomas Gleixner
2022-12-02  9:55         ` Rei Yamamoto

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