Re: [PATCH 1/2] tracing: Remove "__attribute__()" from the type field of event format
From: Steven Rostedt
Date: Sat Jul 12 2025 - 11:13:26 EST
On Sat, 12 Jul 2025 10:37:32 -0400
Steven Rostedt <rostedt@xxxxxxxxxxx> 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