[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <your-ad-here.call-01741690967-ext-1293@work.hours>
Date: Tue, 11 Mar 2025 12:02:47 +0100
From: Vasily Gorbik <gor@...ux.ibm.com>
To: Joel Granados <joel.granados@...nel.org>
Cc: Heiko Carstens <hca@...ux.ibm.com>, Kees Cook <kees@...nel.org>,
Steven Rostedt <rostedt@...dmis.org>,
Masami Hiramatsu <mhiramat@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
"David S. Miller" <davem@...emloft.net>,
Andreas Larsson <andreas@...sler.com>,
Alexander Gordeev <agordeev@...ux.ibm.com>,
Christian Borntraeger <borntraeger@...ux.ibm.com>,
Sven Schnelle <svens@...ux.ibm.com>,
Gerald Schaefer <gerald.schaefer@...ux.ibm.com>,
linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
linux-trace-kernel@...r.kernel.org, sparclinux@...r.kernel.org,
linux-s390@...r.kernel.org
Subject: Re: [PATCH v2 6/6] s390: mv s390 sysctls into their own file under
arch/s390 dir
On Mon, Mar 10, 2025 at 02:41:59PM +0100, Joel Granados wrote:
> On Fri, Mar 07, 2025 at 04:26:20PM +0100, Heiko Carstens wrote:
> > 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@...nel.org>
> > > ---
> > > 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@...ux.ibm.com>
> >
> > How should this go upstream? Will you take care of this, or should
> > this go via the s390 tree?
>
> thx for the review
>
> It would be great if you can push it through the s390 tree. However, if
> it is not possible to do so, please let me know and I'll add it to the
> sysctl-next changes.
I've slightly changed the commit message
s390: Move s390 sysctls into their own file under arch/s390
And applied, thank you!
Powered by blists - more mailing lists