diff options
author | Stefan Riedmueller <s.riedmueller@phytec.de> | 2021-06-25 14:38:21 +0200 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2021-07-16 01:06:22 +0200 |
commit | 1a57b13e6017d2af575f4f42e848aa0b64d4bcf1 (patch) | |
tree | c37acdf5000773a5792412166f83abb10e35a117 /security/lockdown | |
parent | dt-bindings: mtd: gpmc: Fix the ECC bytes vs. OOB bytes equation (diff) | |
download | linux-1a57b13e6017d2af575f4f42e848aa0b64d4bcf1.tar.xz linux-1a57b13e6017d2af575f4f42e848aa0b64d4bcf1.zip |
mtd: rawnand: nand_bbt: Skip bad blocks when searching for the BBT in NAND
The blocks containing the bad block table can become bad as well. So
make sure to skip any blocks that are marked bad when searching for the
bad block table.
Otherwise in very rare cases where two BBT blocks wear out it might
happen that an obsolete BBT is used instead of a newer available
version.
This only applies to drivers which make use of a bad block marker in flash.
Other drivers won't be able to identify bad BBT blocks and thus can't skip
these.
Signed-off-by: Stefan Riedmueller <s.riedmueller@phytec.de>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20210625123821.207458-1-s.riedmueller@phytec.de
Diffstat (limited to 'security/lockdown')
0 files changed, 0 insertions, 0 deletions