[PATCH 0/3] x86 bugfixes for LTO
From: Arnd Bergmann
Date: Fri Feb 02 2018 - 09:54:59 EST
Here are three bugfixes for x86 that I needed to get LTO-enabled
kernels to build reliably. I'm not sure abouto that first one
though.
None of these are urgent, as they don't show up in mainline
kernels and they don't indicate serious problems.
Arnd Bergmann (3):
x86: dumpstack: avoid uninitialized variable
x86: fix swsusp_arch_resume prototype
x86: error_inject: make just_return_func globally visible
arch/x86/kernel/dumpstack.c | 2 +-
arch/x86/lib/error-inject.c | 1 +
arch/x86/power/hibernate_32.c | 2 +-
arch/x86/power/hibernate_64.c | 2 +-
include/linux/suspend.h | 2 ++
kernel/power/power.h | 3 ---
6 files changed, 6 insertions(+), 6 deletions(-)
--
2.9.0