[Bug 4856] [PATCH] correct nanddump behaviour

bugzilla at busybox.net bugzilla at busybox.net
Wed Apr 24 13:46:33 UTC 2013


https://bugs.busybox.net/show_bug.cgi?id=4856

--- Comment #4 from richard.genoud at gmail.com 2013-04-24 13:46:54 UTC ---
For an easier review, the original patch has been forward ported to v1.21.0 and
split in 2 functional patches.

Patch 1:
Correct wrong page rounding formula on nanddump causing an (almost) infinite
loop when dumping bad blocks.

Patch 2:
with the "skip bad blocks" options, nanddump is not dumping the right len when
there's bad bocks. (It is dumping len - bad_block_number * erase_size).
It should skip bad blocks and still dump the requested size.

Richard.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list