[GIT,PULL] timers/urgent for v6.8-rc4

Message ID 20240211105013.GAZcimZVIzw1_iPMKe@fat_crate.local
State New
Headers
Series [GIT,PULL] timers/urgent for v6.8-rc4 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/timers_urgent_for_v6.8_rc4

Message

Borislav Petkov Feb. 11, 2024, 10:50 a.m. UTC
  Hi Linus,

please pull a single urgent timers fix for v6.8-rc4.

Thx.

---

The following changes since commit 54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478:

  Linux 6.8-rc3 (2024-02-04 12:20:36 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/timers_urgent_for_v6.8_rc4

for you to fetch changes up to dad6a09f3148257ac1773cd90934d721d68ab595:

  hrtimer: Report offline hrtimer enqueue (2024-02-06 10:56:35 +0100)

----------------------------------------------------------------
- Make sure a warning is issued when a hrtimer gets queued after the
  timers have been migrated on the CPU down path and thus said timer
  will get ignored

----------------------------------------------------------------
Frederic Weisbecker (1):
      hrtimer: Report offline hrtimer enqueue

 include/linux/hrtimer.h | 4 +++-
 kernel/time/hrtimer.c   | 3 +++
 2 files changed, 6 insertions(+), 1 deletion(-)
  

Comments

pr-tracker-bot@kernel.org Feb. 11, 2024, 8 p.m. UTC | #1
The pull request you sent on Sun, 11 Feb 2024 11:50:13 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/timers_urgent_for_v6.8_rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2766f59ca44e517a1d6226979c784b026f0e89c2

Thank you!