Re: [PATCH 10/14] netfilter: Update to register_net_sysctl_sz

From: Luis Chamberlain
Date: Wed Jul 26 2023 - 14:01:42 EST


On Wed, Jul 26, 2023 at 04:06:30PM +0200, Joel Granados wrote:
> This is part of the effort to remove the sentinel (last empty) element
> from the ctl_table arrays. We update to the new function and pass it the
> array size. Care is taken to mirror the NULL assignments with a size of
> zero (for the unprivileged users)

Same in this commit, the "why" is missing and size impact, if any.

Luis