mbox series

[V3,0/2] Fallback to full coredump

Message ID 1653989969-26500-1-git-send-email-quic_ylal@quicinc.com (mailing list archive)
Headers show
Series Fallback to full coredump | expand

Message

Yogesh Lal May 31, 2022, 9:39 a.m. UTC
Add support for full coredump as a fallback mechanism in
absence of minidump support.

V3:
 * Add clear out dump segment before re-populating it. 

Siddharth Gupta (2):
  remoteproc: core: Export the rproc coredump APIs
  remoteproc: qcom: Add full coredump fallback mechanism

 drivers/remoteproc/qcom_common.c         | 14 ++++++++++++--
 drivers/remoteproc/qcom_q6v5_pas.c       |  1 +
 drivers/remoteproc/remoteproc_coredump.c |  2 ++
 drivers/remoteproc/remoteproc_internal.h |  4 ----
 include/linux/remoteproc.h               |  4 ++++
 5 files changed, 19 insertions(+), 6 deletions(-)