Re: [PATCH v7 00/18] pstore: mtd: support crash log to block and mtd device

2020-05-11 Thread Kees Cook
On Mon, May 11, 2020 at 06:54:11PM +0800, WeiXiong Liao wrote: > On 2020/5/11 AM 4:24, Kees Cook wrote: > > Hi! > > > > Well, I guess I spoke too soon. :) Here is v7. Hopefully this is > > it. WeiXiong, can you test this and make sure you're happy with the > > results? > > I tested it on

Re: [PATCH v7 00/18] pstore: mtd: support crash log to block and mtd device

2020-05-11 Thread Kees Cook
On Sun, May 10, 2020 at 01:24:18PM -0700, Kees Cook wrote: > pstore/ram: Move dump_oops to end of module_param list > pstore/platform: Switch pstore_info::name to const > pstore/platform: Move module params after declarations > pstore/platform: Use backend name for console registration >

Re: [PATCH v7 00/18] pstore: mtd: support crash log to block and mtd device

2020-05-11 Thread WeiXiong Liao
Hi Kees Cook, On 2020/5/11 AM 4:24, Kees Cook wrote: > Hi! > > Well, I guess I spoke too soon. :) Here is v7. Hopefully this is > it. WeiXiong, can you test this and make sure you're happy with the > results? I tested it on Allwinner board for all frontends, including panic. All of them work

[PATCH v7 00/18] pstore: mtd: support crash log to block and mtd device

2020-05-10 Thread Kees Cook
Hi! Well, I guess I spoke too soon. :) Here is v7. Hopefully this is it. WeiXiong, can you test this and make sure you're happy with the results? Take care! -Kees v7: - more renamings in the exported APIs and structs - fix mtd build - replace psblk_blkdev_info with passing in a struct to fill