]> git.itanic.dy.fi Git - linux-stable/commit
x86/init: Initialize signal frame size late
authorThomas Gleixner <tglx@linutronix.de>
Tue, 1 Aug 2023 14:36:25 +0000 (16:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Aug 2023 18:03:47 +0000 (20:03 +0200)
commitc956807d8462e94a1450dc0737728c25917b1d67
tree5ada61e8f354e82f22315850184be5cf6b4287d5
parentb0837880fa65fa4a6dc407b42e9b33e18f7b44e3
x86/init: Initialize signal frame size late

commit 54d9a91a3d6713d1332e93be13b4eaf0fa54349d upstream

No point in doing this during really early boot. Move it to an early
initcall so that it is set up before possible user mode helpers are started
during device initialization.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20230613224545.727330699@linutronix.de
Signed-off-by: Daniel Sneddon <daniel.sneddon@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/include/asm/sigframe.h
arch/x86/kernel/cpu/common.c
arch/x86/kernel/signal.c