summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0193-efi-Allow-efi-runtime.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-08 17:45:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-08 17:45:36 +0000
commit429d3efd5669e129a6168d62edb6832e36b7a2a0 (patch)
tree14b99403f823ded018ba76aa450e8687247796b8 /debian/patches-rt/0193-efi-Allow-efi-runtime.patch
parentMerging upstream version 5.10.216. (diff)
downloadlinux-429d3efd5669e129a6168d62edb6832e36b7a2a0.tar.xz
linux-429d3efd5669e129a6168d62edb6832e36b7a2a0.zip
Adding debian version 5.10.216-1.debian/5.10.216-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/patches-rt/0193-efi-Allow-efi-runtime.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0193-efi-Allow-efi-runtime.patch b/debian/patches-rt/0193-efi-Allow-efi-runtime.patch
index f52a8c240..c87127b8e 100644
--- a/debian/patches-rt/0193-efi-Allow-efi-runtime.patch
+++ b/debian/patches-rt/0193-efi-Allow-efi-runtime.patch
@@ -1,8 +1,8 @@
-From 712d19894b0524bdc524334f6d76babef13db194 Mon Sep 17 00:00:00 2001
+From 14e8e26cecda340029684a9e960739fd4291678d Mon Sep 17 00:00:00 2001
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Thu, 26 Jul 2018 15:06:10 +0200
Subject: [PATCH 193/323] efi: Allow efi=runtime
-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
In case the command line option "efi=noruntime" is default at built-time, the user
could overwrite its state by `efi=runtime' and allow it again.
@@ -14,7 +14,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
1 file changed, 3 insertions(+)
diff --git a/drivers/firmware/efi/efi.c b/drivers/firmware/efi/efi.c
-index 8d390091203f..8589df0e8c1f 100644
+index 8d390091203fc..8589df0e8c1fc 100644
--- a/drivers/firmware/efi/efi.c
+++ b/drivers/firmware/efi/efi.c
@@ -97,6 +97,9 @@ static int __init parse_efi_cmdline(char *str)
@@ -28,5 +28,5 @@ index 8d390091203f..8589df0e8c1f 100644
set_bit(EFI_MEM_NO_SOFT_RESERVE, &efi.flags);
--
-2.43.0
+2.44.0