summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0073-Split-IRQ-off-and-zone-lock-while-freeing-pages-from.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-08 04:17:46 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-08 04:17:58 +0000
commitbefd7d6833514b1396e87fdff689ce8be3ad4ab1 (patch)
tree279aa396beb362a9f4c449a1fb0ed5062c2444d3 /debian/patches-rt/0073-Split-IRQ-off-and-zone-lock-while-freeing-pages-from.patch
parentMerging upstream version 4.19.289. (diff)
downloadlinux-befd7d6833514b1396e87fdff689ce8be3ad4ab1.tar.xz
linux-befd7d6833514b1396e87fdff689ce8be3ad4ab1.zip
Merging debian version 4.19.289-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/patches-rt/0073-Split-IRQ-off-and-zone-lock-while-freeing-pages-from.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches-rt/0073-Split-IRQ-off-and-zone-lock-while-freeing-pages-from.patch b/debian/patches-rt/0073-Split-IRQ-off-and-zone-lock-while-freeing-pages-from.patch
index 5d5b67729..458e3a160 100644
--- a/debian/patches-rt/0073-Split-IRQ-off-and-zone-lock-while-freeing-pages-from.patch
+++ b/debian/patches-rt/0073-Split-IRQ-off-and-zone-lock-while-freeing-pages-from.patch
@@ -2,7 +2,7 @@ From: Peter Zijlstra <peterz@infradead.org>
Date: Mon, 28 May 2018 15:24:21 +0200
Subject: [PATCH 073/353] Split IRQ-off and zone->lock while freeing pages from
PCP list #2
-Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=bd91ba53f0f96f7f7fffe763ae93d2afa8fd62cd
+Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=b2652116a3528f3658deb5a4dd32c704552b1080
Split the IRQ-off section while accessing the PCP list from zone->lock
while freeing pages.
@@ -17,7 +17,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
1 file changed, 50 insertions(+), 10 deletions(-)
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
-index 7b48a742f235..ea7c80e38b83 100644
+index d5fc6a1c79a5..3b8613c96940 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -1106,8 +1106,8 @@ static inline void prefetch_buddy(struct page *page)