Re: https://lore.kernel.org/linux-mm/

2023-06-08 Thread Konstantin Ryabitsev
On Thu, Jun 08, 2023 at 12:40:52AM -0600, Jonathan Corbet wrote: > > This is the reason why there's a gap from May 31 to June 6. If you would > > like > > to contribute the missing messages, I'll be happy to feed them into the > > archive. > > The LWN archive -

[PATCH] t/lei.t: quiet newline warning on older Perls

2023-06-08 Thread Eric Wong
Perl < 5.22 warned on newlines in the middle of a string instead of just the end. Workaround it by disabling all warnings on older Perls while running File::Path::mkpath. --- t/lei.t | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/t/lei.t b/t/lei.t index

[PATCH] xapcmd: rely on File::Temp cleanup for temporary dir

2023-06-08 Thread Eric Wong
remove_tree from File::Path 2.09 (from Perl 5.16.3 on CentOS 7.x) doesn't seem to work properly on File::Temp objects. Since File::Temp->newdir sets CLEANUP=>1 by default anyways, we'll just rely on that to perform cleanup instead of doing it ourselves. --- lib/PublicInbox/Xapcmd.pm | 1 - 1

[PATCH] xapcmd: rely on File::Temp cleanup for temporary dir

2023-06-08 Thread Eric Wong
remove_tree from File::Path 2.09 (from Perl 5.16.3 on CentOS 7.x) doesn't seem to work properly on File::Temp objects. Since File::Temp->newdir sets CLEANUP=>1 by default anyways, we'll just rely on that to perform cleanup instead of doing it ourselves. --- lib/PublicInbox/Xapcmd.pm | 1 - 1

Re: https://lore.kernel.org/linux-mm/

2023-06-08 Thread Jonathan Corbet
Konstantin Ryabitsev writes: > This is the reason why there's a gap from May 31 to June 6. If you would like > to contribute the missing messages, I'll be happy to feed them into the > archive. The LWN archive - http://archive.lwn.net:8080/linux-mm/ - is intact as far as I know; feel free, as