[GIT,PULL] timers/urgent for v6.7-rc2

Message ID 20231119130421.GDZVoH1TocfbiUjKfA@fat_crate.local
State New
Headers
Series [GIT,PULL] timers/urgent for v6.7-rc2 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/timers_urgent_for_v6.7_rc2

Message

Borislav Petkov Nov. 19, 2023, 1:04 p.m. UTC
  Hi Linus,

please pull a single urgent timers fix for 6.7.

Thx.

---

The following changes since commit ffc253263a1375a65fa6c9f62a893e9767fbebfa:

  Linux 6.6 (2023-10-29 16:31:08 -1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/timers_urgent_for_v6.7_rc2

for you to fetch changes up to 5c0930ccaad5a74d74e8b18b648c5eb21ed2fe94:

  hrtimers: Push pending hrtimers away from outgoing CPU earlier (2023-11-11 18:06:42 +0100)

----------------------------------------------------------------
- Do the push of pending hrtimers away from a CPU which is being
  offlined earlier in the offlining process in order to prevent
  a deadlock

----------------------------------------------------------------
Thomas Gleixner (1):
      hrtimers: Push pending hrtimers away from outgoing CPU earlier

 include/linux/cpuhotplug.h |  1 +
 include/linux/hrtimer.h    |  4 ++--
 kernel/cpu.c               |  8 +++++++-
 kernel/time/hrtimer.c      | 33 ++++++++++++---------------------
 4 files changed, 22 insertions(+), 24 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Nov. 19, 2023, 10:03 p.m. UTC | #1
The pull request you sent on Sun, 19 Nov 2023 14:04:21 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/timers_urgent_for_v6.7_rc2

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

Thank you!