Re: [PATCH v2] sysctl: Remove unused ctl_table forward declarations
From: Paolo Abeni <pabeni@redhat.com>
Date: 2025-12-19 09:28:40
Also in:
linux-fsdevel, linux-hams, linux-mm, lkml
From: Paolo Abeni <pabeni@redhat.com>
Date: 2025-12-19 09:28:40
Also in:
linux-fsdevel, linux-hams, linux-mm, lkml
On 12/17/25 1:16 PM, Joel Granados wrote:
Remove superfluous forward declarations of ctl_table from header files where they are no longer needed. These declarations were left behind after sysctl code refactoring and cleanup. Reviewed-by: Jan Kara <jack@suse.cz> Acked-by: Muchun Song <muchun.song@linux.dev> Reviewed-by: Petr Mladek <pmladek@suse.com> Signed-off-by: Joel Granados <joel.granados@kernel.org> --- Apologies for such a big To: list. My idea is for this to go into mainline through sysctl; get back to me if you prefer otherwise. On the off chance that this has a V3, let me know if you want to be removed from the To and I'll make that happen
For the net bits: Acked-by: Paolo Abeni <pabeni@redhat.com> I'm ok with merging this via the sysctl tree, given that we don't see much action happening in the ax25 header (and very low chances of conflicts). But I would be also ok if you would split this into multiple patches, one for each affected subsystem. /P