Re: [PATCH 0/4 v2] Limit the size of vmcore-dmesg.txt to 2G

2019-09-08 Thread lijiang
在 2019年09月08日 20:40, Simon Horman 写道: > On Wed, Sep 04, 2019 at 09:29:20PM +0800, lijiang wrote: >> 在 2019年09月03日 22:37, Simon Horman 写道: >>> On Wed, Aug 28, 2019 at 05:18:58PM +0800, lijiang wrote: Hi, Simon and other reviewers, any comment about v2? >>> >>> Hi, >>> >>> sorry for the

Re: [PATCH 0/4 v2] Limit the size of vmcore-dmesg.txt to 2G

2019-09-08 Thread Simon Horman
On Wed, Sep 04, 2019 at 09:29:20PM +0800, lijiang wrote: > 在 2019年09月03日 22:37, Simon Horman 写道: > > On Wed, Aug 28, 2019 at 05:18:58PM +0800, lijiang wrote: > >> Hi, Simon and other reviewers, any comment about v2? > > > > Hi, > > > > sorry for the extended delay. > > I will look over this. > >

Re: [PATCH 0/4 v2] Limit the size of vmcore-dmesg.txt to 2G

2019-09-04 Thread lijiang
在 2019年09月03日 22:37, Simon Horman 写道: > On Wed, Aug 28, 2019 at 05:18:58PM +0800, lijiang wrote: >> Hi, Simon and other reviewers, any comment about v2? > > Hi, > > sorry for the extended delay. > I will look over this. > Never mind. Any suggestions will be appreciated. Thank you in advance.

Re: [PATCH 0/4 v2] Limit the size of vmcore-dmesg.txt to 2G

2019-09-03 Thread Simon Horman
On Wed, Aug 28, 2019 at 05:18:58PM +0800, lijiang wrote: > Hi, Simon and other reviewers, any comment about v2? Hi, sorry for the extended delay. I will look over this. ___ kexec mailing list kexec@lists.infradead.org

Re: [PATCH 0/4 v2] Limit the size of vmcore-dmesg.txt to 2G

2019-08-28 Thread lijiang
Hi, Simon and other reviewers, any comment about v2? Thanks. Lianbo > [PATCH 1/4] Cleanup: remove the read_elf_kcore() > Here, no need to wrap the read_elf() again, lets invoke it directly. > So remove the read_elf_kcore() and clean up redundant code. > > [PATCH 2/4] Fix an error definition

[PATCH 0/4 v2] Limit the size of vmcore-dmesg.txt to 2G

2019-08-23 Thread Lianbo Jiang
[PATCH 1/4] Cleanup: remove the read_elf_kcore() Here, no need to wrap the read_elf() again, lets invoke it directly. So remove the read_elf_kcore() and clean up redundant code. [PATCH 2/4] Fix an error definition about the variable 'fname' The variable 'fname' is mistakenly defined two twice,