diff options
Diffstat (limited to 'debian/patches-rt/0220-x86-crypto-Reduce-preempt-disabled-regions.patch')
-rw-r--r-- | debian/patches-rt/0220-x86-crypto-Reduce-preempt-disabled-regions.patch | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/debian/patches-rt/0220-x86-crypto-Reduce-preempt-disabled-regions.patch b/debian/patches-rt/0220-x86-crypto-Reduce-preempt-disabled-regions.patch index eeb0ae4e6..38357c7ba 100644 --- a/debian/patches-rt/0220-x86-crypto-Reduce-preempt-disabled-regions.patch +++ b/debian/patches-rt/0220-x86-crypto-Reduce-preempt-disabled-regions.patch @@ -1,8 +1,7 @@ -From 795856da132e0e41e6ba20d6020b7016f23159cf Mon Sep 17 00:00:00 2001 From: Peter Zijlstra <peterz@infradead.org> Date: Mon, 14 Nov 2011 18:19:27 +0100 -Subject: [PATCH 220/347] x86: crypto: Reduce preempt disabled regions -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.246-rt110.tar.xz +Subject: [PATCH 220/342] x86: crypto: Reduce preempt disabled regions +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=d4fad8b937dfa74e2ccba8a8e492be8f8249cc9c Restrict the preempt disabled regions to the actual floating point operations and enable preemption for the administrative actions. @@ -113,6 +112,3 @@ index 917f25e4d0a8..58d8c03fc32d 100644 return err; } --- -2.36.1 - |