Re: [PATCH] fs/ext2: Ignore checksum seed incompat feature support

2023-08-29 Thread Daniel Kiper
On Thu, Aug 24, 2023 at 06:08:12PM -0400, Stéphane Fontaine wrote: > The patch had to be regenerated for grub 2.06 The GRUB 2.06 is no longer maintained by upstream maintainers due to lack of resources. The fix is in the latest master. Please send patches using "git send-email" next time. Danie

Re: [PATCH] fs/ext2: Ignore checksum seed incompat feature support

2023-08-24 Thread Vladimir 'phcoder' Serbinenko
LGTM Le ven. 25 août 2023, 00:09, Stéphane Fontaine a écrit : > The patch had to be regenerated for grub 2.06 > ___ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel > ___

Re: [PATCH] fs/ext2: Ignore checksum seed incompat feature support

2023-08-24 Thread Stéphane Fontaine
The patch had to be regenerated for grub 2.06 Suggested-by: Eric Sandeen Suggested-by: Lukas Czerner Signed-off-by: Javier Martinez Canillas Regenerated-by: Stephane Fontaine --- diff -ur grub-2.06-orig/grub-core/fs/ext2.c grub-2.06-new/grub-core/fs/ext2.c --- grub-2.06-orig/grub-core/fs/ext2.

Re: [PATCH] fs/ext2: Ignore checksum seed incompat feature support

2021-07-07 Thread Daniel Kiper
On Fri, Jun 11, 2021 at 09:36:16PM +0200, Javier Martinez Canillas wrote: > This incompat feature is used to denote that the filesystem stored its > metadata checksum seed in the superblock. This is used to allow tune2fs > to change the UUID on a mounted metadata_csum filesystem without having > to

Re: [PATCH] fs/ext2: Ignore checksum seed incompat feature support

2021-06-14 Thread Lukas Czerner
On Fri, Jun 11, 2021 at 09:36:16PM +0200, Javier Martinez Canillas wrote: > This incompat feature is used to denote that the filesystem stored its > metadata checksum seed in the superblock. This is used to allow tune2fs > to change the UUID on a mounted metadata_csum filesystem without having > to

Re: [PATCH] fs/ext2: Ignore checksum seed incompat feature support

2021-06-12 Thread Mihai Moldovan
* On 6/11/21 9:36 PM, Javier Martinez Canillas wrote: > This incompat feature is used to denote that the filesystem stored its > metadata checksum seed in the superblock. This is used to allow tune2fs > to change the UUID on a mounted metadata_csum filesystem without having > to rewrite all the dis

[PATCH] fs/ext2: Ignore checksum seed incompat feature support

2021-06-11 Thread Javier Martinez Canillas
This incompat feature is used to denote that the filesystem stored its metadata checksum seed in the superblock. This is used to allow tune2fs to change the UUID on a mounted metadata_csum filesystem without having to rewrite all the disk metadata. But GRUB doesn't use the metadata checksum in any