diff options
author | Richard Weinberger <richard@nod.at> | 2018-05-28 22:04:32 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2018-06-07 15:53:16 +0200 |
commit | 781932375ffc6411713ee0926ccae8596ed0261c (patch) | |
tree | 0aa1e9d6fb8f6bdf102d08346f5f2a99b06c997d /drivers/mtd/ubi/upd.c | |
parent | 6e7d80161066c99d12580d1b985cb1408bb58cf1 (diff) | |
download | talos-obmc-linux-781932375ffc6411713ee0926ccae8596ed0261c.tar.gz talos-obmc-linux-781932375ffc6411713ee0926ccae8596ed0261c.zip |
ubi: fastmap: Correctly handle interrupted erasures in EBA
Fastmap cannot track the LEB unmap operation, therefore it can
happen that after an interrupted erasure the mapping still looks
good from Fastmap's point of view, while reading from the PEB will
cause an ECC error and confuses the upper layer.
Instead of teaching users of UBI how to deal with that, we read back
the VID header and check for errors. If the PEB is empty or shows ECC
errors we fixup the mapping and schedule the PEB for erasure.
Fixes: dbb7d2a88d2a ("UBI: Add fastmap core")
Cc: <stable@vger.kernel.org>
Reported-by: martin bayern <Martinbayern@outlook.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'drivers/mtd/ubi/upd.c')
0 files changed, 0 insertions, 0 deletions