Hi, I cannot boot any 6.7 kernels, last tried 6.7.4
It stops very early without an error message.
6.6.16 works fine.
My system had the same symptoms as Renés PS3 (very related CPU, Cell Power4)
https://www.youtube.com/watch?v=jhSmKtEv2xU (very long video, see summary below)
He fixed his PS3 kernel 6.7 by disabling the use of ELF ABI V2 (due to PS3 hypervisor not supporting that ABI)
I tried changing my .config file to this directly
CONFIG_PPC64_ELF_ABI_V2=n
as that setting is not found in gentoo-sources menuconfig.
It did not help however...
Does it work setting it directly in .config?
Or was ELF ABI V2 introduced in 6.6 already?
If so ELF ABI V2 can be ruled out as cause. (René is fixing a build that was broken for more than half a year)
The rest of the system is compiled with AltiVec ABI, -mabi-altivec, not sure how that all interferes with kernel ABI?
When the kernel fails so early, I do not think it has an effect. Except if the make.conf flags interfere with new kernel ABI build flags?
Any input is appreciated, thanks
Henrik