summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0239-x86-lazy-preempt-properly-check-against-preempt-mask.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/patches-rt/0239-x86-lazy-preempt-properly-check-against-preempt-mask.patch (renamed from debian/patches-rt/0240-x86-lazy-preempt-properly-check-against-preempt-mask.patch)8
1 files changed, 2 insertions, 6 deletions
diff --git a/debian/patches-rt/0240-x86-lazy-preempt-properly-check-against-preempt-mask.patch b/debian/patches-rt/0239-x86-lazy-preempt-properly-check-against-preempt-mask.patch
index df8346c2d..2c287d8e1 100644
--- a/debian/patches-rt/0240-x86-lazy-preempt-properly-check-against-preempt-mask.patch
+++ b/debian/patches-rt/0239-x86-lazy-preempt-properly-check-against-preempt-mask.patch
@@ -1,9 +1,8 @@
-From 87b957ebbe16c81c7a72161e8d1ab55d0746bd83 Mon Sep 17 00:00:00 2001
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Mon, 18 Feb 2019 16:57:09 +0100
-Subject: [PATCH 240/347] x86: lazy-preempt: properly check against
+Subject: [PATCH 239/342] x86: lazy-preempt: properly check against
preempt-mask
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.246-rt110.tar.xz
+Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=62de1107905ffc4ce432b5192aa4e86cba2ea98b
should_resched() should check against preempt_offset after unmasking the
need-resched-bit. Otherwise should_resched() won't work for
@@ -28,6 +27,3 @@ index 22992c837795..f66708779274 100644
return false;
if (current_thread_info()->preempt_lazy_count)
return false;
---
-2.36.1
-