Re: [PATCH v5] powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt.

2024-04-10 Thread Shirisha ganta
1.215724] [c00fffd73210] [c0008364] > machine_check_early_common+0x134/0x1f8 > > Fix this by avoiding use of nmi_enter()/nmi_exit() in real mode if > percpu > first chunk is not embedded. > > Reviewed-by: Christophe Leroy > Tested-by: Shirisha Ganta >

Re: [PATCH v4] powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt.

2024-03-06 Thread Shirisha ganta
d the patch and the fix works fine. selftests/powerpc/mce/inject-ra-err testcase is working as expected after enabling percpu_alloc=page with the patch applied. Output with Patch: # ./inject-ra-err test: inject-ra-err tags: git_version:unknown success: inject-ra-err # Tested-by: Shirisha Ganta