Re: [PATCH] ring-buffer: make the const read-only 'type' static
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2025-07-14 16:15:58
Also in:
kernel-janitors, lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2025-07-14 16:15:58
Also in:
kernel-janitors, lkml
On Mon, 14 Jul 2025 17:08:58 +0100 Colin Ian King [off-list ref] wrote:
Don't populate the read-only 'type' on the stack at run time, instead make it static.
Hmm, why not? -- Steve