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

2024-09-18 Thread Christophe Leroy
Hi, Le 14/09/2024 à 04:22, Luming Yu a écrit : On Fri, Sep 13, 2024 at 02:15:40PM +0200, Christophe Leroy wrote: Le 13/09/2024 à 14:02, Luming Yu a écrit : ... nothing happens after that. reproduced with ppc64_defconfig [0.818972][T1] Run /init as init process [5.851684][ T240

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

2024-09-13 Thread Luming Yu
On Fri, Sep 13, 2024 at 02:15:40PM +0200, Christophe Leroy wrote: > > > Le 13/09/2024 à 14:02, Luming Yu a écrit : > > > > ... > > > nothing happens after that. > > reproduced with ppc64_defconfig > > [0.818972][T1] Run /init as init process > > [5.851684][ T240] request_module: mod

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

2024-09-13 Thread Christophe Leroy
Le 13/09/2024 à 14:02, Luming Yu a écrit : ... nothing happens after that. reproduced with ppc64_defconfig [0.818972][T1] Run /init as init process [5.851684][ T240] request_module: modprobe binfmt-4c46 cannot be processed, kmod busy with 50 threads for more than 5 seconds now

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

2024-09-13 Thread Luming Yu
On Fri, Sep 13, 2024 at 10:30:56AM +0200, Christophe Leroy wrote: > > > Le 13/09/2024 à 09:38, Luming Yu a écrit : > > On Fri, Sep 13, 2024 at 08:54:12AM +0200, Christophe Leroy wrote: > > > > > > > > > Le 13/09/2024 à 03:40, Luming Yu a écrit : > > > > On Thu, Sep 12, 2024 at 12:23:29PM +0200,

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

2024-09-13 Thread Christophe Leroy
Le 13/09/2024 à 09:38, Luming Yu a écrit : On Fri, Sep 13, 2024 at 08:54:12AM +0200, Christophe Leroy wrote: Le 13/09/2024 à 03:40, Luming Yu a écrit : On Thu, Sep 12, 2024 at 12:23:29PM +0200, Christophe Leroy wrote: Le 12/09/2024 à 10:24, Luming Yu a écrit : From: Yu Luming convert

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

2024-09-13 Thread Luming Yu
On Fri, Sep 13, 2024 at 08:54:12AM +0200, Christophe Leroy wrote: > > > Le 13/09/2024 à 03:40, Luming Yu a écrit : > > On Thu, Sep 12, 2024 at 12:23:29PM +0200, Christophe Leroy wrote: > > > > > > > > > Le 12/09/2024 à 10:24, Luming Yu a écrit : > > > > From: Yu Luming > > > > > > > > convert

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

2024-09-12 Thread Christophe Leroy
Le 13/09/2024 à 03:40, Luming Yu a écrit : On Thu, Sep 12, 2024 at 12:23:29PM +0200, Christophe Leroy wrote: Le 12/09/2024 à 10:24, Luming Yu a écrit : From: Yu Luming convert powerpc entry code in syscall and fault to use syscall_work and irqentry_state as well as common calls from gene

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

2024-09-12 Thread Luming Yu
On Thu, Sep 12, 2024 at 12:23:29PM +0200, Christophe Leroy wrote: > > > Le 12/09/2024 à 10:24, Luming Yu a écrit : > > From: Yu Luming > > > > convert powerpc entry code in syscall and fault to use syscall_work > > and irqentry_state as well as common calls from generic entry > > infrastructur

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

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

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

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

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

2024-09-12 Thread Christophe Leroy
Le 12/09/2024 à 10:24, Luming Yu a écrit : From: Yu Luming convert powerpc entry code in syscall and fault to use syscall_work and irqentry_state as well as common calls from generic entry infrastructure. Could you add more description about the change ? When I look at x86, riscv or s390

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

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