Re: [PATCH] arm: Increase zImage length after getting the tag

2020-06-06 Thread Russell King
On Sat, Jun 06, 2020 at 03:40:31PM +0100, Russell King wrote: > On Sat, Jun 06, 2020 at 03:23:19PM +0200, Simon Horman wrote: > > On Tue, Jun 02, 2020 at 12:40:34PM +0200, Łukasz Stelmach wrote: > > > Increase the size of the zImage after seeking for the tag to avoid > > > reading past the end of t

Re: [PATCH] arm: Increase zImage length after getting the tag

2020-06-06 Thread Russell King
On Sat, Jun 06, 2020 at 03:23:19PM +0200, Simon Horman wrote: > On Tue, Jun 02, 2020 at 12:40:34PM +0200, Łukasz Stelmach wrote: > > Increase the size of the zImage after seeking for the tag to avoid > > reading past the end of the supplied buffer should there be not tag > > in the zImage. > > > >

Re: [PATCH v3] arm64: kdump: add another DT property to crash dump kernel's dtb

2020-06-06 Thread chenzhou
On 2020/6/6 21:19, Simon Horman wrote: > On Thu, May 21, 2020 at 04:32:57PM +0800, Chen Zhou wrote: >> Currently, there is only one crash kernel region on arm64, we add >> another region "crash kernel low" used for crash dump kernel devices. >> >> To do this, we add DT property "linux,low-memory

Re: [PATCH] arm: Increase zImage length after getting the tag

2020-06-06 Thread Simon Horman
On Tue, Jun 02, 2020 at 12:40:34PM +0200, Łukasz Stelmach wrote: > Increase the size of the zImage after seeking for the tag to avoid > reading past the end of the supplied buffer should there be not tag > in the zImage. > > Fixes: f57f0bf8975d24fe1e7c4936fdfb5c3b123ab75f > Signed-off-by: Łukasz S

Re: [PATCH] kexec-tools: fix the unintended fallthrough when '-d' option is used

2020-06-06 Thread Simon Horman
On Tue, Jun 02, 2020 at 10:01:59AM +0530, Hari Bathini wrote: > Fixes: 28d4ab532808 ("Add generic debug option") > Cc: Cong Wang > Signed-off-by: Hari Bathini Thanks, applied. > --- > kexec/kexec.c |1 + > 1 file changed, 1 insertion(+) > > diff --git a/kexec/kexec.c b/kexec/kexec.c > ind

Re: [PATCH v3] arm64: kdump: add another DT property to crash dump kernel's dtb

2020-06-06 Thread Simon Horman
On Thu, May 21, 2020 at 04:32:57PM +0800, Chen Zhou wrote: > Currently, there is only one crash kernel region on arm64, we add > another region "crash kernel low" used for crash dump kernel devices. > > To do this, we add DT property "linux,low-memory-range" to crash > dump kernel's dtb to pass th