x86/init: Initialize signal frame size late
authorThomas Gleixner <tglx@linutronix.de>
Tue, 13 Jun 2023 23:39:42 +0000 (01:39 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 16 Jun 2023 08:16:00 +0000 (10:16 +0200)
commit54d9a91a3d6713d1332e93be13b4eaf0fa54349d
tree49d67d442377cafac58742e3a67b0ab1b4934a4f
parent439e17576eb47f26b78c5bbc72e344d4206d2327
x86/init: Initialize signal frame size late

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
arch/x86/include/asm/sigframe.h
arch/x86/kernel/cpu/common.c
arch/x86/kernel/signal.c