From: "Jörn Engel" <joern@logfs.org>
To: mattjreimer@gmail.com
Cc: Matt Reimer <mreimer@vpop.net>, linux-mtd@lists.infradead.org
Subject: Re: [PATCH] MTD: treat any negative return value from correct() as an error
Date: Sat, 20 Oct 2007 12:42:26 +0200 [thread overview]
Message-ID: <20071020104226.GD32465@lazybastard.org> (raw)
In-Reply-To: <1192656803-32151-1-git-send-email-mattjreimer@gmail.com>
On Wed, 17 October 2007 14:33:23 -0700, mattjreimer@gmail.com wrote:
>
> Treat any negative return value from a NAND driver's correct() function
> as a failure, rather than just -1. Some drivers (e.g. diskonchip) can
> return error values such as -EIO, which ended up being treated as the
> number of bits corrected, which in turn resulted in nand_do_read_ops()
> returning -EUCLEAN rather than -EBADMSG.
What an interesting patch.
NACK on patch description. Several things are wrong with this:
o -EIO shouldn't become -EBADMSG any more than -EUCLEAN. It should
remain -EIO and nothing else.
o I cannot see how diskonchip can return -EIO. Only -ERANGE.
o rtc_from4_correct_data() and doc200x_correct_data() will basically
pass on -ERANGE from decode_rs8() or decode_rs16(), respectively.
Afaict decode_rsXX() should just BUG() instead.
However I like the patch itself, because it allows one to rename those
magic -1 return values to self-documenting -EBADMSG.
Jörn
--
It is the mark of an educated mind to be able to entertain a thought
without accepting it.
-- Aristotle
next prev parent reply other threads:[~2007-10-20 11:23 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-17 21:33 [PATCH] MTD: treat any negative return value from correct() as an error mattjreimer
2007-10-20 10:42 ` Jörn Engel [this message]
2007-10-20 11:11 ` [PATCH] BUG() when passing illegal parameters to decode_rs8() or decode_rs16() Jörn Engel
2007-10-20 11:13 ` [PATCH] Replace -1 with -EBADMSG in nand error correction code Jörn Engel
2007-10-21 8:08 ` Thomas Gleixner
2007-10-21 8:42 ` Jörn Engel
2007-10-21 8:04 ` [PATCH] BUG() when passing illegal parameters to decode_rs8() or decode_rs16() Thomas Gleixner
2007-10-21 8:06 ` Thomas Gleixner
2007-10-21 8:48 ` Jörn Engel
2007-10-20 16:37 ` [PATCH] MTD: treat any negative return value from correct() as an error Matt Reimer
2007-10-20 17:40 ` Jörn Engel
2007-10-20 17:59 ` Matthew Reimer
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=20071020104226.GD32465@lazybastard.org \
--to=joern@logfs.org \
--cc=linux-mtd@lists.infradead.org \
--cc=mattjreimer@gmail.com \
--cc=mreimer@vpop.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox