Re: [PATCH v12 3/4] pstore/blk: support pmsg for pstore block

2019-03-06 Thread liaoweixiong
Hi, On 2019-03-06 09:16, Randy Dunlap wrote: > Hi, > > On 2/27/19 11:12 PM, liaoweixiong wrote: >> diff --git a/fs/pstore/Kconfig b/fs/pstore/Kconfig >> index 7dfe00b..b417bf5 100644 >> --- a/fs/pstore/Kconfig >> +++ b/fs/pstore/Kconfig >> @@ -210,6 +210,27 @@ config PSTORE_BLKOOPS_DMESG_SIZE >>

Re: [PATCH v12 3/4] pstore/blk: support pmsg for pstore block

2019-03-05 Thread Randy Dunlap
Hi, On 2/27/19 11:12 PM, liaoweixiong wrote: > diff --git a/fs/pstore/Kconfig b/fs/pstore/Kconfig > index 7dfe00b..b417bf5 100644 > --- a/fs/pstore/Kconfig > +++ b/fs/pstore/Kconfig > @@ -210,6 +210,27 @@ config PSTORE_BLKOOPS_DMESG_SIZE >It is the first priority. Take care of that

[PATCH v12 3/4] pstore/blk: support pmsg for pstore block

2019-02-27 Thread liaoweixiong
To enable pmsg, just set pmsg_size when block device register blkzone. Signed-off-by: liaoweixiong --- fs/pstore/Kconfig | 21 fs/pstore/blkoops.c| 10 ++ fs/pstore/blkzone.c| 253 + include/linux/pstore_blk.h | 1 +