Re: [PATCH v2 2/3] time/jiffies: Include linux/sysctl.h for proc_int_u2k_conv_uop(), ...

Thomas Gleixner <[email protected]> Sat, 25 Jul 2026 22:31:07 +0200
Newsgroups gmane.linux.kernel.cgroups,gmane.linux.kernel,gmane.linux.block,gmane.linux.ports.ppc64.devel,gmane.linux.acpi.devel,gmane.comp.video.dri.devel,gmane.linux.file-systems,gmane.linux.nfs,gmane.linux.kernel.modules,gmane.linux.power-management.general,gmane.linux.network,gmane.linux.kernel.lsm
Message-ID <874ihmke0k.ffs@fw13>
On Tue, Jul 21 2026 at 15:11, Petr Pavlu wrote:

> The kernel/time/jiffies.c file uses proc_int_u2k_conv_uop(),

jiffies.c uses ...

> proc_int_k2u_conv_kop(), proc_int_conv(), proc_dointvec_conv() and
> proc_doulongvec_minmax_conv(), which are declared in linux/sysctl.h. It
> currently relies on this header being included indirectly through
> linux/module.h -> linux/kmod.h. Add the missing include in preparation for
> removing the linux/sysctl.h include from linux/kmod.h.

Can you please split that spaghetti sentence into paragraphs?

https://docs.kernel.org/process/maintainer-tip.html#changelog

> Signed-off-by: Petr Pavlu <petr.pavlu-IBi9RG/[email protected]>

Other than that.

Acked-by: Thomas Gleixner <[email protected]>