diff options
Diffstat (limited to 'debian/patches-rt/0091-um-synchronize-kmsg_dumper.patch')
-rw-r--r-- | debian/patches-rt/0091-um-synchronize-kmsg_dumper.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0091-um-synchronize-kmsg_dumper.patch b/debian/patches-rt/0091-um-synchronize-kmsg_dumper.patch index 88b6f08ca..4fbfc131a 100644 --- a/debian/patches-rt/0091-um-synchronize-kmsg_dumper.patch +++ b/debian/patches-rt/0091-um-synchronize-kmsg_dumper.patch @@ -1,8 +1,8 @@ -From 7790fa6baa700a285007a6e8ddf99393ba72acc2 Mon Sep 17 00:00:00 2001 +From fcdc8135f46459bbeda79bdb25f309407f30d871 Mon Sep 17 00:00:00 2001 From: John Ogness <john.ogness@linutronix.de> Date: Mon, 21 Dec 2020 11:10:03 +0106 Subject: [PATCH 091/323] um: synchronize kmsg_dumper -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 The kmsg_dumper can be called from any context and CPU, possibly from multiple CPUs simultaneously. Since a static buffer is used @@ -18,7 +18,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> 1 file changed, 8 insertions(+) diff --git a/arch/um/kernel/kmsg_dump.c b/arch/um/kernel/kmsg_dump.c -index f38349ad00ea..173999422ed8 100644 +index f38349ad00ead..173999422ed84 100644 --- a/arch/um/kernel/kmsg_dump.c +++ b/arch/um/kernel/kmsg_dump.c @@ -1,5 +1,6 @@ @@ -57,5 +57,5 @@ index f38349ad00ea..173999422ed8 100644 static struct kmsg_dumper kmsg_dumper = { -- -2.43.0 +2.44.0 |