Re: [PATCH v3 03/19] powerpc: bad_page_fault, do_break get registers from regs

2020-12-26 Thread Nicholas Piggin
Excerpts from Nicholas Piggin's message of December 26, 2020 6:19 pm: > Excerpts from Christophe Leroy's message of December 23, 2020 12:42 am: >> >> >> Le 28/11/2020 à 15:40, Nicholas Piggin a écrit : >>> Similar to the previous patch this makes interrupt handler function >>> types more regular

Re: [PATCH v3 03/19] powerpc: bad_page_fault, do_break get registers from regs

2020-12-26 Thread Nicholas Piggin
Excerpts from Christophe Leroy's message of December 23, 2020 12:42 am: > > > Le 28/11/2020 à 15:40, Nicholas Piggin a écrit : >> Similar to the previous patch this makes interrupt handler function >> types more regular so they can be wrapped with the next patch. >> >> bad_page_fault and

Re: [PATCH v3 03/19] powerpc: bad_page_fault, do_break get registers from regs

2020-12-22 Thread Christophe Leroy
Le 28/11/2020 à 15:40, Nicholas Piggin a écrit : Similar to the previous patch this makes interrupt handler function types more regular so they can be wrapped with the next patch. bad_page_fault and do_break are not performance critical. I partly took your changes into one of my series, in

Re: [PATCH v3 03/19] powerpc: bad_page_fault, do_break get registers from regs

2020-11-29 Thread Aneesh Kumar K.V
Nicholas Piggin writes: > Similar to the previous patch this makes interrupt handler function > types more regular so they can be wrapped with the next patch. > > bad_page_fault and do_break are not performance critical. > Reviewed-by: Aneesh Kumar K.V > [32s DABR code from Christophe Leroy ]

[PATCH v3 03/19] powerpc: bad_page_fault, do_break get registers from regs

2020-11-28 Thread Nicholas Piggin
Similar to the previous patch this makes interrupt handler function types more regular so they can be wrapped with the next patch. bad_page_fault and do_break are not performance critical. [32s DABR code from Christophe Leroy ] Signed-off-by: Nicholas Piggin --- arch/powerpc/include/asm/bug.h