From mboxrd@z Thu Jan 1 00:00:00 1970 From: Holger Brunck Date: Fri, 07 Oct 2011 09:39:36 +0200 Subject: [U-Boot] [PATCH] UBI: fix endless loop when a bitflip was detected In-Reply-To: <20111006213224.0C1D81408751@gemini.denx.de> References: <1315904833-11430-1-git-send-email-holger.brunck@keymile.com> <20111006213224.0C1D81408751@gemini.denx.de> Message-ID: <4E8EACB8.3090503@keymile.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, Wolfgang Denk wrote: > In message <1315904833-11430-1-git-send-email-holger.brunck@keymile.com> you wrote: >> On km_kirkwood boards we saw that u-boot gets stuck if the >> UBI layer detects a correctable bitflip in the NAND flash >> when u-boot tries to attach to the UBI device. >> >> This was already fixed in the UBI layer in the current >> mainline linux. The original commit was: >> >> "commit b86a2c56e512f46d140a4bcb4e35e8a7d4a99a4b >> Author: Artem Bityutskiy >> Date: Sun May 24 14:13:34 2009 +0300 >> [...] >> >> Signed-off-by: Holger Brunck >> cc: Stefan Roese >> --- >> drivers/mtd/ubi/build.c | 9 +++++++++ >> drivers/mtd/ubi/eba.c | 8 ++++++-- >> drivers/mtd/ubi/ubi.h | 10 ++++++++-- >> drivers/mtd/ubi/wl.c | 43 +++++++++++++++++++++++++++++++++++++------ >> 4 files changed, 60 insertions(+), 10 deletions(-) > > Checkpatch says: > > total: 0 errors, 2 warnings, 166 lines checked > > Please clean up and resubmit. Thanks. > I already made the request to drop this patch. Please take a look at: http://lists.denx.de/pipermail/u-boot/2011-September/101888.html Best regards Holger Brunck