On 15/08/2022 02:40, Henry Wang wrote:
Hi Julien,
Hi Henry,
-----Original Message-----
Subject: [PATCH 7/7] xen/arm32: traps: Dump more information for
hypervisor data abort
From: Julien Grall <[email protected]>
Unlike arm64, on arm32 there are no extra information dumped (e.g.
page table walk) for hypervisor data abort.
For data abort, the HSR will be set properly and so replace the call
to do_unexpected_trap() with do_trap_hyp_sync() to dispatch the error.
Signed-off-by: Julien Grall <[email protected]>
I think this patch looks good to me so:
Reviewed-by: Henry Wang <[email protected]>
But it seems that there is a duplicated patch at:
https://patchwork.kernel.org/project/xen-devel/patch/[email protected]/
Hmmm... I dropped a patch from the series and it looks like I didn't
properly clean the directory before doing that. Please ignore patch #8.
Cheers,
--
Julien Grall