[PATCH v2 0/3] sysctl: minor CONFIG_SYSCTL cleanups

Oleg Nesterov posted 3 patches 3 weeks, 6 days ago
drivers/parport/procfs.c |   8 +--
fs/dcache.c              |   2 +-
fs/file_table.c          |   2 +-
kernel/sysctl.c          | 174 ++++++++++++++++++++++-------------------------
4 files changed, 89 insertions(+), 97 deletions(-)
[PATCH v2 0/3] sysctl: minor CONFIG_SYSCTL cleanups
Posted by Oleg Nesterov 3 weeks, 6 days ago
Hi Joel,

I tried to address your comments to V1
https://lore.kernel.org/all/anX-II_sAoJQy83X@redhat.com/

Changes:

	2/3 - new

	3/3 - don't remove the extra whitespace in drivers/parport/procfs.c

Oleg.
--

 drivers/parport/procfs.c |   8 +--
 fs/dcache.c              |   2 +-
 fs/file_table.c          |   2 +-
 kernel/sysctl.c          | 174 ++++++++++++++++++++++-------------------------
 4 files changed, 89 insertions(+), 97 deletions(-)
Re: [PATCH v2 0/3] sysctl: minor CONFIG_SYSCTL cleanups
Posted by Joel Granados 1 week, 5 days ago
On Sun, Aug 30, 2026 at 05:32:53PM +0200, Oleg Nesterov wrote:
> Hi Joel,
> 
> I tried to address your comments to V1
> https://lore.kernel.org/all/anX-II_sAoJQy83X@redhat.com/
> 
> Changes:
> 
> 	2/3 - new
> 
> 	3/3 - don't remove the extra whitespace in drivers/parport/procfs.c
> 
> Oleg.
> --
> 
>  drivers/parport/procfs.c |   8 +--
>  fs/dcache.c              |   2 +-
>  fs/file_table.c          |   2 +-
>  kernel/sysctl.c          | 174 ++++++++++++++++++++++-------------------------
>  4 files changed, 89 insertions(+), 97 deletions(-)
> 

This All looks good to me. Will put it in sysctl-next to see if it
breaks something.

Thx