All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] kexec/arm64: Fix issue with 'kexec load' and 'kdump' when --dtb option is used
@ 2018-11-30  5:32 Bhupesh Sharma
  2018-11-30  5:32 ` [PATCH 1/4] kexec/dt-ops.c: Fix check against 'fdt_add_subnode' return value Bhupesh Sharma
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Bhupesh Sharma @ 2018-11-30  5:32 UTC (permalink / raw)
  To: kexec
  Cc: AKASHI Takahiro, bhsharma, bhupesh.linux, Vicente Bergas,
	Simon Horman

This patchset fixes some issues when we call kexec for arm64 with --dtb
option (both for 'kexec load' and 'kdump' use cases).

A couple of these issues were reported for 'kexec load' use case by
Vicenç and I found the other two while experiment with 'kdump' use
cases.

I have tested the patchset on my qualcomm-amberwing and hp-moonshot
arm64 boards.

Cc: Simon Horman <horms@verge.net.au>
Cc: AKASHI Takahiro <takahiro.akashi@linaro.org>
Cc: Vicente Bergas <vicencb@gmail.com>

Bhupesh Sharma (4):
  kexec/dt-ops.c: Fix check against 'fdt_add_subnode' return value
  kexec/kexec-arm64.c: Add error handling check against return value of
    'set_bootargs()'
  kexec/dt-ops.c: Fix adding '/chosen' node for cases where it is not
    available in dtb passed via --dtb option
  kexec/kexec-arm64.c: Add missing error handling paths

 kexec/arch/arm64/kexec-arm64.c | 26 ++++++++++++++++++++++++++
 kexec/dt-ops.c                 |  7 ++++---
 2 files changed, 30 insertions(+), 3 deletions(-)

-- 
2.7.4


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-12-15 20:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-30  5:32 [PATCH 0/4] kexec/arm64: Fix issue with 'kexec load' and 'kdump' when --dtb option is used Bhupesh Sharma
2018-11-30  5:32 ` [PATCH 1/4] kexec/dt-ops.c: Fix check against 'fdt_add_subnode' return value Bhupesh Sharma
2018-11-30  5:32 ` [PATCH 2/4] kexec/kexec-arm64.c: Add error handling check against return value of 'set_bootargs()' Bhupesh Sharma
2018-11-30  5:32 ` [PATCH 3/4] kexec/dt-ops.c: Fix adding '/chosen' node for cases where it is not available in dtb passed via --dtb option Bhupesh Sharma
2018-11-30  5:32 ` [PATCH 4/4] kexec/kexec-arm64.c: Add missing error handling paths Bhupesh Sharma
2018-12-04  3:12   ` AKASHI Takahiro
2018-12-09 21:44     ` Bhupesh Sharma
2018-12-14 13:13       ` Vicente Bergas
2018-12-15 20:00         ` Bhupesh Sharma

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.