Page 2 of 7
Re: Kernel 5.11
Posted: Fri Dec 18, 2020 8:09 pm
by kilaueabart
xeno74 wrote: Fri Dec 18, 2020 10:17 am
Did you load the device tree blob "
cyrus-p5020.dtb" in U-Boot?
That was the problem. I was trying to use
cyrus-p5050.dtb instead.
I don't know whether I want to try alpha3 or wait for you to get alpha4 fixed.
Re: Kernel 5.11
Posted: Fri Dec 18, 2020 9:33 pm
by xeno74
kilaueabart wrote: Fri Dec 18, 2020 8:09 pm
xeno74 wrote: Fri Dec 18, 2020 10:17 am
Did you load the device tree blob "
cyrus-p5020.dtb" in U-Boot?
That was the problem. I was trying to use
cyrus-p5050.dtb instead.
I don't know whether I want to try alpha3 or wait for you to get alpha4 fixed.
Please try the alpha3. Thanks
Re: Kernel 5.11
Posted: Sat Dec 19, 2020 1:55 am
by xeno74
Hi All,
I released the
alpha4 of kernel
5.11 for the X1000 and X5000 today.
New:
Download:
linux-image-5.11-alpha4-X1000_X5000.tar.gz
Please test the kernels.
Thanks,
Christian
Re: Kernel 5.11
Posted: Sun Dec 20, 2020 1:14 pm
by xeno74
Hi All,
The
alpha5 of kernel
5.11 is available for testing.
New:
Download:
linux-image-5.11-alpha5-X1000_X5000.tar.gz
Please test the kernels.
Thanks,
Christian
Re: Kernel 5.11
Posted: Sun Dec 20, 2020 11:37 pm
by kilaueabart
xeno74 wrote: Fri Dec 18, 2020 9:33 pm
kilaueabart wrote: Fri Dec 18, 2020 8:09 pm
I don't know whether I want to try alpha3 or wait for you to get alpha4 fixed.
Please try the alpha3. Thanks
When I went to get alpha3 I saw that alpha4 was ready, and now I am running alpha5. Is there still any point in trying the alpha3?
Re: Kernel 5.11
Posted: Mon Dec 21, 2020 4:20 am
by xeno74
kilaueabart wrote: Sun Dec 20, 2020 11:37 pm
When I went to get alpha3 I saw that alpha4 was ready, and now I am running alpha5. Is there still any point in trying the alpha3?
No, there isn’t. Thanks a lot for testing the alpha5!

Re: Kernel 5.11
Posted: Mon Dec 21, 2020 8:37 am
by Skateman
Kernel 5.11 Alpha 5 up and running on the AmigaOne X5000
Big picture
http://www.skateman.nl/wp-content/uploa ... 093537.png
Re: Kernel 5.11
Posted: Mon Dec 21, 2020 8:28 pm
by xeno74
Skateman wrote: Mon Dec 21, 2020 8:37 am
Kernel 5.11 Alpha 5 up and running on the AmigaOne X5000
Thank you for testing the alpha5!

Re: Kernel 5.11
Posted: Tue Dec 22, 2020 12:21 pm
by xeno74
Hi All,
I compiled the latest Git kernel today and unfortunately the boot issue still exists.
I was able to reduce the patch for reverting the changes. In this way we know the problematic code now.
vdso-v2.patch:
Code: Select all
diff -rupN a/arch/powerpc/kernel/vdso32/vgettimeofday.c b/arch/powerpc/kernel/vdso32/vgettimeofday.c
--- a/arch/powerpc/kernel/vdso32/vgettimeofday.c 2020-12-19 00:01:16.829846652 +0100
+++ b/arch/powerpc/kernel/vdso32/vgettimeofday.c 2020-12-19 00:00:37.817369691 +0100
@@ -10,12 +10,6 @@ int __c_kernel_clock_gettime(clockid_t c
return __cvdso_clock_gettime32_data(vd, clock, ts);
}
-int __c_kernel_clock_gettime64(clockid_t clock, struct __kernel_timespec *ts,
- const struct vdso_data *vd)
-{
- return __cvdso_clock_gettime_data(vd, clock, ts);
-}
-
int __c_kernel_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz,
const struct vdso_data *vd)
{
With this patch, the uImage boots without any problems on my X5000 and in a virtual e5500 QEMU machine.
Cheers,
Christian
Re: Kernel 5.11
Posted: Tue Dec 22, 2020 6:36 pm
by xeno74
Hi All,
I released the
alpha6 of kernel
5.11 for the X1000 and X5000 today.
New:
Download:
linux-image-5.11-alpha6-X1000_X5000.tar.gz
Please test the kernels.
Thanks,
Christian