On Thu, Mar 06, 2025 at 12:29:46PM +0100, joel granados wrote: > Move s390 sysctls (spin_retry and userprocess_debug) into their own > files under arch/s390. We create two new sysctl tables > (2390_{fault,spin}_sysctl_table) which will be initialized with > arch_initcall placing them after their original place in proc_root_init. > > This is part of a greater effort to move ctl tables into their > respective subsystems which will reduce the merge conflicts in > kernel/sysctl.c. > > Signed-off-by: joel granados <joel.granados@xxxxxxxxxx> > --- > arch/s390/lib/spinlock.c | 18 ++++++++++++++++++ > arch/s390/mm/fault.c | 17 +++++++++++++++++ > kernel/sysctl.c | 18 ------------------ > 3 files changed, 35 insertions(+), 18 deletions(-) Acked-by: Heiko Carstens <hca@xxxxxxxxxxxxx> How should this go upstream? Will you take care of this, or should this go via the s390 tree?