Page 85 of 139

Re: New kernels

Posted: Mon Sep 23, 2024 6:14 pm
by Hypex
Oh no. :-o

Code: Select all

 
(base) damien@damien-Lenovo-V130-15IKB ~/Development/AmigaOne/X1000/kernel-SLE15-SP5 $ time make -j16 CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc 
...
BTF: .tmp_vmlinux.btf: pahole (pahole) is not available
Failed to generate BTF for vmlinux
Try to disable CONFIG_DEBUG_INFO_BTF
make: *** [Makefile:1217: vmlinux] Error 1

real	42m7.921s
user	287m11.334s
sys	21m4.468s
Almost 45 minutes? The 3,10 A1/XE kernel only takes 15. Be over 45 now I've got over that error.

Re: New kernels

Posted: Mon Sep 23, 2024 7:05 pm
by musa
Hi
Debian 32 ppc trixie/sid boot on vmlinux-6.12_alfa4
Have a nice day

Image

Re: New kernels

Posted: Mon Sep 23, 2024 7:14 pm
by xeno74
Hypex wrote: Mon Sep 23, 2024 6:14 pm real 42m7.921s
A lot of time.

@All

I told the DRM developers, that the Radeon DRM driver doesn't work anymore. No response so far. Link: Kernel doesn't boot after DRM updates (drm-next-2024-09-19)

I will try to figure out, where the issue is in the latest DRM updates.

Attempt:

Code: Select all

cp -R linux-6.11/arch/powerpc/kernel/nvram_64.c a/arch/powerpc/kernel/nvram_64.c
cp -R linux-6.11/fs/pstore/platform.c a/fs/pstore/platform.c

Re: New kernels

Posted: Mon Sep 23, 2024 7:15 pm
by xeno74
musa wrote: Mon Sep 23, 2024 7:05 pm Hi
Debian 32 ppc trixie/sid boot on vmlinux-6.12_alfa4
Have a nice day
Thank you very much for testing! :-)

Re: New kernels

Posted: Tue Sep 24, 2024 7:13 am
by Hypex
xeno74 wrote: Mon Sep 23, 2024 7:14 pm A lot of time.
It looks like it. It's on my Lenovo i5-8250U laptop with only 12GB RAM. Gone are the days when my X1000 could compile a Linux kernel in an hour or two. :-D

So tested the last 6.11 as stable. Tested 6.12 alpha 1 and 2 as working. Will test next alphas.

Re: New kernels

Posted: Wed Sep 25, 2024 6:36 pm
by xeno74
Hi All,

Here is the alpha5 of kernel 6.12 for the X1000 and X5000.

Download and further information: github.com

Alternative download link: linux-image-6.12-alpha5-X1000_X5000.tar.gz

Please test it because of the Radeon DRM driver issue.

Thanks,
Christian

Re: New kernels

Posted: Wed Sep 25, 2024 9:34 pm
by xeno74
OK, the alpha5 boots and works with a VirtIO GPU:

Image

But does it work with a Radeon graphics card?

Re: New kernels

Posted: Thu Sep 26, 2024 6:41 pm
by xeno74
FYI because of the Radeon DRM issue:
Alex wrote: Can you attach your dmesg output? There was a regression in the dma subsystem what was fixed by this commit:

commit b348b6d17fd1d5d89b86db602f02be
a54a754bd8
Author: Leon Romanovsky <[email protected]>
Date: Sun Sep 22 21:09:48 2024 +0300

dma-mapping: report unlimited DMA addressing in IOMMU DMA path

Alex

Re: New kernels

Posted: Thu Sep 26, 2024 7:30 pm
by musa
Hi
Debian 64 ppc trixie/sid running with vmlinux-6.12_a5

Have a nice day

Image

Re: New kernels

Posted: Thu Sep 26, 2024 9:08 pm
by xeno74
musa wrote: Thu Sep 26, 2024 7:30 pm Hi
Debian 64 ppc trixie/sid running with vmlinux-6.12_a5

Have a nice day

Thanks goodness it works. It seems, the Radeon DRM driver works again.
Many thanks for testing! :-)

Have a nice day too.