Re: [PATCH] tracing: fprobe: Remove __packed from generic __fprobe_header

From: Steven Rostedt

Date: Fri Jun 12 2026 - 12:38:04 EST


On Fri, 12 Jun 2026 14:51:58 +0200
"Markus Schneider-Pargmann" <msp@xxxxxxxxxxxx> wrote:

> fgraph_data = fgraph_reserve_data(gops->idx, reserved_words * sizeof(long));
>
> fgraph_reserve_data() returns a pointer into an unsigned long array
> ret_stack. ret_stack is allocated with

Correct. It is in fact a requirement that fgraph_reserve_data() returns
a long aligned pointer.

-- Steve