Re: [PATCH 03/10] ftrace: Remove the now superfluous sentinel elements from ctl_table array

2023-11-08 Thread Steven Rostedt
On Wed, 8 Nov 2023 19:29:49 +0900 Masami Hiramatsu (Google) wrote: > On Tue, 07 Nov 2023 14:45:03 +0100 > Joel Granados via B4 Relay wrote: > > > 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 arra

Re: [PATCH 03/10] ftrace: Remove the now superfluous sentinel elements from ctl_table array

2023-11-08 Thread Google
On Tue, 07 Nov 2023 14:45:03 +0100 Joel Granados via B4 Relay wrote: > 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 ru

[PATCH 03/10] ftrace: Remove the now superfluous sentinel elements from ctl_table array

2023-11-07 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 : https:/