Re: [PATCH 1/2] tracing: Remove "__attribute__()" from the type field of event format
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2025-07-12 15:13:14
Also in:
lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2025-07-12 15:13:14
Also in:
lkml
On Sat, 12 Jul 2025 10:37:32 -0400 Steven Rostedt [off-list ref] wrote:
+ } else if (need_sanitize_field_type(__type)) {
+ sanitize_fields(call);
}Note, I just cut and pasted what you had and added "sanitize_fields()". Obviously this isn't going to compile, but I just did this to show you where the changes had to be made. -- Steve