On Sun, 3 Mar 2024 at 10:52, Akihiko Odaki <akihiko.od...@daynix.com> wrote: > > Contexts of some CPUs may be lacking or corrupted due to premature boot, > but the output may still contain valuable information of other CPUs and > memory. > > Signed-off-by: Akihiko Odaki <akihiko.od...@daynix.com> > --- > contrib/elf2dmp/main.c | 15 +++++---------- > 1 file changed, 5 insertions(+), 10 deletions(-)
I think it would be worth having a brief comment explaining why we don't make these memory read failures fatal errors, to avoid somebody in future putting the error path back in again. Otherwise Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM