Re: [PATCH v5 8/8] ax.25: x.25: Remove the now superfluous sentinel elements from ctl_table array

2024-04-29 Thread Joel Granados
On Sat, Apr 27, 2024 at 10:14:36AM +0200, Sabrina Dubroca wrote: > 2024-04-26, 12:47:00 +0200, Joel Granados via B4 Relay wrote: > > diff --git a/net/ax25/ax25_ds_timer.c b/net/ax25/ax25_ds_timer.c > > index c4f8adbf8144..8f385d2a7628 100644 > > --- a/net/ax25/ax25_ds_timer.c > > +++

Re: [PATCH v5 8/8] ax.25: x.25: Remove the now superfluous sentinel elements from ctl_table array

2024-04-27 Thread Sabrina Dubroca
2024-04-26, 12:47:00 +0200, Joel Granados via B4 Relay wrote: > diff --git a/net/ax25/ax25_ds_timer.c b/net/ax25/ax25_ds_timer.c > index c4f8adbf8144..8f385d2a7628 100644 > --- a/net/ax25/ax25_ds_timer.c > +++ b/net/ax25/ax25_ds_timer.c > @@ -49,12 +49,16 @@ void ax25_ds_del_timer(ax25_dev

[PATCH v5 8/8] ax.25: x.25: Remove the now superfluous sentinel elements from ctl_table array

2024-04-26 Thread Joel Granados via B4 Relay
From: Joel Granados This commit comes at the tail end of a greater effort to remove the empty elements at the end of the ctl_table arrays (sentinels) which will reduce the overall build time size of the kernel and run time memory bloat by ~64 bytes per sentinel (further information Link :