From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1BA113858419; Fri, 16 Feb 2024 06:42:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1BA113858419 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1708065772; bh=S+whDFFuhRLz12q6V/9lo1UgSqNDdBvCGjDPQWm83F4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=K4MGVNdaZSRfURhbrvW+4HqiEucxEhl8z4RTQU20NtZRcbvAPyY9VXwZtfmjvaDlc xk7JWKtGj4zEBxUJ/VVgq10nQJtQmraQudTFZJc2ycEsFs+Z7QaYrYEa1z0ZQ8HuUx +zdadpfHPvN0END4u/eN9KPLyHoODd+bu/1RUHnE= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug build/31316] Fails test misc/tst-dirname "Didn't expect signal from child: got `Illegal instruction'" on non SSE CPUs Date: Fri, 16 Feb 2024 06:42:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: 2.38 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: fweimer at redhat dot com X-Bugzilla-Target-Milestone: 2.40 X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: resolution flagtypes.name bug_status target_milestone assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31316 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Flags| |security- Status|UNCONFIRMED |RESOLVED Target Milestone|--- |2.40 Assignee|unassigned at sourceware dot org |fweimer at redhat d= ot com --- Comment #10 from Florian Weimer --- Fixed via: commit 0d9166c2245cad4ac520b337dee40c9a583872b6 Author: Florian Weimer Date: Fri Feb 16 07:40:37 2024 +0100 i386: Use generic memrchr in libc (bug 31316) Before this change, we incorrectly used the SSE2 variant in the implementation, without checking that the system actually supports SSE2. Tested-by: Sam James I have no immediate plans to handle the backports. --=20 You are receiving this mail because: You are on the CC list for the bug.=