[PATCH] fs/zfs: Fix another memory leak in ZFS code

2025-05-05 Thread Glenn Washburn
Commit b66c6f918 ("fs/zfs: Fix a number of memory leaks in ZFS code") fixes many of the same leaks detected in bug #63846 except one, which is fixed here. Fixes: https://savannah.gnu.org/bugs/?63846 Signed-off-by: Glenn Washburn --- Reviewing some of the bugs on Savannah, I noticed #63846 which,

[PATCH] tests: Disable gfxterm_menu and cmdline_cat tests

2025-05-05 Thread Glenn Washburn
Those tests fail depending on the version of unifont. As we don't distribute our own unifont it fails for most users. Disable them so that they don't mask real failures. They can be reinstated once we solve unifont problem. Signed-off-by: Glenn Washburn --- This is my version of Vladimir's patch,

Re: [PATCH] Disable gfxterm_menu and cmdline_cat tests

2025-05-05 Thread Glenn Washburn
On Tue, 8 Apr 2025 18:51:38 + Vladimir Serbinenko wrote: > Those tests fail depending on the version of unifont. As we don't distribute > our own unifont it fails for most users. Disable them so that they don't mask > real failures. They can be reinstated once we solve unifont problem Does

Re: [PATCH] ntfs: Fix attribute validation check

2025-05-05 Thread Andrew Hamilton
Yes this matches with the first layer of the onion I also found. The hard link fail issue seems to stem from attempting to use validate_attribute on attribute lists instead of attributes, I’m working on a fix for that but it’s taking some time as it creates new fuzzer identified flaws once changed

Re: [PATCH] ntfs: Fix attribute validation check

2025-05-05 Thread Glenn Washburn
On Sat, 3 May 2025 08:02:07 + Vladimir Serbinenko wrote: > Without this fix GRUB doesn't see most of the files > on NTFS partition. I can confirm that this fixes the testing issue I mentioned in another thread. The ntfs filesystem tests now fail with HARDLINK FAIL, but I presume that's a se