Page 4 of 12

Re: Kernel 4.16

Posted: Thu Feb 08, 2018 12:31 am
by xeno74
Hi All,

I compiled the alpha8 today.

New:
Download: vmlinux-4.16-alpha8-AmigaOne_X1000_X5000.tar.gz

@Tom (tbreeden)
Could you please test the alpha8? I cross compiled the alpha8 on a PC and I don't know if it boots on an AmigaOne X1000. I also don't know if PCI_SCAN_ALL_PCIE_DEVS works because Bjorn updated his patch. Please test it.

@Skateman
Many thanks for your effort with the DPAA Ethernet. Could you also please test the cross compiled alpha8 on your AmigaOne X5000?

Thanks,
Christian

Re: Kernel 4.16

Posted: Thu Feb 08, 2018 7:55 pm
by xeno74
Hi All,

A new alpha is available for testing.

Download: vmlinux-4.16-alpha9-AmigaOne_X1000_X5000.tar.gz

Please test it.

Thanks,
Christian

Re: Kernel 4.16

Posted: Fri Feb 09, 2018 8:12 am
by Skateman
Alpha 9 is running well!

Image

Re: Kernel 4.16

Posted: Fri Feb 09, 2018 8:19 am
by xeno74
Skateman wrote:Alpha 9 is running well!
Thanks a lot for testing! :-)

-- Christian

Re: Kernel 4.16

Posted: Fri Feb 09, 2018 8:45 am
by Skateman
Christian.. Firefox 59 for PPC ??

https://lists.debian.org/debian-powerpc ... 00017.html

You know something about this?

Re: Kernel 4.16

Posted: Fri Feb 09, 2018 4:13 pm
by xeno74
Skateman wrote:Christian.. Firefox 59 for PPC ??

https://lists.debian.org/debian-powerpc ... 00017.html

You know something about this?
Yes, I know but it isn’t installable currently.

— Christian

Re: Kernel 4.16

Posted: Fri Feb 09, 2018 7:38 pm
by xeno74
Hi All,

Here is the alpha10 for testing.

Download: vmlinux-4.16-alpha10-AmigaOne_X1000_X5000.tar.gz

Please test it.

Thanks,
Christian

Re: Kernel 4.16

Posted: Fri Feb 09, 2018 9:26 pm
by Skateman
Alpha 10 up and running :-)

Image

Posted using the DPAA Ethernet adapter.. (for now..)

Re: Kernel 4.16

Posted: Sat Feb 10, 2018 6:51 am
by xeno74
Skateman wrote:Alpha 10 up and running :-)
Posted using the DPAA Ethernet adapter.. (for now..)
Thanks a lot for testing the alpha10!

— Christian

Re: Kernel 4.16

Posted: Sun Feb 11, 2018 4:56 pm
by xeno74
BTW, KVM doesn't compile currently.

Error messages:

Code: Select all

  CC      arch/powerpc/kvm/powerpc.o
arch/powerpc/kvm/powerpc.c: In function 'kvm_arch_vcpu_ioctl_run':
arch/powerpc/kvm/powerpc.c:1611:1: error: label 'out' defined but not used [-Werror=unused-label]
 out:
 ^
cc1: all warnings being treated as errors
scripts/Makefile.build:316: recipe for target 'arch/powerpc/kvm/powerpc.o' failed
make[1]: *** [arch/powerpc/kvm/powerpc.o] Error 1
Makefile:1048: recipe for target 'arch/powerpc/kvm' failed
make: *** [arch/powerpc/kvm] Error 2
I had to compile the alpha12 without kvm support for the X5000. I will report it to the Linuxppc-dev mailing list.