Message ID | 20240527-sysctl-const-handler-net-v1-0-16523767d0b2@weissschuh.net (mailing list archive) |
---|---|
Headers | show |
Series | net: constify ctl_table arguments of utility functions | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Mon, 27 May 2024 19:04:18 +0200 you wrote: > The sysctl core is preparing to only expose instances of > struct ctl_table as "const". > This will also affect the ctl_table argument of sysctl handlers. > > As the function prototype of all sysctl handlers throughout the tree > needs to stay consistent that change will be done in one commit. > > [...] Here is the summary with links: - [net-next,1/5] net/neighbour: constify ctl_table arguments of utility function https://git.kernel.org/netdev/net-next/c/874aa96d78c7 - [net-next,2/5] net/ipv4/sysctl: constify ctl_table arguments of utility functions https://git.kernel.org/netdev/net-next/c/551814313f11 - [net-next,3/5] net/ipv6/addrconf: constify ctl_table arguments of utility functions https://git.kernel.org/netdev/net-next/c/c55eb03765f4 - [net-next,4/5] net/ipv6/ndisc: constify ctl_table arguments of utility function https://git.kernel.org/netdev/net-next/c/7a20cd1e71d8 - [net-next,5/5] ipvs: constify ctl_table arguments of utility functions https://git.kernel.org/netdev/net-next/c/0a9f788fdde4 You are awesome, thank you!