summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0014-tick-Fix-timer-storm-since-introduction-of-timersd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0014-tick-Fix-timer-storm-since-introduction-of-timersd.patch')
-rw-r--r--debian/patches-rt/0014-tick-Fix-timer-storm-since-introduction-of-timersd.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches-rt/0014-tick-Fix-timer-storm-since-introduction-of-timersd.patch b/debian/patches-rt/0014-tick-Fix-timer-storm-since-introduction-of-timersd.patch
index 11eeed939..d6f4c894e 100644
--- a/debian/patches-rt/0014-tick-Fix-timer-storm-since-introduction-of-timersd.patch
+++ b/debian/patches-rt/0014-tick-Fix-timer-storm-since-introduction-of-timersd.patch
@@ -1,8 +1,8 @@
-From ae3e63c4320c0c2d3865ba8ecff64a6d03948ce7 Mon Sep 17 00:00:00 2001
+From 4198b74f0e8708aae4d35f92853c006348b773b5 Mon Sep 17 00:00:00 2001
From: Frederic Weisbecker <frederic@kernel.org>
Date: Tue, 5 Apr 2022 03:07:52 +0200
-Subject: [PATCH 14/62] tick: Fix timer storm since introduction of timersd
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patches-6.1.69-rt21.tar.xz
+Subject: [PATCH 14/64] tick: Fix timer storm since introduction of timersd
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patches-6.1.82-rt27.tar.xz
If timers are pending while the tick is reprogrammed on nohz_mode, the
next expiry is not armed to fire now, it is delayed one jiffy forward
@@ -99,7 +99,7 @@ index 1892af494cdd..ab1fe34326ba 100644
static void wake_timersd(void)
{
diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c
-index 798e1841d286..b52e1861b913 100644
+index 8cfdc6b978d7..48fd460a5d0e 100644
--- a/kernel/time/tick-sched.c
+++ b/kernel/time/tick-sched.c
@@ -800,7 +800,7 @@ static void tick_nohz_restart(struct tick_sched *ts, ktime_t now)
@@ -112,5 +112,5 @@ index 798e1841d286..b52e1861b913 100644
static ktime_t tick_nohz_next_event(struct tick_sched *ts, int cpu)
--
-2.43.0
+2.44.0