On Tue, Jul 16, 2024 at 04:16:56PM +0200, Joel Granados wrote: > * Preparation patches for sysctl constification > > Constifying ctl_table structs prevents the modification of proc_handler > function pointers as they would reside in .rodata. The ctl_table arguments > in sysctl utility functions are const qualified in preparation for a future > treewide proc_handler argument constification commit. And to add some additional context and expectation setting, the mechanical treewide constification pull request is planned to be sent during this merge window once the sysctl and net trees land. Thomas Weißschuh has it at the ready. :) -- Kees Cook