[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230310232850.3960676-1-mcgrof@kernel.org>
Date: Fri, 10 Mar 2023 15:28:48 -0800
From: Luis Chamberlain <mcgrof@...nel.org>
To: mpe@...erman.id.au, npiggin@...il.com, christophe.leroy@...roup.eu
Cc: ebiederm@...ssion.com, keescook@...omium.org, yzaikin@...gle.com,
j.granados@...sung.com, patches@...ts.linux.dev,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
linuxppc-dev@...ts.ozlabs.org, Luis Chamberlain <mcgrof@...nel.org>
Subject: [PATCH 0/2] ppc: simplify sysctl registration
We can simplify the way we do sysctl registration both by
reducing the number of lines and also avoiding calllers which
could do recursion. The docs are being updated to help reflect
this better [0].
[0] https://lore.kernel.org/all/20230310223947.3917711-1-mcgrof@kernel.org/T/#u
Luis Chamberlain (2):
ppc: simplify one-level sysctl registration for
powersave_nap_ctl_table
ppc: simplify one-level sysctl registration for
nmi_wd_lpm_factor_ctl_table
arch/powerpc/kernel/idle.c | 10 +---------
arch/powerpc/platforms/pseries/mobility.c | 10 +---------
2 files changed, 2 insertions(+), 18 deletions(-)
--
2.39.1
Powered by blists - more mailing lists