Em seg., 18 de ago. de 2025 às 01:43, Christoph Hellwig <hch@xxxxxxxxxxxxx> escreveu: > > 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? Hmm, I've sent the same link to other people, and none of them reported any issues with the SSL certificate. In my case, I'm using Let's Encrypt. It could be an outdated certificate in your Firefox. Regarding sending it to the official xfstests README, it would be a good idea! If anyone here is involved in the xfstests project and thinks the post is good, I can send it to the official README :D > Either way this probably shouldn't be in this kernel commit log. > > The change itself looks good: > > Reviewed-by: Christoph Hellwig <hch@xxxxxx> Thanks :) -- Cheers, Marcelo Moreira