summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0030-highmem-Make-DEBUG_HIGHMEM-functional.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0030-highmem-Make-DEBUG_HIGHMEM-functional.patch')
-rw-r--r--debian/patches-rt/0030-highmem-Make-DEBUG_HIGHMEM-functional.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0030-highmem-Make-DEBUG_HIGHMEM-functional.patch b/debian/patches-rt/0030-highmem-Make-DEBUG_HIGHMEM-functional.patch
index 139157832..d3351a68c 100644
--- a/debian/patches-rt/0030-highmem-Make-DEBUG_HIGHMEM-functional.patch
+++ b/debian/patches-rt/0030-highmem-Make-DEBUG_HIGHMEM-functional.patch
@@ -1,8 +1,8 @@
-From 4c9348bc5b225c2de1552b059787335345d30d2c Mon Sep 17 00:00:00 2001
+From e5a80ff0a9d48da992d62b6e25b25eb255b4c20e Mon Sep 17 00:00:00 2001
From: Thomas Gleixner <tglx@linutronix.de>
Date: Tue, 3 Nov 2020 10:27:19 +0100
Subject: [PATCH 030/323] highmem: Make DEBUG_HIGHMEM functional
-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
For some obscure reason when CONFIG_DEBUG_HIGHMEM is enabled the stack
depth is increased from 20 to 41. But the only thing DEBUG_HIGHMEM does is
@@ -23,7 +23,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/mm/highmem.c b/mm/highmem.c
-index bb4ce13ee7e7..67d2d5983cb0 100644
+index bb4ce13ee7e77..67d2d5983cb06 100644
--- a/mm/highmem.c
+++ b/mm/highmem.c
@@ -376,9 +376,19 @@ EXPORT_SYMBOL(kunmap_high);
@@ -57,5 +57,5 @@ index bb4ce13ee7e7..67d2d5983cb0 100644
BUG_ON(idx < 0);
}
--
-2.43.0
+2.44.0