Page 136 of 138
Re: New kernels
Posted: Tue Feb 17, 2026 9:57 am
by xeno74
Hi All,
I have released the
alpha6 of kernel
7.0.
You can also test an uImage with PREEMPT support but unfortunately KVM HV doesn't work with a PREEMPT kernel.
Downloads and further information:
github.com
Cheers,
Christian
Re: New kernels
Posted: Sat Feb 21, 2026 6:45 am
by xeno74
Hi All,
I released the
alpha7 of kernel
7.0 today.
Downloads and further information:
github.com
There is also a patched preempt uImage in the kernel package.
Screenshot of a kubernetes pod for cross compiling Linux PowerPC kernels (Vanilla Kubernetes, built with kubeadm init):
Please test the kernels.
Thanks,
Christian
Re: New kernels
Posted: Sat Feb 21, 2026 5:11 pm
by xeno74
I tested NTFS3 with the
alpha7 today:

Re: New kernels
Posted: Sun Feb 22, 2026 7:21 pm
by MartinW
So, I've been trying to chase down where what appears to be an endian issue lies over the last week or so and today I swapped my X1600 Pro GPU for an HD6570 GPU and the issue went away. The issue is that if I write code to explicitly clear a window to, let's say blue in SDL2, it actually clears to yellow. The SDL function clearly says it's expecting R,G,B,A parameters but with the X1600 card you have to enter them as A,B,G,R to get the result you desire. As we can see, that's inverted.
After a bunch of testing, I'm beginning to think the issue might be in the legacy radeon driver which to my understanding is statically linked into our kernel? Is this possible?
I can post the C code to build for the test if wanted, it's pretty simple.
Re: New kernels
Posted: Sun Feb 22, 2026 8:27 pm
by xeno74
MartinW wrote: Sun Feb 22, 2026 7:21 pm
After a bunch of testing, I'm beginning to think the issue might be in the legacy radeon driver which to my understanding is statically linked into our kernel?
Yes, it is statically linked into our kernel.
Re: New kernels
Posted: Sun Feb 22, 2026 9:08 pm
by MartinW
OK, so is my next step then to download the source from your GitHub and see if I can make any sense of where the issue might be?
[EDIT] Out of curiosity, the picture you posted above for the latest alpha of the kernel, is that from a physical machine, or a Qemu VM? Do you have some details?
Re: New kernels
Posted: Mon Feb 23, 2026 5:35 am
by xeno74
MartinW wrote: Sun Feb 22, 2026 9:08 pm
[EDIT] Out of curiosity, the picture you posted above for the latest alpha of the kernel, is that from a physical machine, or a Qemu VM? Do you have some details?
Both … X1000, X5000 and e5500 QEMU VMs.
Re: New kernels
Posted: Mon Feb 23, 2026 9:50 am
by Skateman
Kernel 7 Alpha 7 up and running on my AmigaOne X5000
Big picture
https://www.skateman.nl/wp-content/uplo ... -47-03.png
Re: New kernels
Posted: Mon Feb 23, 2026 12:39 pm
by xeno74
Skateman wrote: Mon Feb 23, 2026 9:50 am
Kernel 7 Alpha 7 up and running on my AmigaOne X5000
Great! Thank you for testing!

Re: New kernels
Posted: Wed Feb 25, 2026 5:57 am
by xeno74
Hi All,
The merge window is over. Linus Torvalds has released the
RC1 of kernel
7.0 for testing.
I compiled it for X1000 and e5500 machines (X5000/20, X5000/40, Mirari, and QEMU VMs) yesterday.
Download and further information:
github.com
Screenshot of kubernetes pods for cross compiling and testing Linux PowerPC kernels (Vanilla Kubernetes, built with kubeadm init):
Please test the kernels.
Thanks,
Christian