From fbc787c3fed74f9a310515aed1d2d274e2a5e14e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 12:10:52 +0200 Subject: Merging debian version 6.1.82-1. Signed-off-by: Daniel Baumann --- ...033-x86-entry-Use-should_resched-in-idtentry_exit_cond_r.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/patches-rt/0033-x86-entry-Use-should_resched-in-idtentry_exit_cond_r.patch') diff --git a/debian/patches-rt/0033-x86-entry-Use-should_resched-in-idtentry_exit_cond_r.patch b/debian/patches-rt/0033-x86-entry-Use-should_resched-in-idtentry_exit_cond_r.patch index 69ddd41b3..fee900917 100644 --- a/debian/patches-rt/0033-x86-entry-Use-should_resched-in-idtentry_exit_cond_r.patch +++ b/debian/patches-rt/0033-x86-entry-Use-should_resched-in-idtentry_exit_cond_r.patch @@ -1,9 +1,9 @@ -From 37719a07083b68dad1449227e9fe66e8e6c9f2b6 Mon Sep 17 00:00:00 2001 +From 81c7a4f07d75acdc0e6b46fd76e1b99707fa13b2 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior Date: Tue, 30 Jun 2020 11:45:14 +0200 -Subject: [PATCH 33/62] x86/entry: Use should_resched() in +Subject: [PATCH 33/64] x86/entry: Use should_resched() in idtentry_exit_cond_resched() -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 The TIF_NEED_RESCHED bit is inlined on x86 into the preemption counter. By using should_resched(0) instead of need_resched() the same check can @@ -32,5 +32,5 @@ index be61332c66b5..97ff5faad4fb 100644 } } -- -2.43.0 +2.44.0 -- cgit v1.2.3