From: Peter Korsgaard <jacmet@sunsite.dk>
To: dedekind1@gmail.com
Cc: H Hartley Sweeten <hartleys@visionengravers.com>,
linux-mtd <linux-mtd@lists.infradead.org>
Subject: Re: Latest mkfs.jffs2 is broken.
Date: Fri, 15 Oct 2010 10:52:21 +0200 [thread overview]
Message-ID: <87lj5zet2y.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1287132218.18576.12.camel@localhost> (Artem Bityutskiy's message of "Fri, 15 Oct 2010 11:43:38 +0300")
>>>>> "Artem" == Artem Bityutskiy <dedekind1@gmail.com> writes:
>> Artem: Time for a v1.4.1 release?
Artem> Thanks. If it works, I'll back-port Mike's patch to 1.4.0 and tag it as
Artem> 1.4.1. So 1.4.1 won't include tons of irrelevant commits.
Great. An easy way to test:
git checkout v1.4.0
make WITHOUT_XATTR=1
./mkfs.jffs2 -e 0x20000 -b -s 0x1000 -d include -o test.jffs2
/usr/sbin/jffs2dump -b -c test.jffs2|head -n 4
Wrong hdr_crc at 0x00000000, 0x954203f1 instead of 0xf060dc98
Wrong bitmask at 0x00000004, 0x0000
Wrong hdr_crc at 0x0000000c, 0xd10532a2 instead of 0xb427edcb
Wrong bitmask at 0x00000010, 0x0000
git cherry-pick b864c387e8f1
make WITHOUT_XATTR=1
./mkfs.jffs2 -e 0x20000 -b -s 0x1000 -d include -o test.jffs2
/usr/sbin/jffs2dump -b -c test.jffs2|head -n 4
Dirent node at 0x0000000c, totlen 0x00000030, #pino 1, version 0, #ino 2, nsize 8, name common.h
Inode node at 0x0000003c, totlen 0x00000489, #ino 2, version 1, isize 2939, csize 1093, dsize 2939, offset 0
Dirent node at 0x000004c8, totlen 0x0000002f, #pino 1, version 1, #ino 3, nsize 7, name crc32.h
Inode node at 0x000004f8, totlen 0x0000011d, #ino 3, version 1, isize 294, csize 217, dsize 294, offset 0
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2010-10-15 8:52 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-14 21:54 Latest mkfs.jffs2 is broken H Hartley Sweeten
2010-10-15 6:14 ` Artem Bityutskiy
2010-10-15 8:35 ` Peter Korsgaard
2010-10-15 8:43 ` Artem Bityutskiy
2010-10-15 8:52 ` Peter Korsgaard [this message]
2010-10-16 15:49 ` Artem Bityutskiy
2010-10-16 20:19 ` Peter Korsgaard
2010-10-18 20:51 ` Peter Korsgaard
2010-10-19 4:49 ` Artem Bityutskiy
2010-10-19 8:38 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87lj5zet2y.fsf@macbook.be.48ers.dk \
--to=jacmet@sunsite.dk \
--cc=dedekind1@gmail.com \
--cc=hartleys@visionengravers.com \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.