Re: [U-Boot] genext2fs fix for supporting filesystems generated by genext2fs

2016-12-12 Thread stefan.bruens
On Sonntag, 11. Dezember 2016 19:25:21 CET FrostyBytes wrote: > I found that the latest U-Boot cannot handle filesystems generated by > genext2fs. Attempts to list such a filesystem results in divide by zero. > > Using git bisect with a test script, I got: > > f798b1dda1c5de818b806189e523d1b75db7

Re: [U-Boot] genext2fs fix for supporting filesystems generated by genext2fs

2016-12-12 Thread Tom Rini
On Sun, Dec 11, 2016 at 07:25:21PM -0500, FrostyBytes wrote: > I found that the latest U-Boot cannot handle filesystems generated by > genext2fs. Attempts to list such a filesystem results in divide by zero. > > Using git bisect with a test script, I got: > > f798b1dda1c5de818b806189e523d1b75db

[U-Boot] genext2fs fix for supporting filesystems generated by genext2fs

2016-12-11 Thread FrostyBytes
I found that the latest U-Boot cannot handle filesystems generated by genext2fs. Attempts to list such a filesystem results in divide by zero. Using git bisect with a test script, I got: f798b1dda1c5de818b806189e523d1b75db7e72d is the first bad commit That commit changes to using fs->gdsize rat