Re: [U-Boot] [PATCH] fs/ext4: Initialize group descriptor size for revision level 0 filesystems

2016-12-27 Thread Tom Rini
On Tue, Dec 27, 2016 at 05:15:45PM +0100, Stefan Bruens wrote: > On Dienstag, 27. Dezember 2016 10:44:07 CET Kever Yang wrote: > > Hi Stefan, > > > > With this patch, the image create by genext2fs can be mount in > > U-Boot, thanks. > > Thanks for testing. > > @Tom: this is probably a candi

Re: [U-Boot] [PATCH] fs/ext4: Initialize group descriptor size for revision level 0 filesystems

2016-12-27 Thread Stefan Bruens
On Dienstag, 27. Dezember 2016 10:44:07 CET Kever Yang wrote: > Hi Stefan, > > With this patch, the image create by genext2fs can be mount in > U-Boot, thanks. Thanks for testing. @Tom: this is probably a candidate for u-boot 2017.01 ... > On 12/27/2016 09:35 AM, Stefan Brüns wrote: > > g

Re: [U-Boot] [PATCH] fs/ext4: Initialize group descriptor size for revision level 0 filesystems

2016-12-26 Thread Kever Yang
Hi Stefan, With this patch, the image create by genext2fs can be mount in U-Boot, thanks. On 12/27/2016 09:35 AM, Stefan Brüns wrote: genext2fs creates revision level 0 filesystems, which are not readable by u-boot due to the initialized group descriptor size field. f798b1dda1c5de818b8061

[U-Boot] [PATCH] fs/ext4: Initialize group descriptor size for revision level 0 filesystems

2016-12-26 Thread Stefan Brüns
genext2fs creates revision level 0 filesystems, which are not readable by u-boot due to the initialized group descriptor size field. f798b1dda1c5de818b806189e523d1b75db7e72d Reported-by: Kever Yang Reported-by: frostyby...@protonmail.com Signed-off-by: Stefan Brüns --- fs/ext4/ext4_common.c | 1