linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] kernel/sysctl.c: remove to major base directories
@ 2023-05-22 21:08 Luis Chamberlain
  2023-05-22 21:08 ` [PATCH 1/2] sysctl: remove empty dev table Luis Chamberlain
  2023-05-22 21:08 ` [PATCH 2/2] signal: move show_unhandled_signals sysctl to its own file Luis Chamberlain
  0 siblings, 2 replies; 8+ messages in thread
From: Luis Chamberlain @ 2023-05-22 21:08 UTC (permalink / raw)
  To: keescook, yzaikin, ebiederm, arnd, bp, James.Bottomley, deller,
	tglx, mingo, dave.hansen, x86, hpa, luto, peterz, brgerst,
	christophe.jaillet, kirill.shutemov, jroedel
  Cc: j.granados, akpm, willy, linux-parisc, linux-fsdevel,
	linux-kernel, Luis Chamberlain

Arnd, x86 folks, your review for the second patch would be greatly appreciated.

Now that Joel has cleaned up and removed one of the routines which we wanted
to deprecate, remove two major arrays from kernel/sysctl.c which are empty or
almost empty. One of them, the debug one just needs moving to its source, so
do that.

The move for the signal sysctl costs us 23 bytes but we have already saved
1465 bytes with the other recent cleanup Joel made. The next step is to
depreecate one more call and then we can simplify the registration to only
use ARRAY_SIZE() completely and remove the extra empty entries all over.
That should save us tons of bytes all around in the kernel and we'd then
later kill for good all recursion possible sysctl registration calls.

These patches apply on top of sysctl-next [0] which already carry Joel's patches.

[0] https://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git/log/?h=sysctl-next

Luis Chamberlain (2):
  sysctl: remove empty dev table
  signal: move show_unhandled_signals sysctl to its own file

 arch/parisc/kernel/traps.c |  1 +
 arch/x86/kernel/signal.c   |  1 +
 arch/x86/kernel/traps.c    |  1 +
 arch/x86/kernel/umip.c     |  1 +
 arch/x86/mm/fault.c        |  1 +
 kernel/signal.c            | 23 +++++++++++++++++++++++
 kernel/sysctl.c            | 19 -------------------
 7 files changed, 28 insertions(+), 19 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-05-25 23:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-22 21:08 [PATCH 0/2] kernel/sysctl.c: remove to major base directories Luis Chamberlain
2023-05-22 21:08 ` [PATCH 1/2] sysctl: remove empty dev table Luis Chamberlain
2023-05-22 21:08 ` [PATCH 2/2] signal: move show_unhandled_signals sysctl to its own file Luis Chamberlain
2023-05-23 14:16   ` Dave Hansen
2023-05-24  7:30     ` Luis Chamberlain
2023-05-25 18:45       ` Luis Chamberlain
2023-05-25 18:52       ` Dave Hansen
2023-05-25 23:04         ` Luis Chamberlain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).