diff options
Diffstat (limited to 'debian/patches-rt/0087-x86-mm-pat-disable-preemption-__split_large_page-aft.patch')
-rw-r--r-- | debian/patches-rt/0087-x86-mm-pat-disable-preemption-__split_large_page-aft.patch | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/debian/patches-rt/0087-x86-mm-pat-disable-preemption-__split_large_page-aft.patch b/debian/patches-rt/0087-x86-mm-pat-disable-preemption-__split_large_page-aft.patch index 6f9e4c5a0..ef0db33f5 100644 --- a/debian/patches-rt/0087-x86-mm-pat-disable-preemption-__split_large_page-aft.patch +++ b/debian/patches-rt/0087-x86-mm-pat-disable-preemption-__split_large_page-aft.patch @@ -1,9 +1,8 @@ -From 0d3b3e949716c72656373354c9658f523cf369a2 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Date: Tue, 11 Dec 2018 21:53:43 +0100 -Subject: [PATCH 087/347] x86/mm/pat: disable preemption __split_large_page() +Subject: [PATCH 087/342] x86/mm/pat: disable preemption __split_large_page() after spin_lock() -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=ee35c399cafe97f822c232c385f3e5be619dbe9e Commit "x86/mm/pat: Disable preemption around __flush_tlb_all()" added a warning if __flush_tlb_all() is invoked in preemptible context. On !RT @@ -57,6 +56,3 @@ index 101f3ad0d6ad..0b0396261ca1 100644 spin_unlock(&pgd_lock); return 0; --- -2.36.1 - |