Re: [OE-core] [PATCH v3] openssh: Add a work around for ICE on mips/mips64

2024-02-15 Thread Tim Orling
I’m On Thu, Feb 15, 2024 at 5:12 PM Khem Raj wrote: > On Thu, Feb 15, 2024 at 1:29 PM Richard Purdie > wrote: > > > > Unfortunately the new openssh version has an ICE on mips. This looks > similar to: > > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104817 > >

Re: [OE-core] [PATCH v3] openssh: Add a work around for ICE on mips/mips64

2024-02-15 Thread Khem Raj
On Thu, Feb 15, 2024 at 1:29 PM Richard Purdie wrote: > > Unfortunately the new openssh version has an ICE on mips. This looks similar > to: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104817 > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104820 > > Given how long these have been open,

[OE-core] [PATCH v3] openssh: Add a work around for ICE on mips/mips64

2024-02-15 Thread Richard Purdie
Unfortunately the new openssh version has an ICE on mips. This looks similar to: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104817 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104820 Given how long these have been open, workaround the issue by disabling the compiler hardening options on mips.