NAND ECC on Marvell Armada SoC

Steve deRosier derosier at gmail.com
Tue Apr 3 16:18:33 PDT 2018


Hi All,

I'm working on a platform I haven't worked on before and I'm getting
some conflicting readings from the hardware and having trouble getting
UBI-based images to run correctly and I was hoping someone here might
have some experience that can point me the right direction.

Before going into the details, here's my questions:

* Does this controller store the ECC bits somewhere other than the OOB
in the flash?
* Is it possible/likely for the vendor to have modified u-boot to not
tell me the ECC bits in the OOB?  Or a u-boot bug on this platform
where it would've not shown the OOB?
* Is there a way to force a particular ECC configuration (including
disabled) for this driver via the DTS and have it ignore the ONFI
configuration? (I figure I could explore different configurations
until I got something that matched).


The device is running a MV88F6820 SoC, with the NFC running via the
pxa3xx-nand driver. I've got two versions of the hardware, one with a
AMD/Spansion S34ML02G2 SLC NAND (let's call this Unit1), the other
with a  Winbond W29N02GV SLC NAND (Unit2). The platform is a
third-party platform. I'm running OpenWRT/LEDE on it.

When I tried to replace the stock images on Unit2, either with stock
LEDE or my own built OpenWRT images, it would boot the kernel and then
UBI would spew ECC errors, resulting in an eventual rootfs not found
panic. I don't think it's terribly interesting, but if you want to see
the exact errors, I've attached the relevant chunk as a text file.
Note that I was able to try flashing from both a running system as
well as from u-boot with similar results.

On Unit2 I was able to get it to boot via an initramfs, ignoring the
UBI errors, so later information about a running Unit2 refers to this
configuration.

With Unit1, we were able to upgrade the stock image to a stock LEDE
and it booted just fine.

My operating theory is that something's fishy with the flash ECC setup
on Unit2. It's notable that the stock images (kernel 3.10.70) are
unable to recognize the Windbond flash and have this:
    [    1.967295] armada-nand f10d0000.nand: Initialize HAL based NFC
in 8bit mode with DMA Disabled using BCH 4bit ECC
    [    1.981683] NAND device: Manufacturer ID: 0xef, Chip ID: 0xda
(Unknown NAND 256MiB 3,3V 8-bit), 256MiB, page size: 2048, OOB size:
64

With the LEDE images (kernel  4.9.82) on Unit2, do recognize the flash chip:
    [    1.041804] nand: device found, Manufacturer ID: 0xef, Chip ID: 0xda
    [    1.048181] nand: Winbond W29N02GV
    [    1.051604] nand: 256 MiB, SLC, erase size: 128 KiB, page size:
2048, OOB size: 64
    [    1.059204] pxa3xx-nand f10d0000.flash: ECC strength 1, ECC step size 512

And on Unit1 which is working fine, and which seems to be the original
hardware rev, and running a 4.4.92 kernel:
    [    1.008510] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xda
    [    1.014899] nand: AMD/Spansion S34ML02G2
    [    1.018836] nand: 256 MiB, SLC, erase size: 128 KiB, page size:
2048, OOB size: 128
    [    1.026527] pxa3xx-nand f10d0000.flash: ECC strength 16, ECC
step size 2048

It's also interesting to note the U-Boot versions are different on the
two different hardware revisions.

My usual debugging for this sort of thing involves looking at the ECC
bits in the OOB. This is where things seriously diverge from my
expectations. In all cases, a u-boot `nand dump 0x...` results in
showing OOB data of 0xff.  On Unit1, on the Linux command-line, a
`nanddump -o -c ` shows no data in the OOB in any mtd device. On
Unit2, once I was able to boot it via an initramfs, it does show data
in the OOB in the kernel and rootfs areas that I flashed (but none in
the boot partitions).

What I strongly suspect is u-boot is defaulting to a particular ECC
configuration and writing the OOB in a particular way, in a way that
is in conflict with the ECC configuration the kernel is using because
the newer kernel is choosing to configure based on the ONFI
parameters. Also, at first I suspected that u-boot wasn't writing any
ECC data because it didn't recognize the chip and the `nand dump `
commands were showing erased OOBs.

On another platform (an Atmel) with kernel 3.8, if the OOB was blank,
the NAND driver would ignore ECC errors. I understand that's no longer
the case in more current kernels, and might not be the case with the
pxa3xx-nand driver anyway, but if it is that way on 3.10, it could
explain why the manufacturer could have changed the flash, U-boot
would write no ECC, and the system would boot fine; but with the
upgraded kernel the system drops ECC errors on the UBIFS rootfs mount.

I don't know this platform very well yet, nor do I have full control
over it yet, so any hints by someone who does know this NFC and driver
would be helpful.  Here's the first handful of questions I have:

* Does this controller store the ECC bits somewhere other than the OOB
in the flash?
* Is it possible/likely for the vendor to have modified u-boot to not
tell me the ECC bits in the OOB?  Or a u-boot bug on this platform
where it would've not shown the OOB?
* Is there a way to force a particular ECC configuration (including
disabled) for this driver via the DTS and have it ignore the ONFI
configuration? (I figure I could explore different configurations
until I got something that matched).
* Does anyone have any other ideas?

Thanks,
- Steve
-------------- next part --------------
** 44 printk messages dropped ** [    1.395882] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
** 257 printk messages dropped ** [    1.406084] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
** 271 printk messages dropped ** [    1.452648] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
** 271 printk messages dropped ** [    1.463143] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
** 237 printk messages dropped ** [    1.472333] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
** 21 printk messages dropped ** [    1.473009] [<c0601510>] (ubi_init) from [<c0009878>] (do_one_initcall+0xb8/0x174)
** 11 printk messages dropped ** [    1.473646] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
** 28 printk messages dropped ** [    1.474939] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 33:2048, read 64 bytes
[    1.474941] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.82 #0
[    1.474942] Hardware name: Marvell Armada 380/385 (Device Tree)
[    1.474947] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    1.474952] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    1.474956] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    1.474959] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    1.474962] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0306364>] (ubi_attach+0x294/0x1194)
[    1.474966] [<c0306364>] (ubi_attach) from [<c02fc3dc>] (ubi_attach_mtd_dev+0x60c/0xae0)
[    1.474970] [<c02fc3dc>] (ubi_attach_mtd_dev) from [<c0601510>] (ubi_init+0x1f4/0x2bc)
[    1.474973] [<c0601510>] (ubi_init) from [<c0009878>] (do_one_initcall+0xb8/0x174)
[    1.474977] [<c0009878>] (do_one_initcall) from [<c05e8df4>] (kernel_init_freeable+0x11c/0x1e0)
[    1.474981] [<c05e8df4>] (kernel_init_freeable) from [<c0483f04>] (kernel_init+0x8/0xf0)
[    1.474985] [<c0483f04>] (kernel_init) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    1.475139] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 34:0, read only 64 bytes, retry
[    1.475292] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 34:0, read only 64 bytes, retry
[    1.475444] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 34:0, read only 64 bytes, retry
[    1.475595] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 34:0, read 64 bytes
[    1.475597] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.82 #0
[    1.475598] Hardware name: Marvell Armada 380/385 (Device Tree)
[    1.475604] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    1.475609] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    1.475612] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    1.475615] [<c0301744>] (ubi_io_read) from [<c0301a38>] (ubi_io_read_ec_hdr+0x68/0x1d4)
[    1.475619] [<c0301a38>] (ubi_io_read_ec_hdr) from [<c0306260>] (ubi_attach+0x190/0x1194)
[    1.475623] [<c0306260>] (ubi_attach) from [<c02fc3dc>] (ubi_attach_mtd_dev+0x60c/0xae0)
[    1.475627] [<c02fc3dc>] (ubi_attach_mtd_dev) from [<c0601510>] (ubi_init+0x1f4/0x2bc)
[    1.475630] [<c0601510>] (ubi_init) from [<c0009878>] (do_one_initcall+0xb8/0x174)
[    1.475634] [<c0009878>] (do_one_initcall) from [<c05e8df4>] (kernel_init_freeable+0x11c/0x1e0)
[    1.475637] [<c05e8df4>] (kernel_init_freeable) from [<c0483f04>] (kernel_init+0x8/0xf0)
[    1.475641] [<c0483f04>] (kernel_init) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    1.475795] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 34:2048, read only 64 bytes, retry
[    1.475947] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 34:2048, read only 64 bytes, retry
[    1.476099] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 34:2048, read only 64 bytes, retry
[    1.476250] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 34:2048, read 64 bytes
[    1.476252] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.82 #0
[    1.476253] Hardware name: Marvell Armada 380/385 (Device Tree)
[    1.476259] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    1.476264] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    1.476268] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    1.476271] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    1.476274] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0306364>] (ubi_attach+0x294/0x1194)
[    1.476279] [<c0306364>] (ubi_attach) from [<c02fc3dc>] (ubi_attach_mtd_dev+0x60c/0xae0)
[    1.476283] [<c02fc3dc>] (ubi_attach_mtd_dev) from [<c0601510>] (ubi_init+0x1f4/0x2bc)
[    1.476286] [<c0601510>] (ubi_init) from [<c0009878>] (do_one_initcall+0xb8/0x174)
[    1.476289] [<c0009878>] (do_one_initcall) from [<c05e8df4>] (kernel_init_freeable+0x11c/0x1e0)
[    1.476293] [<c05e8df4>] (kernel_init_freeable) from [<c0483f04>] (kernel_init+0x8/0xf0)
[    1.476297] [<c0483f04>] (kernel_init) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    1.476451] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 35:0, read only 64 bytes, retry
[    1.476604] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 35:0, read only 64 bytes, retry
[    1.476755] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 35:0, read only 64 bytes, retry
[    1.476907] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 35:0, read 64 bytes
[    1.476909] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.82 #0
[    1.476910] Hardware name: Marvell Armada 380/385 (Device Tree)
[    1.476916] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    1.476921] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    1.476924] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    1.476927] [<c0301744>] (ubi_io_read) from [<c0301a38>] (ubi_io_read_ec_hdr+0x68/0x1d4)
[    1.476931] [<c0301a38>] (ubi_io_read_ec_hdr) from [<c0306260>] (ubi_attach+0x190/0x1194)
[    1.476936] [<c0306260>] (ubi_attach) from [<c02fc3dc>] (ubi_attach_mtd_dev+0x60c/0xae0)
[    1.476939] [<c02fc3dc>] (ubi_attach_mtd_dev) from [<c0601510>] (ubi_init+0x1f4/0x2bc)
[    1.476942] [<c0601510>] (ubi_init) from [<c0009878>] (do_one_initcall+0xb8/0x174)
[    1.476946] [<c0009878>] (do_one_initcall) from [<c05e8df4>] (kernel_init_freeable+0x11c/0x1e0)
[    1.476950] [<c05e8df4>] (kernel_init_freeable) from [<c0483f04>] (kernel_init+0x8/0xf0)
[    1.476954] [<c0483f04>] (kernel_init) from [<c000ee10>] (ret_from_fork+0x14/0x24)
** 15 printk messages dropped ** [    1.477605] [<c05e8df4>] (kernel_init_freeable) from [<c0483f04>] (kernel_init+0x8/0xf0)
** 1 printk messages dropped ** [    1.477764] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 36:0, read only 64 bytes, retry
** 1 printk messages dropped ** [    1.478068] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 36:0, read only 64 bytes, retry
** 27 printk messages dropped ** [    1.478911] [<c0601510>] (ubi_init) from [<c0009878>] (do_one_initcall+0xb8/0x174)
[    1.478915] [<c0009878>] (do_one_initcall) from [<c05e8df4>] (kernel_init_freeable+0x11c/0x1e0)
** 1 printk messages dropped ** [    1.478923] [<c0483f04>] (kernel_init) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    1.479077] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 37:0, read only 64 bytes, retry
** 27 printk messages dropped ** [    1.480215] [<c0306364>] (ubi_attach) from [<c02fc3dc>] (ubi_attach_mtd_dev+0x60c/0xae0)
[    1.480219] [<c02fc3dc>] (ubi_attach_mtd_dev) from [<c0601510>] (ubi_init+0x1f4/0x2bc)
** 1 printk messages dropped ** [    1.480226] [<c0009878>] (do_one_initcall) from [<c05e8df4>] (kernel_init_freeable+0x11c/0x1e0)
** 25 printk messages dropped ** [    1.481520] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
** 1 printk messages dropped ** [    1.481529] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    1.481532] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
** 1 printk messages dropped ** [    1.481540] [<c0306364>] (ubi_attach) from [<c02fc3dc>] (ubi_attach_mtd_dev+0x60c/0xae0)
** 25 printk messages dropped ** [    1.482824] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 39:2048, read 64 bytes
** 2 printk messages dropped ** [    1.482833] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
** 1 printk messages dropped ** [    1.482841] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
** 26 printk messages dropped ** [    1.483834] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 40:2048, read only 64 bytes, retry
[    1.483985] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 40:2048, read only 64 bytes, retry
** 1 printk messages dropped ** [    1.484139] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.82 #0
** 27 printk messages dropped ** [    1.484835] [<c05e8df4>] (kernel_init_freeable) from [<c0483f04>] (kernel_init+0x8/0xf0)
** 1 printk messages dropped ** [    1.484993] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 41:2048, read only 64 bytes, retry
[    1.485145] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 41:2048, read only 64 bytes, retry
** 27 printk messages dropped ** [    1.486137] [<c02fc3dc>] (ubi_attach_mtd_dev) from [<c0601510>] (ubi_init+0x1f4/0x2bc)
** 1 printk messages dropped ** [    1.486143] [<c0009878>] (do_one_initcall) from [<c05e8df4>] (kernel_init_freeable+0x11c/0x1e0)
[    1.486147] [<c05e8df4>] (kernel_init_freeable) from [<c0483f04>] (kernel_init+0x8/0xf0)
** 1 printk messages dropped ** [    1.486304] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 42:2048, read only 64 bytes, retry
** 25 printk messages dropped ** [    1.487436] [<c0301744>] (ubi_io_read) from [<c0301a38>] (ubi_io_read_ec_hdr+0x68/0x1d4)
** 2 printk messages dropped ** [    1.487447] [<c02fc3dc>] (ubi_attach_mtd_dev) from [<c0601510>] (ubi_init+0x1f4/0x2bc)
** 1 printk messages dropped ** [    1.487454] [<c0009878>] (do_one_initcall) from [<c05e8df4>] (kernel_init_freeable+0x11c/0x1e0)
** 25 printk messages dropped ** [    1.488738] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
** 1 printk messages dropped ** [    1.488746] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    1.488749] [<c0301744>] (ubi_io_read) from [<c0301a38>] (ubi_io_read_ec_hdr+0x68/0x1d4)
** 1 printk messages dropped ** [    1.488757] [<c0306260>] (ubi_attach) from [<c02fc3dc>] (ubi_attach_mtd_dev+0x60c/0xae0)
** 25 printk messages dropped ** [    1.490041] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 45:0, read 64 bytes
** 2 printk messages dropped ** [    1.490049] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
** 1 printk messages dropped ** [    1.490058] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
** 26 printk messages dropped ** [    1.491049] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 46:0, read only 64 bytes, retry
[    1.491200] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 46:0, read only 64 bytes, retry
** 1 printk messages dropped ** [    1.491361] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.82 #0
** 27 printk messages dropped ** [    1.492059] [<c05e8df4>] (kernel_init_freeable) from [<c0483f04>] (kernel_init+0x8/0xf0)
[    1.492062] [<c0483f04>] (kernel_init) from [<c000ee10>] (ret_from_fork+0x14/0x24)
** 1 printk messages dropped ** [    1.492369] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 47:0, read only 64 bytes, retry
[    1.492520] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 47:0, read only 64 bytes, retry
** 26 printk messages dropped ** [    1.493359] [<c02fc3dc>] (ubi_attach_mtd_dev) from [<c0601510>] (ubi_init+0x1f4/0x2bc)
[    1.493362] [<c0601510>] (ubi_init) from [<c0009878>] (do_one_initcall+0xb8/0x174)
** 1 printk messages dropped ** [    1.493369] [<c05e8df4>] (kernel_init_freeable) from [<c0483f04>] (kernel_init+0x8/0xf0)
** 14 printk messages dropped ** [    1.494019] [<c0601510>] (ubi_init) from [<c0009878>] (do_one_initcall+0xb8/0x174)
** 13 printk messages dropped ** [    1.494662] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0306364>] (ubi_attach+0x294/0x1194)
** 1 printk messages dropped ** [    1.494670] [<c02fc3dc>] (ubi_attach_mtd_dev) from [<c0601510>] (ubi_init+0x1f4/0x2bc)
[    1.494673] [<c0601510>] (ubi_init) from [<c0009878>] (do_one_initcall+0xb8/0x174)
** 26 printk messages dropped ** [    1.495958] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    1.495963] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
** 1 printk messages dropped ** [    1.495969] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
** 1 printk messages dropped ** [    1.495977] [<c0306364>] (ubi_attach) from [<c02fc3dc>] (ubi_attach_mtd_dev+0x60c/0xae0)
** 25 printk messages dropped ** [    1.497260] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 50:2048, read 64 bytes
** 2 printk messages dropped ** [    1.497269] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    1.497273] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    1.497277] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
** 26 printk messages dropped ** [    1.498267] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 51:2048, read only 64 bytes, retry
** 1 printk messages dropped ** [    1.498570] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 51:2048, read 64 bytes
[    1.498572] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.82 #0
** 27 printk messages dropped ** [    1.499270] [<c05e8df4>] (kernel_init_freeable) from [<c0483f04>] (kernel_init+0x8/0xf0)
[    1.499274] [<c0483f04>] (kernel_init) from [<c000ee10>] (ret_from_fork+0x14/0x24)
** 1 printk messages dropped ** [    1.499579] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 52:2048, read only 64 bytes, retry
[    1.499730] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 52:2048, read only 64 bytes, retry
** 27 printk messages dropped ** [    1.500573] [<c0601510>] (ubi_init) from [<c0009878>] (do_one_initcall+0xb8/0x174)
** 1 printk messages dropped ** [    1.500580] [<c05e8df4>] (kernel_init_freeable) from [<c0483f04>] (kernel_init+0x8/0xf0)
[    1.500584] [<c0483f04>] (kernel_init) from [<c000ee10>] (ret_from_fork+0x14/0x24)
** 26 printk messages dropped ** [    1.501877] [<c0301744>] (ubi_io_read) from [<c0301a38>] (ubi_io_read_ec_hdr+0x68/0x1d4)
[    1.501881] [<c0301a38>] (ubi_io_read_ec_hdr) from [<c0306260>] (ubi_attach+0x190/0x1194)
** 1 printk messages dropped ** [    1.501890] [<c02fc3dc>] (ubi_attach_mtd_dev) from [<c0601510>] (ubi_init+0x1f4/0x2bc)
[    1.501893] [<c0601510>] (ubi_init) from [<c0009878>] (do_one_initcall+0xb8/0x174)
** 26 printk messages dropped ** [    1.503180] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    1.503185] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
** 1 printk messages dropped ** [    1.503192] [<c0301744>] (ubi_io_read) from [<c0301a38>] (ubi_io_read_ec_hdr+0x68/0x1d4)
** 1 printk messages dropped ** [    1.503200] [<c0306260>] (ubi_attach) from [<c02fc3dc>] (ubi_attach_mtd_dev+0x60c/0xae0)
** 25 printk messages dropped ** [    1.504483] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 56:0, read 64 bytes
[    1.504486] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.82 #0
** 1 printk messages dropped ** [    1.504492] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    1.504497] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
** 27 printk messages dropped ** [    1.505490] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 57:0, read only 64 bytes, retry
** 1 printk messages dropped ** [    1.505793] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 57:0, read 64 bytes
[    1.505795] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.82 #0
** 27 printk messages dropped ** [    1.506490] [<c05e8df4>] (kernel_init_freeable) from [<c0483f04>] (kernel_init+0x8/0xf0)
[    1.506494] [<c0483f04>] (kernel_init) from [<c000ee10>] (ret_from_fork+0x14/0x24)
** 1 printk messages dropped ** [    1.506801] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 58:0, read only 64 bytes, retry
[    1.506952] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 58:0, read only 64 bytes, retry
** 26 printk messages dropped ** [    1.507790] [<c02fc3dc>] (ubi_attach_mtd_dev) from [<c0601510>] (ubi_init+0x1f4/0x2bc)
[    1.507793] [<c0601510>] (ubi_init) from [<c0009878>] (do_one_initcall+0xb8/0x174)
** 1 printk messages dropped ** [    1.507800] [<c05e8df4>] (kernel_init_freeable) from [<c0483f04>] (kernel_init+0x8/0xf0)
** 12 printk messages dropped ** [    1.508441] [<c0306260>] (ubi_attach) from [<c02fc3dc>] (ubi_attach_mtd_dev+0x60c/0xae0)
** 15 printk messages dropped ** [    1.509092] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0306364>] (ubi_attach+0x294/0x1194)
** 1 printk messages dropped ** [    1.509100] [<c02fc3dc>] (ubi_attach_mtd_dev) from [<c0601510>] (ubi_init+0x1f4/0x2bc)
[    1.509103] [<c0601510>] (ubi_init) from [<c0009878>] (do_one_initcall+0xb8/0x174)
** 25 printk messages dropped ** [    1.510382] Hardware name: Marvell Armada 380/385 (Device Tree)
** 1 printk messages dropped ** [    1.510392] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
** 1 printk messages dropped ** [    1.510399] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    1.510402] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0306364>] (ubi_attach+0x294/0x1194)
** 26 printk messages dropped ** [    1.511690] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 61:2048, read 64 bytes
[    1.511692] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.82 #0
[    1.511693] Hardware name: Marvell Armada 380/385 (Device Tree)
** 1 printk messages dropped ** [    1.511704] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
** 27 printk messages dropped ** [    1.512700] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 62:2048, read only 64 bytes, retry
[    1.512851] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 62:2048, read only 64 bytes, retry
** 1 printk messages dropped ** [    1.513005] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.82 #0
** 12 printk messages dropped ** [    1.513204] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 63:0, read only 64 bytes, retry
** 15 printk messages dropped ** [    1.513705] [<c0483f04>] (kernel_init) from [<c000ee10>] (ret_from_fork+0x14/0x24)
** 1 printk messages dropped ** [    1.514011] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 63:2048, read only 64 bytes, retry
** 27 printk messages dropped ** [    1.515002] [<c02fc3dc>] (ubi_attach_mtd_dev) from [<c0601510>] (ubi_init+0x1f4/0x2bc)
[    1.515005] [<c0601510>] (ubi_init) from [<c0009878>] (do_one_initcall+0xb8/0x174)
** 1 printk messages dropped ** [    1.515012] [<c05e8df4>] (kernel_init_freeable) from [<c0483f04>] (kernel_init+0x8/0xf0)
[    1.515016] [<c0483f04>] (kernel_init) from [<c000ee10>] (ret_from_fork+0x14/0x24)
** 26 printk messages dropped ** [    1.516302] [<c0301744>] (ubi_io_read) from [<c0301a38>] (ubi_io_read_ec_hdr+0x68/0x1d4)
[    1.516305] [<c0301a38>] (ubi_io_read_ec_hdr) from [<c0306260>] (ubi_attach+0x190/0x1194)
** 1 printk messages dropped ** [    1.516313] [<c02fc3dc>] (ubi_attach_mtd_dev) from [<c0601510>] (ubi_init+0x1f4/0x2bc)
[    1.516316] [<c0601510>] (ubi_init) from [<c0009878>] (do_one_initcall+0xb8/0x174)
** 25 printk messages dropped ** [    1.517596] Hardware name: Marvell Armada 380/385 (Device Tree)
** 1 printk messages dropped ** [    1.517606] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
** 1 printk messages dropped ** [    1.517612] [<c0301744>] (ubi_io_read) from [<c0301a38>] (ubi_io_read_ec_hdr+0x68/0x1d4)
[    1.517616] [<c0301a38>] (ubi_io_read_ec_hdr) from [<c0306260>] (ubi_attach+0x190/0x1194)
** 26 printk messages dropped ** [    1.518903] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 67:0, read 64 bytes
[    1.518905] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.82 #0
[    1.518906] Hardware name: Marvell Armada 380/385 (Device Tree)
[    1.518912] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    1.518916] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
** 26 printk messages dropped ** [    1.519758] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 68:0, read only 64 bytes, retry
** 2 printk messages dropped ** [    1.520214] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 68:0, read 64 bytes
[    1.520216] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.82 #0
** 27 printk messages dropped ** [    1.520911] [<c05e8df4>] (kernel_init_freeable) from [<c0483f04>] (kernel_init+0x8/0xf0)
[    1.520915] [<c0483f04>] (kernel_init) from [<c000ee10>] (ret_from_fork+0x14/0x24)
** 1 printk messages dropped ** [    1.521221] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 69:0, read only 64 bytes, retry
[    1.521375] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 69:0, read only 64 bytes, retry
** 25 printk messages dropped ** [    1.522210] [<c0306364>] (ubi_attach) from [<c02fc3dc>] (ubi_attach_mtd_dev+0x60c/0xae0)
** 3 printk messages dropped ** [    1.522224] [<c05e8df4>] (kernel_init_freeable) from [<c0483f04>] (kernel_init+0x8/0xf0)
[    1.522228] [<c0483f04>] (kernel_init) from [<c000ee10>] (ret_from_fork+0x14/0x24)
** 24 printk messages dropped ** [    1.523507] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
** 2 printk messages dropped ** [    1.523517] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0306364>] (ubi_attach+0x294/0x1194)
** 1 printk messages dropped ** [    1.523525] [<c02fc3dc>] (ubi_attach_mtd_dev) from [<c0601510>] (ubi_init+0x1f4/0x2bc)
[    1.523528] [<c0601510>] (ubi_init) from [<c0009878>] (do_one_initcall+0xb8/0x174)
** 26 printk messages dropped ** [    1.530886] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.82 #0
[    1.530887] Hardware name: Marvell Armada 380/385 (Device Tree)
[    1.530894] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    1.530899] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
** 1 printk messages dropped ** [    1.530908] [<c0301744>] (ubi_io_read) from [<c02f9234>] (ubi_read_volume_table+0x1b0/0x8dc)
** 26 printk messages dropped ** [    1.549877] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
** 1 printk messages dropped ** [    1.549881] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
** 1 printk messages dropped ** [    1.549884] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[    1.549887] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 1574541302
** 26 printk messages dropped ** [    2.017653] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 2:2048, read only 64 bytes, retry
** 1 printk messages dropped ** [    2.017808] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.017809] Hardware name: Marvell Armada 380/385 (Device Tree)
** 27 printk messages dropped ** [    2.057344] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 3:2048, read only 64 bytes, retry
[    2.057497] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 3:2048, read 64 bytes
[    2.057499] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.057500] Hardware name: Marvell Armada 380/385 (Device Tree)
** 12 printk messages dropped ** [    2.093986] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 3:4096, read 126976 bytes
** 15 printk messages dropped ** [    2.094640] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 4:2048, read 64 bytes
[    2.094642] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.094643] Hardware name: Marvell Armada 380/385 (Device Tree)
** 27 printk messages dropped ** [    2.131474] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 5:2048, read only 64 bytes, retry
[    2.131626] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 5:2048, read only 64 bytes, retry
** 1 printk messages dropped ** [    2.131779] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.131780] Hardware name: Marvell Armada 380/385 (Device Tree)
** 26 printk messages dropped ** [    2.168589] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 6:2048, read only 64 bytes, retry
** 2 printk messages dropped ** [    2.168894] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.168895] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.168900] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
** 26 printk messages dropped ** [    2.205843] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 7:2048, read only 64 bytes, retry
** 1 printk messages dropped ** [    2.205998] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.205999] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.206004] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
** 26 printk messages dropped ** [    2.242977] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 8:2048, read only 64 bytes, retry
** 1 printk messages dropped ** [    2.243130] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.243132] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.243137] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
** 26 printk messages dropped ** [    2.280075] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 9:2048, read only 64 bytes, retry
** 1 printk messages dropped ** [    2.280229] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.280230] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.280236] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
** 26 printk messages dropped ** [    2.317194] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 11:2048, read only 64 bytes, retry
** 1 printk messages dropped ** [    2.317348] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.317349] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.317354] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
** 26 printk messages dropped ** [    2.354323] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 12:2048, read only 64 bytes, retry
** 1 printk messages dropped ** [    2.354477] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.354478] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.354484] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
** 26 printk messages dropped ** [    2.391424] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 13:2048, read only 64 bytes, retry
** 1 printk messages dropped ** [    2.391578] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.391579] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.391585] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
** 26 printk messages dropped ** [    2.428547] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 14:2048, read only 64 bytes, retry
** 1 printk messages dropped ** [    2.428700] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.428701] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.428707] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
** 26 printk messages dropped ** [    2.465662] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 15:2048, read only 64 bytes, retry
** 1 printk messages dropped ** [    2.465815] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.465816] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.465821] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
** 26 printk messages dropped ** [    2.502766] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 16:2048, read only 64 bytes, retry
[    2.502919] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 16:2048, read 64 bytes
** 1 printk messages dropped ** [    2.502922] Hardware name: Marvell Armada 380/385 (Device Tree)
** 27 printk messages dropped ** [    2.539895] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 17:2048, read only 64 bytes, retry
[    2.540046] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 17:2048, read 64 bytes
[    2.540048] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.540049] Hardware name: Marvell Armada 380/385 (Device Tree)
** 13 printk messages dropped ** [    2.576504] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
** 13 printk messages dropped ** [    2.577002] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 18:2048, read only 64 bytes, retry
** 1 printk messages dropped ** [    2.577156] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.577157] Hardware name: Marvell Armada 380/385 (Device Tree)
** 27 printk messages dropped ** [    2.614129] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 19:2048, read only 64 bytes, retry
[    2.614281] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 19:2048, read 64 bytes
[    2.614283] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.614284] Hardware name: Marvell Armada 380/385 (Device Tree)
** 27 printk messages dropped ** [    2.651243] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 20:2048, read only 64 bytes, retry
[    2.651397] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 20:2048, read 64 bytes
[    2.651399] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.651400] Hardware name: Marvell Armada 380/385 (Device Tree)
** 24 printk messages dropped ** [    2.687891] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 20
[    2.688046] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 21:2048, read only 64 bytes, retry
[    2.688198] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 21:2048, read only 64 bytes, retry
[    2.688349] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 21:2048, read only 64 bytes, retry
[    2.688501] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 21:2048, read 64 bytes
[    2.688503] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.688504] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.688510] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    2.688515] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    2.688518] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    2.688521] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    2.688525] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    2.688528] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    2.688531] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    2.688534] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    2.688538] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    2.697654] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 21:4096, read only 126976 bytes, retry
[    2.706762] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 21:4096, read only 126976 bytes, retry
[    2.715873] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 21:4096, read only 126976 bytes, retry
[    2.724980] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 21:4096, read 126976 bytes
[    2.724983] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.724984] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.724990] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    2.724995] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    2.724998] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    2.725001] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    2.725005] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    2.725008] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    2.725011] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    2.725015] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    2.725019] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    2.725022] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 21
[    2.725176] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 22:2048, read only 64 bytes, retry
[    2.725328] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 22:2048, read only 64 bytes, retry
[    2.725480] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 22:2048, read only 64 bytes, retry
[    2.725632] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 22:2048, read 64 bytes
[    2.725634] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.725635] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.725640] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    2.725645] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    2.725649] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    2.725652] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    2.725655] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    2.725658] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    2.725661] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    2.725665] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    2.725669] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    2.734775] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 22:4096, read only 126976 bytes, retry
[    2.743879] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 22:4096, read only 126976 bytes, retry
[    2.752982] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 22:4096, read only 126976 bytes, retry
[    2.762090] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 22:4096, read 126976 bytes
[    2.762092] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.762093] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.762099] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    2.762103] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    2.762107] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    2.762110] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    2.762113] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    2.762117] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    2.762119] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    2.762123] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    2.762128] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    2.762131] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 22
[    2.762286] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 23:2048, read only 64 bytes, retry
[    2.762438] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 23:2048, read only 64 bytes, retry
[    2.762589] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 23:2048, read only 64 bytes, retry
[    2.762741] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 23:2048, read 64 bytes
[    2.762743] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.762744] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.762749] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    2.762754] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    2.762758] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    2.762761] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    2.762765] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    2.762768] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    2.762770] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    2.762774] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    2.762778] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    2.771894] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 23:4096, read only 126976 bytes, retry
[    2.780996] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 23:4096, read only 126976 bytes, retry
[    2.790105] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 23:4096, read only 126976 bytes, retry
[    2.799207] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 23:4096, read 126976 bytes
[    2.799209] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.799211] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.799217] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    2.799221] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    2.799225] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    2.799228] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    2.799231] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    2.799234] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    2.799237] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    2.799241] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    2.799246] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    2.799248] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 23
[    2.799404] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 24:2048, read only 64 bytes, retry
[    2.799556] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 24:2048, read only 64 bytes, retry
[    2.799707] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 24:2048, read only 64 bytes, retry
[    2.799860] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 24:2048, read 64 bytes
[    2.799862] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.799863] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.799868] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    2.799873] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    2.799877] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    2.799880] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    2.799883] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    2.799886] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    2.799889] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    2.799893] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    2.799897] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    2.809002] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 24:4096, read only 126976 bytes, retry
[    2.818108] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 24:4096, read only 126976 bytes, retry
[    2.827217] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 24:4096, read only 126976 bytes, retry
[    2.836328] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 24:4096, read 126976 bytes
[    2.836330] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.836331] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.836337] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    2.836342] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    2.836346] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    2.836349] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    2.836352] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    2.836355] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    2.836358] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    2.836362] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    2.836366] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    2.836369] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 24
[    2.836524] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 25:2048, read only 64 bytes, retry
[    2.836677] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 25:2048, read only 64 bytes, retry
[    2.836828] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 25:2048, read only 64 bytes, retry
[    2.836980] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 25:2048, read 64 bytes
[    2.836982] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.836983] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.836988] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    2.836993] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    2.836997] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    2.837000] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    2.837003] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    2.837006] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    2.837009] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    2.837013] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    2.837017] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    2.846122] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 25:4096, read only 126976 bytes, retry
[    2.855226] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 25:4096, read only 126976 bytes, retry
[    2.864330] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 25:4096, read only 126976 bytes, retry
[    2.873433] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 25:4096, read 126976 bytes
[    2.873435] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.873437] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.873442] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    2.873447] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    2.873451] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    2.873454] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    2.873457] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    2.873460] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    2.873463] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    2.873467] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    2.873472] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    2.873474] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 25
[    2.873630] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 26:2048, read only 64 bytes, retry
[    2.873781] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 26:2048, read only 64 bytes, retry
[    2.873933] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 26:2048, read only 64 bytes, retry
[    2.874085] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 26:2048, read 64 bytes
[    2.874087] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.874088] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.874093] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    2.874098] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    2.874102] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    2.874105] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    2.874108] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    2.874111] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    2.874114] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    2.874118] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    2.874122] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    2.883234] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 26:4096, read only 126976 bytes, retry
[    2.892346] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 26:4096, read only 126976 bytes, retry
[    2.901454] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 26:4096, read only 126976 bytes, retry
[    2.910555] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 26:4096, read 126976 bytes
[    2.910557] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.910558] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.910564] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    2.910569] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    2.910573] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    2.910576] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    2.910579] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    2.910582] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    2.910585] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    2.910589] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    2.910593] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    2.910596] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 26
[    2.910751] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 27:2048, read only 64 bytes, retry
[    2.910903] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 27:2048, read only 64 bytes, retry
[    2.911055] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 27:2048, read only 64 bytes, retry
[    2.911207] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 27:2048, read 64 bytes
[    2.911209] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.911210] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.911215] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    2.911220] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    2.911224] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    2.911227] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    2.911230] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    2.911233] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    2.911236] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    2.911240] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    2.911244] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    2.920349] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 27:4096, read only 126976 bytes, retry
[    2.929453] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 27:4096, read only 126976 bytes, retry
[    2.938555] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 27:4096, read only 126976 bytes, retry
[    2.947663] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 27:4096, read 126976 bytes
[    2.947665] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.947666] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.947672] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    2.947677] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    2.947681] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    2.947684] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    2.947687] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    2.947691] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    2.947693] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    2.947697] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    2.947702] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    2.947704] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 27
[    2.947860] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 28:2048, read only 64 bytes, retry
[    2.948012] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 28:2048, read only 64 bytes, retry
[    2.948163] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 28:2048, read only 64 bytes, retry
[    2.948316] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 28:2048, read 64 bytes
[    2.948318] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.948319] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.948324] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    2.948329] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    2.948333] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    2.948336] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    2.948339] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    2.948342] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    2.948345] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    2.948349] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    2.948353] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    2.957468] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 28:4096, read only 126976 bytes, retry
[    2.966578] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 28:4096, read only 126976 bytes, retry
[    2.975682] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 28:4096, read only 126976 bytes, retry
[    2.984785] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 28:4096, read 126976 bytes
[    2.984787] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.984789] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.984794] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    2.984799] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    2.984803] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    2.984806] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    2.984809] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    2.984812] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    2.984815] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    2.984819] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    2.984823] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    2.984826] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 28
[    2.984982] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 29:2048, read only 64 bytes, retry
[    2.985134] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 29:2048, read only 64 bytes, retry
[    2.985285] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 29:2048, read only 64 bytes, retry
[    2.985437] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 29:2048, read 64 bytes
[    2.985439] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    2.985440] Hardware name: Marvell Armada 380/385 (Device Tree)
[    2.985446] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    2.985451] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    2.985455] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    2.985458] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    2.985461] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    2.985464] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    2.985467] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    2.985471] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    2.985475] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    2.994588] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 29:4096, read only 126976 bytes, retry
[    3.003697] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 29:4096, read only 126976 bytes, retry
[    3.012808] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 29:4096, read only 126976 bytes, retry
[    3.021917] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 29:4096, read 126976 bytes
[    3.021919] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.021920] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.021926] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.021931] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.021935] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.021938] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.021941] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.021944] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.021947] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.021951] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.021955] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.021958] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 29
[    3.022113] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 30:2048, read only 64 bytes, retry
[    3.022265] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 30:2048, read only 64 bytes, retry
[    3.022416] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 30:2048, read only 64 bytes, retry
[    3.022568] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 30:2048, read 64 bytes
[    3.022570] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.022571] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.022577] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.022581] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.022585] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.022588] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.022591] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.022594] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.022597] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.022601] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.022605] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.031711] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 30:4096, read only 126976 bytes, retry
[    3.040812] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 30:4096, read only 126976 bytes, retry
[    3.049914] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 30:4096, read only 126976 bytes, retry
[    3.059016] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 30:4096, read 126976 bytes
[    3.059018] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.059020] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.059025] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.059031] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.059034] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.059037] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.059041] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.059044] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.059047] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.059050] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.059054] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.059057] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 30
[    3.059212] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 31:2048, read only 64 bytes, retry
[    3.059364] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 31:2048, read only 64 bytes, retry
[    3.059516] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 31:2048, read only 64 bytes, retry
[    3.059667] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 31:2048, read 64 bytes
[    3.059670] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.059671] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.059676] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.059681] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.059685] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.059688] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.059691] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.059694] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.059697] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.059701] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.059705] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.068817] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 31:4096, read only 126976 bytes, retry
[    3.077930] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 31:4096, read only 126976 bytes, retry
[    3.087038] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 31:4096, read only 126976 bytes, retry
[    3.096149] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 31:4096, read 126976 bytes
[    3.096151] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.096152] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.096158] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.096163] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.096167] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.096170] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.096173] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.096177] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.096179] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.096183] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.096188] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.096191] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 31
[    3.096346] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 32:2048, read only 64 bytes, retry
[    3.096498] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 32:2048, read only 64 bytes, retry
[    3.096650] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 32:2048, read only 64 bytes, retry
[    3.096803] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 32:2048, read 64 bytes
[    3.096805] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.096806] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.096811] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.096816] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.096820] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.096823] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.096826] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.096829] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.096832] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.096836] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.096840] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.105946] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 32:4096, read only 126976 bytes, retry
[    3.115049] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 32:4096, read only 126976 bytes, retry
[    3.124153] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 32:4096, read only 126976 bytes, retry
[    3.133267] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 32:4096, read 126976 bytes
[    3.133269] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.133270] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.133276] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.133281] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.133285] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.133288] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.133291] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.133294] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.133297] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.133301] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.133305] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.133308] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 32
[    3.133464] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 33:2048, read only 64 bytes, retry
[    3.133617] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 33:2048, read only 64 bytes, retry
[    3.133768] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 33:2048, read only 64 bytes, retry
[    3.133920] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 33:2048, read 64 bytes
[    3.133922] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.133923] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.133929] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.133933] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.133937] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.133940] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.133944] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.133947] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.133949] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.133953] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.133957] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.143070] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 33:4096, read only 126976 bytes, retry
[    3.152183] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 33:4096, read only 126976 bytes, retry
[    3.161284] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 33:4096, read only 126976 bytes, retry
[    3.170390] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 33:4096, read 126976 bytes
[    3.170392] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.170393] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.170399] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.170404] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.170408] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.170411] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.170414] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.170417] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.170420] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.170424] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.170428] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.170431] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 33
[    3.170586] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 34:2048, read only 64 bytes, retry
[    3.170738] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 34:2048, read only 64 bytes, retry
[    3.170890] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 34:2048, read only 64 bytes, retry
[    3.171041] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 34:2048, read 64 bytes
[    3.171043] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.171044] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.171050] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.171055] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.171058] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.171062] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.171065] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.171068] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.171071] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.171075] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.171079] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.180184] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 34:4096, read only 126976 bytes, retry
[    3.189288] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 34:4096, read only 126976 bytes, retry
[    3.198400] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 34:4096, read only 126976 bytes, retry
[    3.207508] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 34:4096, read 126976 bytes
[    3.207510] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.207511] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.207517] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.207522] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.207526] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.207529] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.207532] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.207535] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.207538] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.207542] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.207547] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.207550] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 34
[    3.207705] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 35:2048, read only 64 bytes, retry
[    3.207857] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 35:2048, read only 64 bytes, retry
[    3.208009] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 35:2048, read only 64 bytes, retry
[    3.208160] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 35:2048, read 64 bytes
[    3.208162] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.208163] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.208169] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.208174] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.208177] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.208181] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.208184] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.208187] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.208190] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.208194] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.208198] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.217308] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 35:4096, read only 126976 bytes, retry
[    3.226410] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 35:4096, read only 126976 bytes, retry
[    3.235512] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 35:4096, read only 126976 bytes, retry
[    3.244616] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 35:4096, read 126976 bytes
[    3.244618] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.244619] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.244625] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.244630] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.244634] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.244637] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.244641] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.244644] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.244647] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.244651] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.244655] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.244658] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 35
[    3.244813] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 36:2048, read only 64 bytes, retry
[    3.244965] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 36:2048, read only 64 bytes, retry
[    3.245116] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 36:2048, read only 64 bytes, retry
[    3.245269] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 36:2048, read 64 bytes
[    3.245271] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.245272] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.245277] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.245282] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.245286] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.245289] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.245292] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.245295] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.245298] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.245302] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.245307] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.254423] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 36:4096, read only 126976 bytes, retry
[    3.263533] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 36:4096, read only 126976 bytes, retry
[    3.272645] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 36:4096, read only 126976 bytes, retry
[    3.281755] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 36:4096, read 126976 bytes
[    3.281757] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.281759] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.281765] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.281769] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.281773] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.281776] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.281780] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.281783] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.281785] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.281789] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.281794] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.281796] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 36
[    3.281952] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 37:2048, read only 64 bytes, retry
[    3.282104] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 37:2048, read only 64 bytes, retry
[    3.282255] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 37:2048, read only 64 bytes, retry
[    3.282407] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 37:2048, read 64 bytes
[    3.282409] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.282410] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.282416] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.282420] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.282424] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.282427] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.282430] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.282433] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.282436] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.282440] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.282444] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.291550] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 37:4096, read only 126976 bytes, retry
[    3.300653] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 37:4096, read only 126976 bytes, retry
[    3.309755] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 37:4096, read only 126976 bytes, retry
[    3.318858] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 37:4096, read 126976 bytes
[    3.318861] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.318862] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.318868] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.318872] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.318876] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.318879] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.318882] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.318885] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.318888] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.318892] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.318896] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.318899] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 37
[    3.319054] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 38:2048, read only 64 bytes, retry
[    3.319206] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 38:2048, read only 64 bytes, retry
[    3.319358] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 38:2048, read only 64 bytes, retry
[    3.319509] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 38:2048, read 64 bytes
[    3.319511] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.319513] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.319518] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.319523] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.319527] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.319530] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.319533] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.319536] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.319539] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.319543] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.319547] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.328660] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 38:4096, read only 126976 bytes, retry
[    3.337774] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 38:4096, read only 126976 bytes, retry
[    3.346883] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 38:4096, read only 126976 bytes, retry
[    3.355995] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 38:4096, read 126976 bytes
[    3.355997] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.355998] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.356004] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.356009] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.356013] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.356016] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.356019] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.356022] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.356025] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.356029] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.356033] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.356036] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 38
[    3.356191] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 39:2048, read only 64 bytes, retry
[    3.356343] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 39:2048, read only 64 bytes, retry
[    3.356495] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 39:2048, read only 64 bytes, retry
[    3.356647] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 39:2048, read 64 bytes
[    3.356649] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.356650] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.356656] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.356660] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.356664] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.356667] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.356670] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.356673] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.356676] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.356680] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.356684] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.365790] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 39:4096, read only 126976 bytes, retry
[    3.374893] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 39:4096, read only 126976 bytes, retry
[    3.383997] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 39:4096, read only 126976 bytes, retry
[    3.393109] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 39:4096, read 126976 bytes
[    3.393112] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.393113] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.393119] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.393123] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.393127] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.393130] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.393133] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.393137] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.393139] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.393143] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.393147] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.393150] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 39
[    3.393306] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 40:2048, read only 64 bytes, retry
[    3.393458] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 40:2048, read only 64 bytes, retry
[    3.393610] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 40:2048, read only 64 bytes, retry
[    3.393762] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 40:2048, read 64 bytes
[    3.393765] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.393766] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.393771] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.393776] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.393780] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.393783] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.393786] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.393789] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.393792] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.393796] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.393800] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.402912] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 40:4096, read only 126976 bytes, retry
[    3.412015] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 40:4096, read only 126976 bytes, retry
[    3.421117] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 40:4096, read only 126976 bytes, retry
[    3.430220] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 40:4096, read 126976 bytes
[    3.430223] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.430224] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.430230] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.430235] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.430238] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.430241] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.430245] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.430248] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.430251] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.430255] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.430259] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.430262] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 40
[    3.430417] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 41:2048, read only 64 bytes, retry
[    3.430569] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 41:2048, read only 64 bytes, retry
[    3.430721] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 41:2048, read only 64 bytes, retry
[    3.430872] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 41:2048, read 64 bytes
[    3.430875] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.430876] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.430881] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.430886] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.430890] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.430893] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.430897] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.430900] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.430903] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.430906] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.430911] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.440018] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 41:4096, read only 126976 bytes, retry
[    3.449128] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 41:4096, read only 126976 bytes, retry
[    3.458240] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 41:4096, read only 126976 bytes, retry
[    3.467348] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 41:4096, read 126976 bytes
[    3.467351] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.467352] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.467358] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.467363] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.467366] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.467369] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.467373] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.467376] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.467379] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.467383] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.467387] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.467390] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 41
[    3.467545] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 42:2048, read only 64 bytes, retry
[    3.467697] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 42:2048, read only 64 bytes, retry
[    3.467848] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 42:2048, read only 64 bytes, retry
[    3.467999] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 42:2048, read 64 bytes
[    3.468002] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.468003] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.468008] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.468013] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.468016] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.468020] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.468023] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.468026] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.468029] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.468033] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.468037] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.477143] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 42:4096, read only 126976 bytes, retry
[    3.486246] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 42:4096, read only 126976 bytes, retry
[    3.495350] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 42:4096, read only 126976 bytes, retry
[    3.504452] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 42:4096, read 126976 bytes
[    3.504454] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.504455] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.504461] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.504466] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.504469] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.504472] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.504476] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.504479] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.504482] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.504486] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.504490] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.504493] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 42
[    3.504648] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 43:2048, read only 64 bytes, retry
[    3.504800] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 43:2048, read only 64 bytes, retry
[    3.504952] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 43:2048, read only 64 bytes, retry
[    3.505103] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 43:2048, read 64 bytes
[    3.505105] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.505106] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.505111] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.505116] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.505120] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.505123] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.505126] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.505129] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.505132] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.505137] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.505141] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.514256] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 43:4096, read only 126976 bytes, retry
[    3.523377] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 43:4096, read only 126976 bytes, retry
[    3.532486] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 43:4096, read only 126976 bytes, retry
[    3.541591] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 43:4096, read 126976 bytes
[    3.541594] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.541595] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.541601] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.541606] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.541609] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.541613] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.541616] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.541619] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.541622] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.541626] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.541630] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.541633] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 43
[    3.541789] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 44:2048, read only 64 bytes, retry
[    3.541941] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 44:2048, read only 64 bytes, retry
[    3.542093] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 44:2048, read only 64 bytes, retry
[    3.542244] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 44:2048, read 64 bytes
[    3.542247] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.542248] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.542253] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.542258] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.542261] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.542265] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.542268] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.542271] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.542274] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.542278] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.542282] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.551384] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 44:4096, read only 126976 bytes, retry
[    3.560484] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 44:4096, read only 126976 bytes, retry
[    3.569585] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 44:4096, read only 126976 bytes, retry
[    3.578693] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 44:4096, read 126976 bytes
[    3.578695] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.578696] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.578702] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.578707] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.578710] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.578713] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.578717] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.578720] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.578723] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.578726] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.578731] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.578734] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 44
[    3.578889] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 45:2048, read only 64 bytes, retry
[    3.579041] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 45:2048, read only 64 bytes, retry
[    3.579193] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 45:2048, read only 64 bytes, retry
[    3.579344] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 45:2048, read 64 bytes
[    3.579346] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.579347] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.579353] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.579358] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.579361] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.579364] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.579367] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.579371] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.579374] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.579377] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.579382] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.588491] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 45:4096, read only 126976 bytes, retry
[    3.597591] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 45:4096, read only 126976 bytes, retry
[    3.606692] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 45:4096, read only 126976 bytes, retry
[    3.615792] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 45:4096, read 126976 bytes
[    3.615795] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.615796] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.615802] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.615807] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.615810] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.615813] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.615817] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.615820] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.615823] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.615827] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.615831] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.615833] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 45
[    3.615989] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 46:2048, read only 64 bytes, retry
[    3.616141] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 46:2048, read only 64 bytes, retry
[    3.616292] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 46:2048, read only 64 bytes, retry
[    3.616444] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 46:2048, read 64 bytes
[    3.616446] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.616447] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.616452] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.616457] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.616461] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.616464] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.616467] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.616470] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.616473] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.616477] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.616481] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.625590] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 46:4096, read only 126976 bytes, retry
[    3.634700] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 46:4096, read only 126976 bytes, retry
[    3.643805] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 46:4096, read only 126976 bytes, retry
[    3.652915] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 46:4096, read 126976 bytes
[    3.652917] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.652918] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.652924] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.652929] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.652932] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.652935] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.652939] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.652942] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.652945] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.652948] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.652953] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.652955] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 46
[    3.653111] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 47:2048, read only 64 bytes, retry
[    3.653263] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 47:2048, read only 64 bytes, retry
[    3.653415] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 47:2048, read only 64 bytes, retry
[    3.653566] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 47:2048, read 64 bytes
[    3.653568] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.653569] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.653575] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.653579] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.653583] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.653586] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.653589] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.653592] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.653595] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.653599] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.653603] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.662706] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 47:4096, read only 126976 bytes, retry
[    3.671808] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 47:4096, read only 126976 bytes, retry
[    3.680906] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 47:4096, read only 126976 bytes, retry
[    3.690009] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 47:4096, read 126976 bytes
[    3.690011] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.690012] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.690018] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.690023] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.690026] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.690029] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.690033] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.690036] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.690038] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.690042] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.690046] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.690049] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 47
[    3.690204] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 48:2048, read only 64 bytes, retry
[    3.690356] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 48:2048, read only 64 bytes, retry
[    3.690508] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 48:2048, read only 64 bytes, retry
[    3.690660] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 48:2048, read 64 bytes
[    3.690662] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.690663] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.690669] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.690674] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.690677] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.690680] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.690684] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.690687] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.690689] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.690693] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.690698] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.699809] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 48:4096, read only 126976 bytes, retry
[    3.708911] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 48:4096, read only 126976 bytes, retry
[    3.718011] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 48:4096, read only 126976 bytes, retry
[    3.727112] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 48:4096, read 126976 bytes
[    3.727114] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.727115] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.727121] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.727126] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.727130] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.727133] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.727136] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.727139] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.727142] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.727146] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.727150] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.727153] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 48
[    3.727308] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 49:2048, read only 64 bytes, retry
[    3.727461] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 49:2048, read only 64 bytes, retry
[    3.727612] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 49:2048, read only 64 bytes, retry
[    3.727763] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 49:2048, read 64 bytes
[    3.727766] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.727767] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.727772] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.727777] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.727780] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.727783] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.727787] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.727790] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.727793] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.727796] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.727801] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.736914] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 49:4096, read only 126976 bytes, retry
[    3.746020] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 49:4096, read only 126976 bytes, retry
[    3.755129] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 49:4096, read only 126976 bytes, retry
[    3.764236] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 49:4096, read 126976 bytes
[    3.764238] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.764239] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.764245] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.764250] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.764253] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.764257] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.764260] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.764263] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.764266] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.764270] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.764274] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.764277] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 49
[    3.764432] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 50:2048, read only 64 bytes, retry
[    3.764584] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 50:2048, read only 64 bytes, retry
[    3.764735] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 50:2048, read only 64 bytes, retry
[    3.764887] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 50:2048, read 64 bytes
[    3.764889] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.764890] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.764895] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.764900] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.764904] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.764907] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.764910] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.764913] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.764916] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.764920] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.764924] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.774027] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 50:4096, read only 126976 bytes, retry
[    3.783130] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 50:4096, read only 126976 bytes, retry
[    3.792239] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 50:4096, read only 126976 bytes, retry
[    3.801345] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 50:4096, read 126976 bytes
[    3.801347] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.801348] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.801354] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.801359] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.801362] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.801365] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.801369] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.801372] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.801375] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.801379] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.801383] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.801386] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 50
[    3.801541] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 51:2048, read only 64 bytes, retry
[    3.801693] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 51:2048, read only 64 bytes, retry
[    3.801844] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 51:2048, read only 64 bytes, retry
[    3.801996] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 51:2048, read 64 bytes
[    3.801998] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.801999] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.802005] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.802009] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.802013] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.802016] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.802019] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.802022] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.802025] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.802029] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.802033] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.811134] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 51:4096, read only 126976 bytes, retry
[    3.820242] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 51:4096, read only 126976 bytes, retry
[    3.829342] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 51:4096, read only 126976 bytes, retry
[    3.838443] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 51:4096, read 126976 bytes
[    3.838446] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.838447] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.838452] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.838457] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.838461] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.838464] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.838467] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.838470] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.838473] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.838477] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.838481] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.838484] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 51
[    3.838639] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 52:2048, read only 64 bytes, retry
[    3.838791] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 52:2048, read only 64 bytes, retry
[    3.838943] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 52:2048, read only 64 bytes, retry
[    3.839094] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 52:2048, read 64 bytes
[    3.839096] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.839097] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.839103] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.839107] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.839111] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.839114] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.839117] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.839120] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.839123] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.839127] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.839131] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.848240] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 52:4096, read only 126976 bytes, retry
[    3.857350] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 52:4096, read only 126976 bytes, retry
[    3.866457] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 52:4096, read only 126976 bytes, retry
[    3.875566] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 52:4096, read 126976 bytes
[    3.875569] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.875570] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.875575] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.875580] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.875584] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.875587] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.875590] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.875593] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.875596] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.875600] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.875604] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.875607] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 52
[    3.875762] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 53:2048, read only 64 bytes, retry
[    3.875914] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 53:2048, read only 64 bytes, retry
[    3.876066] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 53:2048, read only 64 bytes, retry
[    3.876217] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 53:2048, read 64 bytes
[    3.876219] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.876220] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.876226] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.876231] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.876234] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.876238] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.876241] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.876244] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.876247] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.876250] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.876254] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.885358] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 53:4096, read only 126976 bytes, retry
[    3.894458] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 53:4096, read only 126976 bytes, retry
[    3.903558] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 53:4096, read only 126976 bytes, retry
[    3.912666] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 53:4096, read 126976 bytes
[    3.912668] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.912669] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.912675] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.912680] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.912683] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.912686] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.912690] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.912693] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.912696] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.912700] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.912704] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.912707] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 53
[    3.912862] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 54:2048, read only 64 bytes, retry
[    3.913014] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 54:2048, read only 64 bytes, retry
[    3.913165] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 54:2048, read only 64 bytes, retry
[    3.913317] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 54:2048, read 64 bytes
[    3.913319] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.913320] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.913325] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.913330] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.913334] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.913337] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.913340] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.913343] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.913346] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.913350] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.913354] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.922457] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 54:4096, read only 126976 bytes, retry
[    3.931557] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 54:4096, read only 126976 bytes, retry
[    3.940656] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 54:4096, read only 126976 bytes, retry
[    3.949757] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 54:4096, read 126976 bytes
[    3.949759] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.949760] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.949766] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.949771] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.949775] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.949778] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.949781] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.949784] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.949787] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.949791] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.949795] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.949798] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 54
[    3.949953] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 55:2048, read only 64 bytes, retry
[    3.950105] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 55:2048, read only 64 bytes, retry
[    3.950257] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 55:2048, read only 64 bytes, retry
[    3.950408] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 55:2048, read 64 bytes
[    3.950410] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.950411] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.950417] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.950421] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.950425] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.950428] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.950431] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.950434] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.950437] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.950441] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.950445] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.959556] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 55:4096, read only 126976 bytes, retry
[    3.968662] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 55:4096, read only 126976 bytes, retry
[    3.977770] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 55:4096, read only 126976 bytes, retry
[    3.986877] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 55:4096, read 126976 bytes
[    3.986879] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.986880] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.986886] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.986891] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.986894] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.986897] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    3.986900] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    3.986903] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.986906] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.986910] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.986914] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.986917] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 55
[    3.987072] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 56:2048, read only 64 bytes, retry
[    3.987224] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 56:2048, read only 64 bytes, retry
[    3.987376] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 56:2048, read only 64 bytes, retry
[    3.987527] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 56:2048, read 64 bytes
[    3.987529] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    3.987530] Hardware name: Marvell Armada 380/385 (Device Tree)
[    3.987536] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    3.987541] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    3.987544] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    3.987547] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    3.987550] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    3.987553] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    3.987556] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    3.987560] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    3.987564] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    3.996668] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 56:4096, read only 126976 bytes, retry
[    4.005770] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 56:4096, read only 126976 bytes, retry
[    4.014879] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 56:4096, read only 126976 bytes, retry
[    4.023985] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 56:4096, read 126976 bytes
[    4.023987] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    4.023988] Hardware name: Marvell Armada 380/385 (Device Tree)
[    4.023994] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    4.023999] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    4.024002] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    4.024005] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    4.024009] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    4.024012] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    4.024015] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    4.024018] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    4.024023] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    4.024025] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 56
[    4.024181] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 57:2048, read only 64 bytes, retry
[    4.024333] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 57:2048, read only 64 bytes, retry
[    4.024484] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 57:2048, read only 64 bytes, retry
[    4.024636] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 57:2048, read 64 bytes
[    4.024638] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    4.024639] Hardware name: Marvell Armada 380/385 (Device Tree)
[    4.024645] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    4.024649] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    4.024653] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    4.024656] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    4.024659] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    4.024662] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    4.024665] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    4.024669] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    4.024673] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    4.033775] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 57:4096, read only 126976 bytes, retry
[    4.042876] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 57:4096, read only 126976 bytes, retry
[    4.051977] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 57:4096, read only 126976 bytes, retry
[    4.061075] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 57:4096, read 126976 bytes
[    4.061077] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    4.061078] Hardware name: Marvell Armada 380/385 (Device Tree)
[    4.061084] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    4.061089] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    4.061093] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    4.061096] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    4.061099] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    4.061102] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    4.061105] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    4.061109] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    4.061113] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    4.061116] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 57
[    4.061271] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 58:2048, read only 64 bytes, retry
[    4.061423] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 58:2048, read only 64 bytes, retry
[    4.061576] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 58:2048, read only 64 bytes, retry
[    4.061727] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 58:2048, read 64 bytes
[    4.061729] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    4.061730] Hardware name: Marvell Armada 380/385 (Device Tree)
[    4.061736] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    4.061741] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    4.061744] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    4.061747] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    4.061751] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    4.061754] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    4.061756] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    4.061760] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    4.061764] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    4.070866] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 58:4096, read only 126976 bytes, retry
[    4.079976] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 58:4096, read only 126976 bytes, retry
[    4.089088] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 58:4096, read only 126976 bytes, retry
[    4.098199] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 58:4096, read 126976 bytes
[    4.098201] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    4.098202] Hardware name: Marvell Armada 380/385 (Device Tree)
[    4.098208] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    4.098213] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    4.098217] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    4.098220] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    4.098223] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    4.098226] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    4.098229] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    4.098233] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    4.098237] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    4.098240] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 58
[    4.098395] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 59:2048, read only 64 bytes, retry
[    4.098547] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 59:2048, read only 64 bytes, retry
[    4.098699] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 59:2048, read only 64 bytes, retry
[    4.098850] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 59:2048, read 64 bytes
[    4.098852] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    4.098853] Hardware name: Marvell Armada 380/385 (Device Tree)
[    4.098859] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    4.098864] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    4.098867] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    4.098870] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    4.098873] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    4.098876] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    4.098879] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    4.098883] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    4.098887] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    4.107990] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 59:4096, read only 126976 bytes, retry
[    4.117091] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 59:4096, read only 126976 bytes, retry
[    4.126195] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 59:4096, read only 126976 bytes, retry
[    4.135304] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 59:4096, read 126976 bytes
[    4.135306] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    4.135307] Hardware name: Marvell Armada 380/385 (Device Tree)
[    4.135313] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    4.135318] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    4.135322] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    4.135325] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    4.135328] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    4.135331] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    4.135334] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    4.135338] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    4.135342] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    4.135345] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 59
[    4.135500] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 60:2048, read only 64 bytes, retry
[    4.135652] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 60:2048, read only 64 bytes, retry
[    4.135803] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 60:2048, read only 64 bytes, retry
[    4.135955] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 60:2048, read 64 bytes
[    4.135957] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    4.135958] Hardware name: Marvell Armada 380/385 (Device Tree)
[    4.135964] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    4.135968] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    4.135972] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    4.135975] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    4.135978] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    4.135981] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    4.135984] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    4.135988] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    4.135992] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    4.145095] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 60:4096, read only 126976 bytes, retry
[    4.154195] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 60:4096, read only 126976 bytes, retry
[    4.163295] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 60:4096, read only 126976 bytes, retry
[    4.172396] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 60:4096, read 126976 bytes
[    4.172398] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    4.172399] Hardware name: Marvell Armada 380/385 (Device Tree)
[    4.172405] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    4.172410] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    4.172413] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    4.172416] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    4.172420] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    4.172423] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    4.172426] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    4.172430] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    4.172434] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    4.172436] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 60
[    4.172592] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 61:2048, read only 64 bytes, retry
[    4.172744] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 61:2048, read only 64 bytes, retry
[    4.172896] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 61:2048, read only 64 bytes, retry
[    4.173047] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 61:2048, read 64 bytes
[    4.173049] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    4.173050] Hardware name: Marvell Armada 380/385 (Device Tree)
[    4.173056] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    4.173060] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    4.173064] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    4.173067] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    4.173070] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    4.173073] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    4.173076] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    4.173080] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    4.173084] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    4.182193] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 61:4096, read only 126976 bytes, retry
[    4.191301] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 61:4096, read only 126976 bytes, retry
[    4.200400] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 61:4096, read only 126976 bytes, retry
[    4.209501] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 61:4096, read 126976 bytes
[    4.209503] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    4.209504] Hardware name: Marvell Armada 380/385 (Device Tree)
[    4.209510] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    4.209515] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    4.209518] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    4.209521] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    4.209525] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    4.209528] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    4.209531] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    4.209534] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    4.209539] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    4.209541] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 61
[    4.209697] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 62:2048, read only 64 bytes, retry
[    4.209849] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 62:2048, read only 64 bytes, retry
[    4.210000] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 62:2048, read only 64 bytes, retry
[    4.210152] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 62:2048, read 64 bytes
[    4.210154] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    4.210155] Hardware name: Marvell Armada 380/385 (Device Tree)
[    4.210160] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    4.210165] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    4.210169] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    4.210172] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    4.210175] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    4.210178] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    4.210181] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    4.210185] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    4.210188] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    4.219291] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 62:4096, read only 126976 bytes, retry
[    4.228396] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 62:4096, read only 126976 bytes, retry
[    4.237504] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 62:4096, read only 126976 bytes, retry
[    4.246610] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 62:4096, read 126976 bytes
[    4.246612] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    4.246613] Hardware name: Marvell Armada 380/385 (Device Tree)
[    4.246619] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    4.246624] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    4.246627] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    4.246630] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    4.246634] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    4.246636] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    4.246639] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    4.246643] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    4.246647] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    4.246650] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 62
[    4.246806] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 63:2048, read only 64 bytes, retry
[    4.246958] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 63:2048, read only 64 bytes, retry
[    4.247109] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 63:2048, read only 64 bytes, retry
[    4.247261] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 63:2048, read 64 bytes
[    4.247263] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    4.247264] Hardware name: Marvell Armada 380/385 (Device Tree)
[    4.247270] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    4.247274] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    4.247278] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    4.247281] [<c0301744>] (ubi_io_read) from [<c0301c14>] (ubi_io_read_vid_hdr+0x70/0x1dc)
[    4.247284] [<c0301c14>] (ubi_io_read_vid_hdr) from [<c0303f60>] (wear_leveling_worker+0x23c/0x80c)
[    4.247287] [<c0303f60>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    4.247290] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    4.247294] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    4.247298] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    4.256400] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 63:4096, read only 126976 bytes, retry
[    4.265501] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 63:4096, read only 126976 bytes, retry
[    4.274601] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 63:4096, read only 126976 bytes, retry
[    4.283703] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 63:4096, read 126976 bytes
[    4.283705] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    4.283706] Hardware name: Marvell Armada 380/385 (Device Tree)
[    4.283712] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    4.283717] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    4.283720] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[    4.283723] [<c0301744>] (ubi_io_read) from [<c0300928>] (ubi_eba_copy_leb+0x200/0x40c)
[    4.283727] [<c0300928>] (ubi_eba_copy_leb) from [<c0303fe8>] (wear_leveling_worker+0x2c4/0x80c)
[    4.283730] [<c0303fe8>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    4.283733] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    4.283736] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    4.283741] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    4.283743] ubi0 warning: ubi_eba_copy_leb: error -74 while reading data from PEB 63
[    4.283746] ubi0 error: wear_leveling_worker: too many erroneous eraseblocks (60)
[    4.283749] ubi0 error: wear_leveling_worker: error 2 while moving PEB 63 to PEB 589
[    4.283752] ubi0 warning: wear_leveling_worker: switch to read-only mode
[    4.283754] CPU: 0 PID: 669 Comm: ubi_bgt0d Not tainted 4.9.82 #0
[    4.283755] Hardware name: Marvell Armada 380/385 (Device Tree)
[    4.283760] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[    4.283764] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[    4.283768] [<c02179a0>] (dump_stack) from [<c0304368>] (wear_leveling_worker+0x644/0x80c)
[    4.283771] [<c0304368>] (wear_leveling_worker) from [<c0303140>] (do_work+0xe4/0x118)
[    4.283774] [<c0303140>] (do_work) from [<c0304c30>] (ubi_thread+0xdc/0x16c)
[    4.283778] [<c0304c30>] (ubi_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[    4.283782] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[    4.283784] ubi0 error: do_work: work failed with error code -5
[    4.283787] ubi0 error: ubi_thread: ubi_bgt0d: work failed with error code -5
[   15.667353] Waiting 1 sec before mounting root device...
[   16.721397] UBIFS (ubi0:0): read-only UBI device
[   16.726042] UBIFS error (ubi0:0 pid 1): ubifs_mount: cannot mount read-write - read-only media
[   16.735051] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 1024 bytes from PEB 2:5120, read only 1024 bytes, retry
[   16.746997] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 1024 bytes from PEB 2:5120, read only 1024 bytes, retry
[   16.758945] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 1024 bytes from PEB 2:5120, read only 1024 bytes, retry
[   16.770888] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 1024 bytes from PEB 2:5120, read 1024 bytes
[   16.781460] CPU: 0 PID: 245 Comm: kworker/0:1 Not tainted 4.9.82 #0
[   16.787750] Hardware name: Marvell Armada 380/385 (Device Tree)
[   16.793696] Workqueue: ubiblock0_0 ubiblock_do_work
[   16.798610] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[   16.806389] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[   16.813641] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[   16.821155] [<c0301744>] (ubi_io_read) from [<c02ffa18>] (ubi_eba_read_leb+0x2ac/0x3c4)
[   16.829191] [<c02ffa18>] (ubi_eba_read_leb) from [<c02ffbe0>] (ubi_eba_read_leb_sg+0xb0/0x118)
[   16.837841] [<c02ffbe0>] (ubi_eba_read_leb_sg) from [<c02fe740>] (ubi_leb_read_sg+0x68/0xb0)
[   16.846314] [<c02fe740>] (ubi_leb_read_sg) from [<c03085e0>] (ubiblock_do_work+0xc8/0x100)
[   16.854613] [<c03085e0>] (ubiblock_do_work) from [<c003d83c>] (process_one_work+0x1d4/0x310)
[   16.863085] [<c003d83c>] (process_one_work) from [<c003e544>] (worker_thread+0x2ec/0x428)
[   16.871298] [<c003e544>] (worker_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[   16.878550] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[   16.885810] blk_update_request: I/O error, dev ubiblock0_0, sector 2
[   16.892201] EXT4-fs (ubiblock0_0): unable to read superblock
[   16.898092] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 1024 bytes from PEB 2:5120, read only 1024 bytes, retry
[   16.910038] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 1024 bytes from PEB 2:5120, read only 1024 bytes, retry
[   16.921979] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 1024 bytes from PEB 2:5120, read only 1024 bytes, retry
[   16.933921] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 1024 bytes from PEB 2:5120, read 1024 bytes
[   16.944491] CPU: 0 PID: 245 Comm: kworker/0:1 Not tainted 4.9.82 #0
[   16.950782] Hardware name: Marvell Armada 380/385 (Device Tree)
[   16.956726] Workqueue: ubiblock0_0 ubiblock_do_work
[   16.961637] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[   16.969415] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[   16.976667] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[   16.984181] [<c0301744>] (ubi_io_read) from [<c02ffa18>] (ubi_eba_read_leb+0x2ac/0x3c4)
[   16.992217] [<c02ffa18>] (ubi_eba_read_leb) from [<c02ffbe0>] (ubi_eba_read_leb_sg+0xb0/0x118)
[   17.000866] [<c02ffbe0>] (ubi_eba_read_leb_sg) from [<c02fe740>] (ubi_leb_read_sg+0x68/0xb0)
[   17.009341] [<c02fe740>] (ubi_leb_read_sg) from [<c03085e0>] (ubiblock_do_work+0xc8/0x100)
[   17.017640] [<c03085e0>] (ubiblock_do_work) from [<c003d83c>] (process_one_work+0x1d4/0x310)
[   17.026112] [<c003d83c>] (process_one_work) from [<c003e544>] (worker_thread+0x2ec/0x428)
[   17.034323] [<c003e544>] (worker_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[   17.041576] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[   17.048835] blk_update_request: I/O error, dev ubiblock0_0, sector 2
[   17.055223] EXT4-fs (ubiblock0_0): unable to read superblock
[   17.061114] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 1024 bytes from PEB 2:5120, read only 1024 bytes, retry
[   17.073060] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 1024 bytes from PEB 2:5120, read only 1024 bytes, retry
[   17.085001] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 1024 bytes from PEB 2:5120, read only 1024 bytes, retry
[   17.096943] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 1024 bytes from PEB 2:5120, read 1024 bytes
[   17.107513] CPU: 0 PID: 245 Comm: kworker/0:1 Not tainted 4.9.82 #0
[   17.113803] Hardware name: Marvell Armada 380/385 (Device Tree)
[   17.119747] Workqueue: ubiblock0_0 ubiblock_do_work
[   17.124657] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[   17.132434] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[   17.139687] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[   17.147200] [<c0301744>] (ubi_io_read) from [<c02ffa18>] (ubi_eba_read_leb+0x2ac/0x3c4)
[   17.155237] [<c02ffa18>] (ubi_eba_read_leb) from [<c02ffbe0>] (ubi_eba_read_leb_sg+0xb0/0x118)
[   17.163885] [<c02ffbe0>] (ubi_eba_read_leb_sg) from [<c02fe740>] (ubi_leb_read_sg+0x68/0xb0)
[   17.172359] [<c02fe740>] (ubi_leb_read_sg) from [<c03085e0>] (ubiblock_do_work+0xc8/0x100)
[   17.180657] [<c03085e0>] (ubiblock_do_work) from [<c003d83c>] (process_one_work+0x1d4/0x310)
[   17.189130] [<c003d83c>] (process_one_work) from [<c003e544>] (worker_thread+0x2ec/0x428)
[   17.197342] [<c003e544>] (worker_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[   17.204595] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[   17.211854] blk_update_request: I/O error, dev ubiblock0_0, sector 2
[   17.218237] EXT4-fs (ubiblock0_0): unable to read superblock
[   17.224124] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 1024 bytes from PEB 2:4096, read only 1024 bytes, retry
[   17.236069] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 1024 bytes from PEB 2:4096, read only 1024 bytes, retry
[   17.248011] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 1024 bytes from PEB 2:4096, read only 1024 bytes, retry
[   17.259951] ubi0 error: ubi_io_read: error -74 (ECC error) while reading 1024 bytes from PEB 2:4096, read 1024 bytes
[   17.270522] CPU: 0 PID: 245 Comm: kworker/0:1 Not tainted 4.9.82 #0
[   17.276812] Hardware name: Marvell Armada 380/385 (Device Tree)
[   17.282755] Workqueue: ubiblock0_0 ubiblock_do_work
[   17.287666] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[   17.295443] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[   17.302696] [<c02179a0>] (dump_stack) from [<c0301744>] (ubi_io_read+0x1d4/0x2a8)
[   17.310209] [<c0301744>] (ubi_io_read) from [<c02ffa18>] (ubi_eba_read_leb+0x2ac/0x3c4)
[   17.318245] [<c02ffa18>] (ubi_eba_read_leb) from [<c02ffbe0>] (ubi_eba_read_leb_sg+0xb0/0x118)
[   17.326893] [<c02ffbe0>] (ubi_eba_read_leb_sg) from [<c02fe740>] (ubi_leb_read_sg+0x68/0xb0)
[   17.335367] [<c02fe740>] (ubi_leb_read_sg) from [<c03085e0>] (ubiblock_do_work+0xc8/0x100)
[   17.343665] [<c03085e0>] (ubiblock_do_work) from [<c003d83c>] (process_one_work+0x1d4/0x310)
[   17.352136] [<c003d83c>] (process_one_work) from [<c003e544>] (worker_thread+0x2ec/0x428)
[   17.360349] [<c003e544>] (worker_thread) from [<c00424c0>] (kthread+0xd8/0xec)
[   17.367601] [<c00424c0>] (kthread) from [<c000ee10>] (ret_from_fork+0x14/0x24)
[   17.374859] blk_update_request: I/O error, dev ubiblock0_0, sector 0
[   17.381242] SQUASHFS error: squashfs_read_data failed to read block 0x0
[   17.387887] squashfs: SQUASHFS error: unable to read squashfs_super_block
[   17.394722] VFS: Cannot open root device "(null)" or unknown-block(254,0): error -5
[   17.402414] Please append a correct "root=" boot option; here are the available partitions:
[   17.410803] 1f00            2048 mtdblock0 [   17.414831]  (driver?)
[   17.417201] 1f01             128 mtdblock1 [   17.421223]  (driver?)
[   17.423595] 1f02             256 mtdblock2 [   17.427617]  (driver?)
[   17.429985] 1f03             256 mtdblock3 [   17.434009]  (driver?)
[   17.436377] 1f04            1920 mtdblock4 [   17.440400]  (driver?)
[   17.442771] 1f05           81920 mtdblock5 [   17.446793]  (driver?)
[   17.449161] 1f06           75776 mtdblock6 [   17.453187]  (driver?)
[   17.455555] 1f07           81920 mtdblock7 [   17.459577]  (driver?)
[   17.461949] 1f08           75776 mtdblock8 [   17.465971]  (driver?)
[   17.468339] 1f09           88064 mtdblock9 [   17.472365]  (driver?)
[   17.474734] 1f0a            5888 mtdblock10 [   17.478844]  (driver?)
[   17.481211] fe00            8556 ubiblock0_0 [   17.485411]  (driver?)
[   17.487779] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(254,0)
[   17.496251] CPU1: stopping
[   17.498969] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 4.9.82 #0
[   17.504911] Hardware name: Marvell Armada 380/385 (Device Tree)
[   17.510858] [<c0016030>] (unwind_backtrace) from [<c0012220>] (show_stack+0x10/0x14)
[   17.518636] [<c0012220>] (show_stack) from [<c02179a0>] (dump_stack+0x7c/0x9c)
[   17.525889] [<c02179a0>] (dump_stack) from [<c0014f2c>] (handle_IPI+0xcc/0x184)
[   17.533228] [<c0014f2c>] (handle_IPI) from [<c0009450>] (gic_handle_irq+0x78/0x94)
[   17.540828] [<c0009450>] (gic_handle_irq) from [<c0012c8c>] (__irq_svc+0x6c/0x90)
[   17.548339] Exception stack(0xdf475f90 to 0xdf475fd8)
[   17.553409] 5f80:                                     00000001 00000000 00000000 c001b1e0
[   17.561621] 5fa0: 00000000 df474000 c0630fe4 00000002 c062c170 00000000 df475fe8 00000001
[   17.569831] 5fc0: df46c040 df475fe0 c000f808 c000f80c 60000013 ffffffff
[   17.576473] [<c0012c8c>] (__irq_svc) from [<c000f80c>] (arch_cpu_idle+0x2c/0x38)
[   17.583904] [<c000f80c>] (arch_cpu_idle) from [<c005b67c>] (cpu_startup_entry+0xf0/0x19c)
[   17.592116] [<c005b67c>] (cpu_startup_entry) from [<000095ac>] (0x95ac)


More information about the linux-mtd mailing list