lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aB4pVOsZr4pXz6dH@bombadil.infradead.org>
Date: Fri, 9 May 2025 09:12:04 -0700
From: Luis Chamberlain <mcgrof@...nel.org>
To: Joel Granados <joel.granados@...nel.org>
Cc: Petr Pavlu <petr.pavlu@...e.com>,
	Sami Tolvanen <samitolvanen@...gle.com>,
	Daniel Gomez <da.gomez@...sung.com>, Kees Cook <kees@...nel.org>,
	Peter Zijlstra <peterz@...radead.org>,
	Ingo Molnar <mingo@...hat.com>, Will Deacon <will@...nel.org>,
	Boqun Feng <boqun.feng@...il.com>, Waiman Long <longman@...hat.com>,
	"Paul E. McKenney" <paulmck@...nel.org>,
	Frederic Weisbecker <frederic@...nel.org>,
	Neeraj Upadhyay <neeraj.upadhyay@...nel.org>,
	Joel Fernandes <joel@...lfernandes.org>,
	Josh Triplett <josh@...htriplett.org>,
	Uladzislau Rezki <urezki@...il.com>,
	Steven Rostedt <rostedt@...dmis.org>,
	Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
	Lai Jiangshan <jiangshanlai@...il.com>,
	Zqiang <qiang.zhang1211@...il.com>,
	Andrew Morton <akpm@...ux-foundation.org>,
	"James E.J. Bottomley" <James.Bottomley@...senpartnership.com>,
	Helge Deller <deller@....de>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Jiri Slaby <jirislaby@...nel.org>, linux-modules@...r.kernel.org,
	linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
	rcu@...r.kernel.org, linux-mm@...ck.org,
	linux-parisc@...r.kernel.org, linux-serial@...r.kernel.org
Subject: Re: [PATCH 12/12] sysctl: Remove superfluous includes from
 kernel/sysctl.c

On Fri, May 09, 2025 at 02:54:16PM +0200, Joel Granados wrote:
> Remove the following headers from the include list in sysctl.c.
> 
> * These are removed as the related variables are no longer there.
>   ===================   ====================
>   Include               Related Var
>   ===================   ====================
>   linux/kmod.h          usermodehelper
>   asm/nmi.h             nmi_watchdoc_enabled
>   asm/io.h              io_delay_type
>   linux/pid.h           pid_max_{,min,max}
>   linux/sched/sysctl.h  sysctl_{sched_*,numa_*,timer_*}
>   linux/mount.h         sysctl_mount_max
>   linux/reboot.h        poweroff_cmd
>   linux/ratelimit.h     {,printk_}ratelimit_state
>   linux/printk.h        kptr_restrict
>   linux/security.h      CONFIG_SECURITY_CAPABILITIES
>   linux/net.h           net_table
>   linux/key.h           key_sysctls
>   linux/nvs_fs.h        acpi_video_flags
>   linux/acpi.h          acpi_video_flags
>   linux/fs.h            proc_nr_files
> 
> * These are no longer needed as intermediate includes
>   ==============
>   Include
>   ==============
>   linux/filter.h
>   linux/binfmts.h
> 
> Signed-off-by: Joel Granados <joel.granados@...nel.org>

Reviewed-by: Luis Chamberlain <mcgrof@...nel.org>

 Luis

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ