summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0048-powerpc-stackprotector-work-around-stack-guard-init-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0048-powerpc-stackprotector-work-around-stack-guard-init-.patch')
-rw-r--r--debian/patches-rt/0048-powerpc-stackprotector-work-around-stack-guard-init-.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0048-powerpc-stackprotector-work-around-stack-guard-init-.patch b/debian/patches-rt/0048-powerpc-stackprotector-work-around-stack-guard-init-.patch
index df6dbe080..ad3e4e486 100644
--- a/debian/patches-rt/0048-powerpc-stackprotector-work-around-stack-guard-init-.patch
+++ b/debian/patches-rt/0048-powerpc-stackprotector-work-around-stack-guard-init-.patch
@@ -1,9 +1,9 @@
-From d2e9a96e5570459dd886f87bf81c7714fb0a2108 Mon Sep 17 00:00:00 2001
+From 6ebe002aae6beb7d1b527670eaf898fc11606ccc Mon Sep 17 00:00:00 2001
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Tue, 26 Mar 2019 18:31:29 +0100
-Subject: [PATCH 48/62] powerpc/stackprotector: work around stack-guard init
+Subject: [PATCH 48/64] powerpc/stackprotector: work around stack-guard init
from atomic
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patches-6.1.69-rt21.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patches-6.1.82-rt27.tar.xz
This is invoked from the secondary CPU in atomic context. On x86 we use
tsc instead. On Power we XOR it against mftb() so lets use stack address
@@ -33,5 +33,5 @@ index 1c8460e23583..b1653c160bab 100644
canary ^= LINUX_VERSION_CODE;
canary &= CANARY_MASK;
--
-2.43.0
+2.44.0