summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0061-mm-highmem-Take-kmap_high_get-properly-into-account.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0061-mm-highmem-Take-kmap_high_get-properly-into-account.patch')
-rw-r--r--debian/patches-rt/0061-mm-highmem-Take-kmap_high_get-properly-into-account.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0061-mm-highmem-Take-kmap_high_get-properly-into-account.patch b/debian/patches-rt/0061-mm-highmem-Take-kmap_high_get-properly-into-account.patch
index 5970ff263..a08fe6f47 100644
--- a/debian/patches-rt/0061-mm-highmem-Take-kmap_high_get-properly-into-account.patch
+++ b/debian/patches-rt/0061-mm-highmem-Take-kmap_high_get-properly-into-account.patch
@@ -1,9 +1,9 @@
-From 3df53841fc978eae47eb80dbb4ccaefa880589a7 Mon Sep 17 00:00:00 2001
+From f70839221e9cac6f0e4b3a990bd1f5105a9e62f9 Mon Sep 17 00:00:00 2001
From: Thomas Gleixner <tglx@linutronix.de>
Date: Thu, 12 Nov 2020 11:59:32 +0100
Subject: [PATCH 061/323] mm/highmem: Take kmap_high_get() properly into
account
-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
kunmap_local() warns when the virtual address to unmap is below
PAGE_OFFSET. This is correct except for the case that the mapping was
@@ -27,7 +27,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
1 file changed, 13 insertions(+), 6 deletions(-)
diff --git a/mm/highmem.c b/mm/highmem.c
-index 8db577e5290c..72b9a2d95c72 100644
+index 8db577e5290cc..72b9a2d95c72a 100644
--- a/mm/highmem.c
+++ b/mm/highmem.c
@@ -422,12 +422,15 @@ static inline void *arch_kmap_local_high_get(struct page *page)
@@ -68,5 +68,5 @@ index 8db577e5290c..72b9a2d95c72 100644
}
--
-2.43.0
+2.44.0