Re: [FSL P50x0] Kernel 6.9-rc1 compiling issue

2024-05-08 Thread Christian Zigotzky
Christophe Leroy writes: Hi Christian, hi Hari, Le 04/04/2024 à 19:44, Christian Zigotzky a écrit : Shall we use CONFIG_CRASH_DUMP to get int crashing_cpu = -1;? Further information: https://lists.ozlabs.org/pipermail/linuxppc-dev/2024-March/269985.html

Re: [FSL P50x0] Kernel 6.9-rc1 compiling issue

2024-04-08 Thread Michael Ellerman
Christophe Leroy writes: > Hi Christian, hi Hari, > > Le 04/04/2024 à 19:44, Christian Zigotzky a écrit : >> Shall we use CONFIG_CRASH_DUMP to get int crashing_cpu = -1;? >> >> Further information: >> https://lists.ozlabs.org/pipermail/linuxppc-dev/2024-March/269985.html >>

Re: [FSL P50x0] Kernel 6.9-rc1 compiling issue

2024-04-04 Thread Christian Zigotzky
Shall we use CONFIG_CRASH_DUMP to get int crashing_cpu = -1;? Further information: https://lists.ozlabs.org/pipermail/linuxppc-dev/2024-March/269985.html — Christian

Re: [FSL P50x0] Kernel 6.9-rc1 compiling issue

2024-04-04 Thread Christophe Leroy
Hi Christian, hi Hari, Le 04/04/2024 à 19:44, Christian Zigotzky a écrit : > Shall we use CONFIG_CRASH_DUMP to get int crashing_cpu = -1;? > > Further information: > https://lists.ozlabs.org/pipermail/linuxppc-dev/2024-March/269985.html >

[FSL P50x0] Kernel 6.9-rc1 compiling issue

2024-03-25 Thread Christian Zigotzky
Configured: CONFIG_VMCORE_INFO=y # CONFIG_CRASH_DUMP is not set CONFIG_KEXEC_CORE=y PowerPC updates 6.9-2: -#ifdef CONFIG_VMCORE_INFO +#ifdef CONFIG_CRASH_DUMP  /* This keeps a track of which one is the crashing cpu. */  int crashing_cpu = -1;  #endif - int crashing_cpu = -1; was

[FSL P50x0] Kernel 6.9-rc1 compiling issue

2024-03-25 Thread Christian Zigotzky
We have configured (kernel config): # CONFIG_CRASH_DUMP is not set CONFIG_KEXEC_CORE=y Link: https://github.com/chzigotzky/kernels/blob/main/configs/x5000_defconfig Compiling error: arch/powerpc/platforms/85xx/smp.c: In function 'mpc85xx_smp_kexec_cpu_down':

[FSL P50x0] Kernel 6.9-rc1 compiling issue

2024-03-25 Thread Christian Zigotzky
Thanks a lot for the hint. Could you please add #include to arch/powerpc/platforms/85xx/smp.c for the next PowerPC fixes? Christian On 25 March 2024 at 07:43 am, Christophe Leroy wrote: Hi, Le 25/03/2024 à 06:18, Christian Zigotzky a écrit : I have created a patch: ---

Re: [FSL P50x0] Kernel 6.9-rc1 compiling issue

2024-03-25 Thread Christophe Leroy
Hi, Le 25/03/2024 à 06:18, Christian Zigotzky a écrit : > I have created a patch: > > --- a/arch/powerpc/platforms/85xx/smp.c 2024-03-25 06:14:02.201209476 +0100 > +++ b/arch/powerpc/platforms/85xx/smp.c 2024-03-25 06:10:04.421425931 +0100 > @@ -393,6 +393,7 @@ static void

[FSL P50x0] Kernel 6.9-rc1 compiling issue

2024-03-24 Thread Christian Zigotzky
I have created a patch: --- a/arch/powerpc/platforms/85xx/smp.c 2024-03-25 06:14:02.201209476 +0100 +++ b/arch/powerpc/platforms/85xx/smp.c 2024-03-25 06:10:04.421425931 +0100 @@ -393,6 +393,7 @@ static void mpc85xx_smp_kexec_cpu_down(i     int disable_threadbit = 0;     long start =

[FSL P50x0] Kernel 6.9-rc1 compiling issue

2024-03-24 Thread Christian Zigotzky
Hi All, The Compiling of the RC1 of kernel 6.9 doesn’t work anymore for our FSL P5020/P5040 boards [1] since the PowerPC updates 6.9-2 [2]. Error messages: arch/powerpc/platforms/85xx/smp.c: In function 'mpc85xx_smp_kexec_cpu_down': arch/powerpc/platforms/85xx/smp.c:401:13: error: