Package: genimage / 16-2

Metadata

Package Version Patches format
genimage 16-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 test remove leftover debugging.patch | (download)

test/ext.test | 1 0 + 1 - 0 !
test/filesystem.test | 1 0 + 1 - 0 !
test/flash.test | 1 0 + 1 - 0 !
test/genimage.test | 1 0 + 1 - 0 !
test/hdimage.test | 1 0 + 1 - 0 !
test/misc.test | 1 0 + 1 - 0 !
6 files changed, 6 deletions(-)

 [patch 1/2] test: remove leftover debugging

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>

0002 test mke2fs fully disable quota in the test.patch | (download)

test/mke2fs.0.dump | 14 6 + 8 - 0 !
test/mke2fs.config | 2 1 + 1 - 0 !
2 files changed, 7 insertions(+), 9 deletions(-)

 [patch 2/2] test: mke2fs: fully disable quota in the test

The test disabled quota for better reproducibility. But it seems some quota
stuff remains. And at leasts with mke2fs 1.46.2 on x86_64 the resulting
image seems to be inconsistent. At least e2fsck complains about a quota
issue:

[QUOTA WARNING] Usage inconsistent for ID 0:actual (29696, 42) != expected (13312, 2)
mke2fs: Update quota info for quota type 0.
[QUOTA WARNING] Usage inconsistent for ID 0:actual (29696, 42) != expected (13312, 2)
mke2fs: Update quota info for quota type 1.

For some reason this does not happen on 32 bit architectures. So the