]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sysctl: Move INT converter macros to sysctl header
authorJoel Granados <joel.granados@kernel.org>
Tue, 14 Oct 2025 10:42:01 +0000 (12:42 +0200)
committerJoel Granados <joel.granados@kernel.org>
Thu, 27 Nov 2025 14:45:37 +0000 (15:45 +0100)
commite2e5dac304fdf991fb974510db4565db04ef1335
tree8d511d100e4ed086c5507df53c6b0d9e74e1013d
parentc5b4c183f7aeb46cd27ddea9dab776655b8d7034
sysctl: Move INT converter macros to sysctl header

Move direction macros (SYSCTL_{USER_TO_KERN,KERN_TO_USER}) and the
integer converter macros (SYSCTL_{USER_TO_KERN,KERN_TO_USER}_INT_CONV,
SYSCTL_INT_CONV_CUSTOM) into include/linux/sysctl.h. This is a
preparation commit to enable jiffies converter creation outside
kernel/sysctl.c.

Signed-off-by: Joel Granados <joel.granados@kernel.org>
include/linux/sysctl.h
kernel/sysctl.c