• Matias Bjørling's avatar
    lightnvm: wrong offset in bad blk lun calculation · c3293a9a
    Matias Bjørling authored
    dev->nr_luns reports the total number of luns available in a device
    while dev->luns_per_chnl is the number of luns per channel.
    
    When multiple channels are available, the offset is calculated from a
    channel and lun id into a linear array. As it multiplies with
    the total number of luns, we go out of bound when channel id > 0 and
    causes the kernel to panic when we read a protected kernel memory area.
    Signed-off-by: default avatarMatias Bjørling <m@bjorling.me>
    Signed-off-by: default avatarJens Axboe <axboe@fb.com>
    c3293a9a
gennvm.c 11.5 KB