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

Message ID 20240128101735.GAZbYpvzDZ-T5aIXm8@fat_crate.local
State New
Headers
Series [GIT,PULL] timers/urgent for v6.8-rc2 |

Pull-request

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

Message

Borislav Petkov Jan. 28, 2024, 10:17 a.m. UTC
  Hi Linus,

please pull two urgent timers fixes for v6.8-rc2.

Thx.

---

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

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_rc2

for you to fetch changes up to 9a574ea9069be30b835a3da772c039993c43369b:

  tick/sched: Preserve number of idle sleeps across CPU hotplug events (2024-01-25 09:52:40 +0100)

----------------------------------------------------------------
- Preserve the number of idle calls and sleep entries across CPU hotplug
  events in order to be able to compute correct averages

- Limit the duration of the clocksource watchdog checking interval as
  too long intervals lead to wrongly marking the TSC as unstable

----------------------------------------------------------------
Jiri Wiesner (1):
      clocksource: Skip watchdog check for large watchdog intervals

Tim Chen (1):
      tick/sched: Preserve number of idle sleeps across CPU hotplug events

 kernel/time/clocksource.c | 25 ++++++++++++++++++++++++-
 kernel/time/tick-sched.c  |  5 +++++
 2 files changed, 29 insertions(+), 1 deletion(-)
  

Comments

pr-tracker-bot@kernel.org Jan. 28, 2024, 6:47 p.m. UTC | #1
The pull request you sent on Sun, 28 Jan 2024 11:17:35 +0100:

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

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

Thank you!