Re: [PATCH] doc: announce changes in structure alignments for UBSan

2025-07-21 Thread Thomas Monjalon
09/07/2025 14:40, David Marchand: > As part of the effort to limit undefined behaviors in DPDK code, some > structure alignments revealed not to be accurate enough. > At the moment two structures have been identified but others may be > found while running more parts of DPDK with UBSan. > > Though

RE: [PATCH] doc: announce changes in structure alignments for UBSan

2025-07-10 Thread Konstantin Ananyev
> As part of the effort to limit undefined behaviors in DPDK code, some > structure alignments revealed not to be accurate enough. > At the moment two structures have been identified but others may be > found while running more parts of DPDK with UBSan. > > Though the calling code can explicitl

RE: [PATCH] doc: announce changes in structure alignments for UBSan

2025-07-09 Thread Morten Brørup
> From: David Marchand [mailto:david.march...@redhat.com] > Sent: Wednesday, 9 July 2025 14.40 > > As part of the effort to limit undefined behaviors in DPDK code, some > structure alignments revealed not to be accurate enough. > At the moment two structures have been identified but others may be

Re: [PATCH] doc: announce changes in structure alignments for UBSan

2025-07-09 Thread Bruce Richardson
On Wed, Jul 09, 2025 at 02:40:22PM +0200, David Marchand wrote: > As part of the effort to limit undefined behaviors in DPDK code, some > structure alignments revealed not to be accurate enough. > At the moment two structures have been identified but others may be > found while running more parts o