From: Christoph Hellwig <hch@infradead.org>
To: Thorsten Blum <thorsten.blum@linux.dev>
Cc: Christoph Hellwig <hch@infradead.org>,
linux-hardening@vger.kernel.org, linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH] freevxfs: Replace one-element array with flexible array member
Date: Tue, 5 Nov 2024 03:23:06 -0800 [thread overview]
Message-ID: <ZyoAGsCAdWrGMQoj@infradead.org> (raw)
In-Reply-To: <20241103121707.102838-3-thorsten.blum@linux.dev>
On Sun, Nov 03, 2024 at 01:17:09PM +0100, Thorsten Blum wrote:
> Replace the deprecated one-element array with a modern flexible array
> member in the struct vxfs_dirblk.
>
> Link: https://github.com/KSPP/linux/issues/79
> Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Might be worth adding that nothing does a sizeof of the type or
variables of the type, so just hcanging it is fine.
Otherwise looks good:
Reviewed-by: Christoph Hellwig <hch@lst.de>
Andrew, can you pick this up through -mm as there is no freevxfs tree?
next prev parent reply other threads:[~2024-11-05 11:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-03 12:17 [PATCH] freevxfs: Replace one-element array with flexible array member Thorsten Blum
2024-11-05 11:23 ` Christoph Hellwig [this message]
2024-11-05 18:53 ` Andrew Morton
2024-11-06 5:25 ` Christoph Hellwig
2024-11-06 9:42 ` Christian Brauner
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=ZyoAGsCAdWrGMQoj@infradead.org \
--to=hch@infradead.org \
--cc=akpm@linux-foundation.org \
--cc=linux-hardening@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=thorsten.blum@linux.dev \
/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 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.