Re: [PATCH 1/7] powerpc/entry: convert to common and generic entry

2024-11-09 Thread Luming Yu
On Thu, Nov 07, 2024 at 11:40:04AM +0800, Luming Yu wrote: > On Tue, Nov 05, 2024 at 12:47:18PM +0800, Luming Yu wrote: > > On Fri, Oct 25, 2024 at 10:50:05AM +0800, Luming Yu wrote: > > > On Thu, Oct 24, 2024 at 04:43:04PM +0800, Luming Yu wrote: > > > > On Wed, Oct 23, 2024 at 12:53:47PM +1100, M

Re: [PATCH 1/7] powerpc/entry: convert to common and generic entry

2024-11-06 Thread Luming Yu
On Tue, Nov 05, 2024 at 12:47:18PM +0800, Luming Yu wrote: > On Fri, Oct 25, 2024 at 10:50:05AM +0800, Luming Yu wrote: > > On Thu, Oct 24, 2024 at 04:43:04PM +0800, Luming Yu wrote: > > > On Wed, Oct 23, 2024 at 12:53:47PM +1100, Michael Ellerman wrote: > > > > "虞陆铭" writes: > > > > >>Le 12/10/20

Re: [PATCH 1/7] powerpc/entry: convert to common and generic entry

2024-11-04 Thread Luming Yu
On Fri, Oct 25, 2024 at 10:50:05AM +0800, Luming Yu wrote: > On Thu, Oct 24, 2024 at 04:43:04PM +0800, Luming Yu wrote: > > On Wed, Oct 23, 2024 at 12:53:47PM +1100, Michael Ellerman wrote: > > > "虞陆铭" writes: > > > >>Le 12/10/2024 à 05:56, Luming Yu a écrit : > > > >>> convert powerpc entry code

Re: [PATCH 1/7] powerpc/entry: convert to common and generic entry

2024-10-24 Thread Luming Yu
On Thu, Oct 24, 2024 at 04:43:04PM +0800, Luming Yu wrote: > On Wed, Oct 23, 2024 at 12:53:47PM +1100, Michael Ellerman wrote: > > "虞陆铭" writes: > > >>Le 12/10/2024 à 05:56, Luming Yu a écrit : > > >>> convert powerpc entry code in syscall and fault to use syscall_work > > >>> and irqentry_state a

Re: [PATCH 1/7] powerpc/entry: convert to common and generic entry

2024-10-24 Thread Luming Yu
On Wed, Oct 23, 2024 at 12:53:47PM +1100, Michael Ellerman wrote: > "虞陆铭" writes: > >>Le 12/10/2024 à 05:56, Luming Yu a écrit : > >>> convert powerpc entry code in syscall and fault to use syscall_work > >>> and irqentry_state as well as common calls implemented in generic > >>> entry infrastruct

Re: [PATCH 1/7] powerpc/entry: convert to common and generic entry

2024-10-22 Thread Michael Ellerman
"虞陆铭" writes: >>Le 12/10/2024 à 05:56, Luming Yu a écrit : >>> convert powerpc entry code in syscall and fault to use syscall_work >>> and irqentry_state as well as common calls implemented in generic >>> entry infrastructure. >>> >>> Signed-off-by: Luming Yu >>> --- >>> arch/powerpc/Kconfig

Re: [PATCH 1/7] powerpc/entry: convert to common and generic entry

2024-10-21 Thread 虞陆铭
>Le 12/10/2024 à 05:56, Luming Yu a écrit : >> convert powerpc entry code in syscall and fault to use syscall_work >> and irqentry_state as well as common calls implemented in generic >> entry infrastructure. >> >> Signed-off-by: Luming Yu >> --- >> arch/powerpc/Kconfig | 1 +

Re: [PATCH 1/7] powerpc/entry: convert to common and generic entry

2024-10-15 Thread Christophe Leroy
Le 12/10/2024 à 05:56, Luming Yu a écrit : convert powerpc entry code in syscall and fault to use syscall_work and irqentry_state as well as common calls implemented in generic entry infrastructure. Signed-off-by: Luming Yu --- arch/powerpc/Kconfig | 1 + arch/powerpc/in

[PATCH 1/7] powerpc/entry: convert to common and generic entry

2024-10-11 Thread Luming Yu
convert powerpc entry code in syscall and fault to use syscall_work and irqentry_state as well as common calls implemented in generic entry infrastructure. Signed-off-by: Luming Yu --- arch/powerpc/Kconfig | 1 + arch/powerpc/include/asm/hw_irq.h | 5 + arch/powerpc/in