All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Differentiate embedded flexible arrays from flexible ones
@ 2024-10-08 19:52 Arnaldo Carvalho de Melo
  2024-10-08 19:52 ` [PATCH 1/3] fprintf: Differentiate embedded flexible arrays from flexible arrays Arnaldo Carvalho de Melo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Arnaldo Carvalho de Melo @ 2024-10-08 19:52 UTC (permalink / raw)
  To: Willy Tarreau
  Cc: dwarves, Alan Maguire, Jiri Olsa, Clark Williams, Kate Carcia,
	Arnaldo Carvalho de Melo, Gustavo A. R. Silva

From: Arnaldo Carvalho de Melo <acme@redhat.com>

Hi Willy, Gustavo,

	Now it has even a regression test, this now have what I think is
needed, take a look at the output of:

   pahole --with_embedded_flexible_arrays > \
	 http://vger.kernel.org/~acme/pahole--with_embedded_flexible_array-6.10.11-200.fc40.x86_64.c

And go on searching for 'flexible' :-)

	Now I'm flexibly moving to other final issues to release pahole
1.28.

- Arnaldo

Arnaldo Carvalho de Melo (3):
  fprintf: Differentiate embedded flexible arrays from flexible arrays
  fprintf: Show statistics about members with flexible arrays
  tests: Add a test for the accounting of flexible arrays

 dwarves_fprintf.c        | 32 +++++++++++++++--
 tests/flexible_arrays.sh | 77 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 106 insertions(+), 3 deletions(-)
 create mode 100755 tests/flexible_arrays.sh

-- 
2.46.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-10-13 10:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-08 19:52 [PATCH 0/3] Differentiate embedded flexible arrays from flexible ones Arnaldo Carvalho de Melo
2024-10-08 19:52 ` [PATCH 1/3] fprintf: Differentiate embedded flexible arrays from flexible arrays Arnaldo Carvalho de Melo
2024-10-08 19:52 ` [PATCH 2/3] fprintf: Show statistics about members with " Arnaldo Carvalho de Melo
2024-10-08 19:52 ` [PATCH 3/3] tests: Add a test for the accounting of " Arnaldo Carvalho de Melo
2024-10-13  9:51 ` [PATCH 0/3] Differentiate embedded flexible arrays from flexible ones Willy Tarreau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.