https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121432

--- Comment #45 from Waldemar Brodkorb <wbx at openadk dot org> ---
Looks like Gopi's patch is breaking startup of init for me.
I have done intensive testing with different combinations:

Compiler        Linux           Patches         Result
gcc-15.2.0      6.12.81         without         kernel panic
gcc-15.2.0      6.12.81         Gopi            Illegal opcode exception in
kernel mode.
gcc-15.2.0      6.12.81         br-patch        I get a shell, system stalls
after 10 seconds
gcc-15.2.0      6.6.122         br-patch        I get a shell, system stalls
after 10 seconds
gcc-15.2.0      6.1.164         br-patch        I get a shell, system stalls
after 10 seconds
gcc-15.2.0      5.15.201        br-patch        I get a shell, system stalls
after 10 seconds
gcc-15.2.0      5.4.292         br-patch        I get a shell, system stalls
after 10 seconds
gcc-15.2.0      4.19.320        br-patch        working stable
gcc-14.3.0      6.12.81         without         I get a shell, system stalls
after 10 seconds
gcc-14.3.0      6.12.81         Gopi            Illegal opcode exception in
kernel mode.
gcc-14.3.0      5.15.201        without         I get a shell, system stalls
after 10 seconds
gcc-13.4.0      6.12.81         Gopi            Illegal opcode exception in
kernel mode.
gcc-12.5.0      6.12.81         Gopi            Illegal opcode exception in
kernel mode.

It seems I have problems with the Linux Kernel newer than 4.19.320 and the
stability after init is starting the system.
But with Gopi's patch init never works.

Reply via email to