> -----Original Message-----
> From: Ankur Dwivedi <[email protected]>
> Sent: Tuesday, February 28, 2023 5:55 PM
> To: [email protected]
> Cc: Ali Alnubani <[email protected]>; [email protected];
> [email protected]; Ankur Dwivedi <[email protected]>
> Subject: [PATCH v1] ethdev: remove bitfields from trace
> 
> To capture bitfield variables in trace, the pointer to the structure
> containing the bitfields was referenced. But during trace point
> registration the pointer contains invalid address. Referencing this
> invalid address causes segmentation fault.
> 
> This patch removes the capture of bitfield variables in trace.
> 
> Bugzilla ID: 1167
> Fixes: 6679cf21d608 ("ethdev: add trace points")
> Fixes: ed04fd4072e9 ("ethdev: add trace points for flow")
> 
> Signed-off-by: Ankur Dwivedi <[email protected]>
> ---

Thanks Ankur.

Tested-by: Ali Alnubani <[email protected]>

Reply via email to