diff options
Diffstat (limited to 'debian/patches-rt/0319-Revert-mm-page_alloc-fix-potential-deadlock-on-zonel.patch')
-rw-r--r-- | debian/patches-rt/0319-Revert-mm-page_alloc-fix-potential-deadlock-on-zonel.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/patches-rt/0319-Revert-mm-page_alloc-fix-potential-deadlock-on-zonel.patch b/debian/patches-rt/0319-Revert-mm-page_alloc-fix-potential-deadlock-on-zonel.patch index 1872b2fc8..1129b9a28 100644 --- a/debian/patches-rt/0319-Revert-mm-page_alloc-fix-potential-deadlock-on-zonel.patch +++ b/debian/patches-rt/0319-Revert-mm-page_alloc-fix-potential-deadlock-on-zonel.patch @@ -1,9 +1,9 @@ -From 59fc9fa59a8a6eaa1456e7a3035b10152a9e6d94 Mon Sep 17 00:00:00 2001 +From 5e88068a06c4b48d12b30b00963c11e7d92139f8 Mon Sep 17 00:00:00 2001 From: "Luis Claudio R. Goncalves" <lgoncalv@redhat.com> Date: Thu, 8 Jun 2023 19:47:25 -0300 Subject: [PATCH 319/323] Revert "mm/page_alloc: fix potential deadlock on zonelist_update_seqseqlock" -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.204-rt100.tar.xz +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.215-rt107.tar.xz This reverts commit a992c387b41186ab968fd176ca26b432b05c53ec. @@ -24,10 +24,10 @@ Signed-off-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com> 1 file changed, 16 deletions(-) diff --git a/mm/page_alloc.c b/mm/page_alloc.c -index c5eb7d6844ae..39d1782b398f 100644 +index 16200cbddaf1c..8060c788f63fe 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c -@@ -6043,21 +6043,7 @@ static void __build_all_zonelists(void *data) +@@ -6045,21 +6045,7 @@ static void __build_all_zonelists(void *data) int nid; int __maybe_unused cpu; pg_data_t *self = data; @@ -49,7 +49,7 @@ index c5eb7d6844ae..39d1782b398f 100644 write_seqlock(&zonelist_update_seq); #ifdef CONFIG_NUMA -@@ -6092,8 +6078,6 @@ static void __build_all_zonelists(void *data) +@@ -6094,8 +6080,6 @@ static void __build_all_zonelists(void *data) } write_sequnlock(&zonelist_update_seq); @@ -59,5 +59,5 @@ index c5eb7d6844ae..39d1782b398f 100644 static noinline void __init -- -2.43.0 +2.44.0 |