[PATCH v2] powerpc/crash: Fix non-smp kexec preparation

2025-02-11 Thread Eddie James
ister data in crash_smp_send_stop()") Signed-off-by: Eddie James --- Changes since v1: - Use if (IS_ENABLED(CONFIG_SMP)) instead of #ifdef CONFIG_SMP arch/powerpc/kexec/crash.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/powerpc/kexec/crash.c b/arch/pow

Re: [PATCH] powerpc/crash: Fix non-smp kexec preparation

2025-02-11 Thread Eddie James
On 2/11/25 01:38, Christophe Leroy wrote: Le 10/02/2025 à 20:52, Eddie James a écrit : [Vous ne recevez pas souvent de courriers de eaja...@linux.ibm.com. Découvrez pourquoi ceci est important à https://aka.ms/LearnAboutSenderIdentification ] In non-smp configurations

[PATCH] powerpc/crash: Fix non-smp kexec preparation

2025-02-10 Thread Eddie James
ister data in crash_smp_send_stop()") Signed-off-by: Eddie James --- arch/powerpc/kexec/crash.c | 4 1 file changed, 4 insertions(+) diff --git a/arch/powerpc/kexec/crash.c b/arch/powerpc/kexec/crash.c index 9ac3266e49652..8c11cfd19e734 100644 --- a/arch/powerpc/kexec/crash.c +++ b/ar

Re: KUEP broken on FSP2?

2023-10-09 Thread Eddie James
On 10/9/23 08:14, Michael Ellerman wrote: Eddie James writes: Hi, I'm attempting to run linux 6.1 on my FSP2, but my kernel crashes attempting to get into userspace. The init script works, but the first binary (mount) I run results in oops. Can anyone help me to debug this furth

Re: KUEP broken on FSP2?

2023-10-06 Thread Eddie James
On 10/6/23 10:55, Christophe Leroy wrote: Hi, Le 06/10/2023 à 17:43, Eddie James a écrit : On 10/6/23 00:21, Christophe Leroy wrote: Hi, Le 05/10/2023 à 21:06, Eddie James a écrit : Hi, I'm attempting to run linux 6.1 on my FSP2, but my kernel crashes attempting to get into user

Re: KUEP broken on FSP2?

2023-10-06 Thread Eddie James
On 10/6/23 00:21, Christophe Leroy wrote: Hi, Le 05/10/2023 à 21:06, Eddie James a écrit : Hi, I'm attempting to run linux 6.1 on my FSP2, but my kernel crashes attempting to get into userspace. The init script works, but the first binary (mount) I run results in oops. Can anyone help

KUEP broken on FSP2?

2023-10-05 Thread Eddie James
Hi, I'm attempting to run linux 6.1 on my FSP2, but my kernel crashes attempting to get into userspace. The init script works, but the first binary (mount) I run results in oops. Can anyone help me to debug this further or suggest anything? Thanks, Eddie [    1.042743] kernel tried to ex

Re: PPC476 hangs during tlb flush after calling /init in crash kernel with linux 5.4+

2021-04-28 Thread Eddie James
On Wed, 2021-04-28 at 08:08 +0200, Christophe Leroy wrote: > > Le 28/04/2021 à 00:42, Eddie James a écrit : > > On Tue, 2021-04-27 at 19:26 +0200, Christophe Leroy wrote: > > > Hi Eddies, > > > > > > Le 27/04/2021 à 19:03, Eddie James a écrit : > &

Re: PPC476 hangs during tlb flush after calling /init in crash kernel with linux 5.4+

2021-04-28 Thread Eddie James
On Wed, 2021-04-28 at 08:08 +0200, Christophe Leroy wrote: > > Le 28/04/2021 à 00:42, Eddie James a écrit : > > On Tue, 2021-04-27 at 19:26 +0200, Christophe Leroy wrote: > > > Hi Eddies, > > > > > > Le 27/04/2021 à 19:03, Eddie James a écrit : > &

Re: PPC476 hangs during tlb flush after calling /init in crash kernel with linux 5.4+

2021-04-27 Thread Eddie James
On Tue, 2021-04-27 at 19:26 +0200, Christophe Leroy wrote: > Hi Eddies, > > Le 27/04/2021 à 19:03, Eddie James a écrit : > > Hi all, > > > > I'm having a problem in simulation and hardware where my PPC476 > > processor stops executing instructions after call

PPC476 hangs during tlb flush after calling /init in crash kernel with linux 5.4+

2021-04-27 Thread Eddie James
Hi all, I'm having a problem in simulation and hardware where my PPC476 processor stops executing instructions after callling /init. In my case this is a bash script. The code descends to flush the TLB, and somewhere in the loop in _tlbil_pid, the PC goes to InstructionTLBError47x but does not go