public inbox for dwarves@vger.kernel.org
 help / color / mirror / Atom feed
From: Willy Tarreau <w@1wt.eu>
To: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: dwarves@vger.kernel.org, Alan Maguire <alan.maguire@oracle.com>,
	Jiri Olsa <jolsa@kernel.org>,
	Clark Williams <williams@redhat.com>,
	Kate Carcia <kcarcia@redhat.com>,
	Arnaldo Carvalho de Melo <acme@redhat.com>,
	"Gustavo A. R. Silva" <gustavoars@kernel.org>
Subject: Re: [PATCH 0/2] --padding option to combine with --with_flexible_array
Date: Fri, 27 Sep 2024 23:15:03 +0200	[thread overview]
Message-ID: <20240927211503.GA4031@1wt.eu> (raw)
In-Reply-To: <20240927185958.37310-1-acme@kernel.org>

Hi Arnaldo!

On Fri, Sep 27, 2024 at 03:59:56PM -0300, Arnaldo Carvalho de Melo wrote:
> From: Arnaldo Carvalho de Melo <acme@redhat.com>
> 
> Hi,
> 
> 	This implements --padding, that combined with the already
> available --with_flexible_array option may catch some questionable
> structs.
> 
> 	This comes from a quick discussion I had with Willy Tareau after
> Gustavo's talk at this year's Kernel Recipes.
> 
> 	I have this in the 'next' branch of:
> 
> https://git.kernel.org/pub/scm/devel/pahole/pahole.git
> 
> 	Willy, is that what you had in mind?

Oh that was fast!

I'm looking at the output here:

   http://oldvger.kernel.org/~acme/pahole--padding_ge_1_--with_flexible_array.6.10.10-200.fc40.x86_64.txt

I'm seeing in the output above that mem_cgroup was reported due to 48
bytes padding being caused by extra alignment. I'm not sure what to
think about it to be honest, there could be pros and cons. However it's
true that if this struct is embedded inside another one, it starts to
smell nevertheless, and such a case is not much frequent so it should
be a low rate of false positives in the worst case.

The output is clearly reviewable by hand, that's really cool!

I have not checked the code yet, but based on the result that's definitely
an ack for me!

Acked-by: Willy Tarreau <w@1wt.eu>

Thank you!
Willy

  parent reply	other threads:[~2024-09-27 21:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-27 18:59 [PATCH 0/2] --padding option to combine with --with_flexible_array Arnaldo Carvalho de Melo
2024-09-27 18:59 ` [PATCH 1/2] pahole: Add --padding_ge N to show only structs with at least N bytes of padding at its end Arnaldo Carvalho de Melo
2024-09-27 18:59 ` [PATCH 2/2] pahole: Add --padding N to show only structs with " Arnaldo Carvalho de Melo
2024-09-27 19:22 ` [PATCH 0/2] --padding option to combine with --with_flexible_array Gustavo A. R. Silva
2024-09-27 19:39   ` Arnaldo Carvalho de Melo
2024-09-27 20:08     ` Gustavo A. R. Silva
2024-09-27 21:15 ` Willy Tarreau [this message]
2024-09-28  4:36   ` Willy Tarreau
2024-09-30 14:32     ` Arnaldo Carvalho de Melo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240927211503.GA4031@1wt.eu \
    --to=w@1wt.eu \
    --cc=acme@kernel.org \
    --cc=acme@redhat.com \
    --cc=alan.maguire@oracle.com \
    --cc=dwarves@vger.kernel.org \
    --cc=gustavoars@kernel.org \
    --cc=jolsa@kernel.org \
    --cc=kcarcia@redhat.com \
    --cc=williams@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox