[Crash-utility] [PATCH 0/3] xen: several fixes for newer Xen versions

Juergen Gross jgross at suse.com
Mon Mar 13 13:01:09 UTC 2023


When trying to look into a vmcore in Xen mode which was obtained from
a machine running Xen 4.16, I realized that crash wasn't able to handle
that.

Looking into the issue I found that crash is lacking several adaptions
to newer Xen versions (at least 4.13 onwards).

There might be more missing, but it is now at least possible to do
_some_ debugging.

Juergen Gross (3):
  xen: fix stacksize
  xen: get stack address via stack_base array if available
  xen: adjust to new scheduler structures

 Makefile         |  14 +++---
 x86_64.c         |   2 +-
 xen_hyper.c      | 117 ++++++++++++++++++++++++++++++-----------------
 xen_hyper_defs.h |   4 +-
 4 files changed, 87 insertions(+), 50 deletions(-)

-- 
2.35.3



More information about the Crash-utility mailing list