[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aKKvjVfm9IPw9UAg@infradead.org>
Date: Sun, 17 Aug 2025 21:43:57 -0700
From: Christoph Hellwig <hch@...radead.org>
To: Marcelo Moreira <marcelomoreira1905@...il.com>
Cc: cem@...nel.org, linux-xfs@...r.kernel.org, linux-kernel@...r.kernel.org,
skhan@...uxfoundation.org,
linux-kernel-mentees@...ts.linuxfoundation.org
Subject: Re: [PATCH v2] xfs: Replace strncpy with memcpy
On Sun, Aug 17, 2025 at 12:50:41PM -0300, Marcelo Moreira wrote:
> Following a suggestion from Dave and everyone who contributed to v1, this
> changes modernizes the code by aligning it with current kernel best practices.
> It improves code clarity and consistency, as strncpy is deprecated as explained
> in Documentation/process/deprecated.rst. Furthermore, this change was tested
> by xfstests and as it was not an easy task I decided to document on my blog
> the step by step of how I did it https://meritissimo1.com/blog/2-xfs-tests :).
I tried to follow the link, but got a warning about a potential security
threat because firefox doesn't trust the SSL certificate. But maybe you
can add what you wrote up to the xfstests README or a new file linked
from it to help everyone using it first time?
Either way this probably shouldn't be in this kernel commit log.
The change itself looks good:
Reviewed-by: Christoph Hellwig <hch@....de>
Powered by blists - more mailing lists