Re: [PATCH] fs/zfs: Fix a number of memory leaks in ZFS code

2025-04-22 Thread Glenn Washburn
On Mon, 10 Mar 2025 11:23:59 -0500 Stuart Hayes wrote: > Without this fix, grub failed to boot linux with "out of memory" after > trying to run a "search --fs-uuid..." on a system that has 7 ZFS pools > across about 80 drives. > > Signed-off-by: Stuart Hayes > --- > grub-core/fs/zfs/zfs.c

Re: [PATCH] fs/zfs: Fix a number of memory leaks in ZFS code

2025-03-13 Thread Daniel Kiper
On Mon, Mar 10, 2025 at 09:14:31PM +0300, Vladimir 'phcoder' Serbinenko wrote: > LGTM. > Reviewed-By: Vladimir Serbinenko Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] fs/zfs: Fix a number of memory leaks in ZFS code

2025-03-11 Thread Vladimir 'phcoder' Serbinenko
LGTM. Reviewed-By: Vladimir Serbinenko Le lun. 10 mars 2025, 19:25, Stuart Hayes a écrit : > Without this fix, grub failed to boot linux with "out of memory" after > trying to run a "search --fs-uuid..." on a system that has 7 ZFS pools > across about 80 drives. > > Signed-off-by: Stuart Hayes

[PATCH] fs/zfs: Fix a number of memory leaks in ZFS code

2025-03-11 Thread Stuart Hayes
Without this fix, grub failed to boot linux with "out of memory" after trying to run a "search --fs-uuid..." on a system that has 7 ZFS pools across about 80 drives. Signed-off-by: Stuart Hayes --- grub-core/fs/zfs/zfs.c | 43 +- grub-core/fs/zfs/zfsinfo.c