]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sysctl: Create unsigned int converter using new macro
authorJoel Granados <joel.granados@kernel.org>
Thu, 16 Oct 2025 07:06:21 +0000 (09:06 +0200)
committerJoel Granados <joel.granados@kernel.org>
Thu, 27 Nov 2025 14:43:20 +0000 (15:43 +0100)
commit49d3288c1d83178d25e2a8cc6c978de35a616d42
tree2d8c780b18a7edd51e337acff67e4c25246ce006
parent54e77495a7c5f64bc2d35583a4f59c8dbee579ab
sysctl: Create unsigned int converter using new macro

Pass sysctl_{user_to_kern,kern_to_user}_uint_conv (unsigned integer
uni-directional converters) to the new SYSCTL_UINT_CONV_CUSTOM macro
to create do_proc_douintvec_conv's replacement (do_proc_uint_conv).

This is a preparation commit to use the unsigned integer converter from
outside sysctl. No functional change is intended.

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