All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	Thomas Gleixner <tglx@linutronix.de>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Anna-Maria Behnsen <anna-maria@linutronix.de>,
	Frederic Weisbecker <frederic@kernel.org>
Subject: [GIT PULL] timer subsystem fixes
Date: Tue, 23 Jun 2026 19:18:45 +0200	[thread overview]
Message-ID: <ajq_9UHgctnGCfGw@gmail.com> (raw)

Linus,

Please pull the latest timers/urgent Git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-urgent-2026-06-23

for you to fetch changes up to 269f2b43fae692d1f3988c9f888a6301aa537b82:

Miscellaneous timer fixes:

 - Fix timekeeping locking order bug in the timekeeping init code
   (Mikhail Gavrilov)

 - Fix u64 multiplication bug in the posix-cpu-timers code
   on 32-bit kernels (Zhan Xusheng)

 - Fix macro name in comment block (Ethan Nelson-Moore)

 - Fix off-by-one bug in the compat settimeofday() usecs
   validation code (Wang Yan)

 Thanks,

	Ingo

------------------>
Ethan Nelson-Moore (1):
      hrtimer: Correct CONFIG_NO_HZ_COMMON macro name in comment

Mikhail Gavrilov (1):
      timekeeping: Register default clocksource before taking tk_core.lock

Wang Yan (1):
      time: Fix off-by-one in compat settimeofday() usec validation

Zhan Xusheng (1):
      posix-cpu-timers: Use u64 multiplication in update_rlimit_cpu()


 kernel/time/hrtimer.c          | 2 +-
 kernel/time/posix-cpu-timers.c | 2 +-
 kernel/time/time.c             | 2 +-
 kernel/time/timekeeping.c      | 7 ++++---
 4 files changed, 7 insertions(+), 6 deletions(-)

             reply	other threads:[~2026-06-23 17:18 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-23 17:18 Ingo Molnar [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-06-07  5:07 [GIT PULL] timer subsystem fixes Ingo Molnar
2026-06-07 20:43 ` pr-tracker-bot
2026-01-24  9:38 Ingo Molnar
2026-01-24 18:00 ` pr-tracker-bot
2025-11-23  7:58 Ingo Molnar
2025-11-23 16:26 ` pr-tracker-bot
2025-05-11  7:49 Ingo Molnar
2025-05-11 18:40 ` pr-tracker-bot
2025-05-04  7:26 Ingo Molnar
2025-05-04  7:34 ` Ingo Molnar

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=ajq_9UHgctnGCfGw@gmail.com \
    --to=mingo@kernel.org \
    --cc=anna-maria@linutronix.de \
    --cc=daniel.lezcano@linaro.org \
    --cc=frederic@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peterz@infradead.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.