Home
last modified time | relevance | path

Searched hist:ecbfa8eabae9cd73522d1d3d15869703c263d859 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/mtd/ubi/
H A Dfastmap.cdiff ecbfa8eabae9cd73522d1d3d15869703c263d859 Fri Sep 16 09:59:12 CDT 2016 Boris Brezillon <boris.brezillon@free-electrons.com> UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC header

scan_pool() does not mark the PEB for scrubing when bitflips are
detected in the EC header of a free PEB (VID header region left to
0xff).
Make sure we scrub the PEB in this case.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Fixes: dbb7d2a88d2a ("UBI: Add fastmap core")
Signed-off-by: Richard Weinberger <richard@nod.at>