Files
Sebastian Andrzej Siewior b34005aafa powerpc/stackprotector: work around stack-guard init from atomic
BugLink: https://bugs.launchpad.net/bugs/2060704

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
as the initial value.

Cc: stable-rt@vger.kernel.org
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Kevin Becker <kevin.becker@canonical.com>
2025-06-25 11:17:17 -04:00
..