Re: [kvm-unit-tests v3 03/13] powerpc: Add some checking to exception handler install

2023-03-27 Thread Nicholas Piggin
On Tue Mar 28, 2023 at 12:39 AM AEST, Thomas Huth wrote: > On 27/03/2023 14.45, Nicholas Piggin wrote: > > Check to ensure exception handlers are not being overwritten or > > invalid exception numbers are used. > > > > Signed-off-by: Nicholas Piggin > > --- > > Since v2: > > - New patch > > > >

Re: [kvm-unit-tests v3 03/13] powerpc: Add some checking to exception handler install

2023-03-27 Thread Thomas Huth
On 27/03/2023 14.45, Nicholas Piggin wrote: Check to ensure exception handlers are not being overwritten or invalid exception numbers are used. Signed-off-by: Nicholas Piggin --- Since v2: - New patch lib/powerpc/processor.c | 12 1 file changed, 12 insertions(+) diff --git a/

[kvm-unit-tests v3 03/13] powerpc: Add some checking to exception handler install

2023-03-27 Thread Nicholas Piggin
Check to ensure exception handlers are not being overwritten or invalid exception numbers are used. Signed-off-by: Nicholas Piggin --- Since v2: - New patch lib/powerpc/processor.c | 12 1 file changed, 12 insertions(+) diff --git a/lib/powerpc/processor.c b/lib/powerpc/processor.