Re: [PATCH v2] UBI: add debugfs file for tracking PEB state

2017-03-25 Thread kbuild test robot
Hi Ben, [auto build test WARNING on v4.9-rc8] [also build test WARNING on next-20170324] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Zach-Brown/UBI-add-debugfs-file-for-tracking-PEB-state/201

[PATCH v2] UBI: add debugfs file for tracking PEB state

2017-03-24 Thread Zach Brown
From: Ben Shelton Add a file under debugfs to allow easy access to the erase count for each physical erase block on an UBI device. This is useful when debugging data integrity issues with UBIFS on NAND flash devices. Signed-off-by: Ben Shelton Signed-off-by: Zach Brown v2: * If ubi_io_is_bad

Re: [PATCH v2] UBI: add debugfs file for tracking PEB state

2016-09-21 Thread Zach Brown
On Wed, Sep 21, 2016 at 01:13:29PM +0200, Richard Weinberger wrote: > Zach, > > On 20.09.2016 22:45, Zach Brown wrote: > > From: Ben Shelton > > > > Add a file under debugfs to allow easy access to the erase count for > > each physical erase block on an UBI device. This is useful when > > debuggi

Re: [PATCH v2] UBI: add debugfs file for tracking PEB state

2016-09-21 Thread Richard Weinberger
Zach, On 20.09.2016 22:45, Zach Brown wrote: > From: Ben Shelton > > Add a file under debugfs to allow easy access to the erase count for > each physical erase block on an UBI device. This is useful when > debugging data integrity issues with UBIFS on NAND flash devices. > > Signed-off-by: Ben

[PATCH v2] UBI: add debugfs file for tracking PEB state

2016-09-20 Thread Zach Brown
From: Ben Shelton Add a file under debugfs to allow easy access to the erase count for each physical erase block on an UBI device. This is useful when debugging data integrity issues with UBIFS on NAND flash devices. Signed-off-by: Ben Shelton Signed-off-by: Zach Brown --- v2 * Cast pointer