summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0003-sched-Consider-task_struct-saved_state-in-wait_task_.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0003-sched-Consider-task_struct-saved_state-in-wait_task_.patch')
-rw-r--r--debian/patches-rt/0003-sched-Consider-task_struct-saved_state-in-wait_task_.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0003-sched-Consider-task_struct-saved_state-in-wait_task_.patch b/debian/patches-rt/0003-sched-Consider-task_struct-saved_state-in-wait_task_.patch
index 933385ab9..81cd51a2b 100644
--- a/debian/patches-rt/0003-sched-Consider-task_struct-saved_state-in-wait_task_.patch
+++ b/debian/patches-rt/0003-sched-Consider-task_struct-saved_state-in-wait_task_.patch
@@ -1,9 +1,9 @@
-From e4742fc784660e012dc23090a72614bf1f9a0ca1 Mon Sep 17 00:00:00 2001
+From e5c3cf2a67b2d4ff5b85ad7842ee1161378193b4 Mon Sep 17 00:00:00 2001
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Wed, 22 Jun 2022 12:27:05 +0200
-Subject: [PATCH 03/62] sched: Consider task_struct::saved_state in
+Subject: [PATCH 03/64] sched: Consider task_struct::saved_state in
wait_task_inactive().
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patches-6.1.69-rt21.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patches-6.1.82-rt27.tar.xz
Ptrace is using wait_task_inactive() to wait for the tracee to reach a
certain task state. On PREEMPT_RT that state may be stored in
@@ -148,5 +148,5 @@ index 18a4f8f28a25..6bd06122850a 100644
set_current_state(TASK_UNINTERRUPTIBLE);
--
-2.43.0
+2.44.0