lkml.org 
[lkml]   [2015]   [May]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.0 126/220] UBI: account for bitflips in both the VID header and data
    Date
    4.0-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Brian Norris <computersforpeace@gmail.com>

    commit 8eef7d70f7c6772c3490f410ee2bceab3b543fa1 upstream.

    We are completely discarding the earlier value of 'bitflips', which
    could reflect a bitflip found in ubi_io_read_vid_hdr(). Let's use the
    bitwise OR of header and data 'bitflip' statuses instead.

    Coverity CID #1226856

    Signed-off-by: Brian Norris <computersforpeace@gmail.com>
    Signed-off-by: Richard Weinberger <richard@nod.at>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/mtd/ubi/attach.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/mtd/ubi/attach.c
    +++ b/drivers/mtd/ubi/attach.c
    @@ -410,7 +410,7 @@ int ubi_compare_lebs(struct ubi_device *
    second_is_newer = !second_is_newer;
    } else {
    dbg_bld("PEB %d CRC is OK", pnum);
    - bitflips = !!err;
    + bitflips |= !!err;
    }
    mutex_unlock(&ubi->buf_mutex);




    \
     
     \ /
      Last update: 2015-05-02 22:01    [W:7.133 / U:0.280 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site