Re: [PATCH v2 0/5] powerpc/64s: improve boot debugging

2022-10-04 Thread Michael Ellerman
On Mon, 26 Sep 2022 15:56:15 +1000, Nicholas Piggin wrote: > This series provides a machine check handler to catch out of > bounds memory accesses in early boot before the MMU is enabled. > > Since v1: > - 64e compile fix > > Nicholas Piggin (5): > powerpc/64s/interrupt: move early boot ILE

[PATCH v2 0/5] powerpc/64s: improve boot debugging

2022-09-25 Thread Nicholas Piggin
This series provides a machine check handler to catch out of bounds memory accesses in early boot before the MMU is enabled. Since v1: - 64e compile fix Nicholas Piggin (5): powerpc/64s/interrupt: move early boot ILE fixup into a macro powerpc/64s: early boot machine check handler