From nobody Sun Jun 14 12:37:10 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gdXnf3Xp9z6j5BK for ; Sun, 14 Jun 2026 12:37:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gdXnf2qXzz3RVR for ; Sun, 14 Jun 2026 12:37:10 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781440630; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=svmxQDoM4Gw2ps8mWJLRWNAoCIryDQ7Dp10iD16dOUg=; b=YwBqqpwr5N0WWlLAi5buCMLu0uMgNd6pHyTLYOebi5eCSATaFGF055dlG5n1h0B2hPqx39 3lby635rS4hs5ynrFHiL5XQr9ZObsnX+2UDyetvYg/WzFFD8e0a5h8HcTJKvUnW5kRTEtU r3TJfJTQBqoNdXC9qHqSUIxMhzxqGgjYhwjaFfZcOwcD11jsqEXvbaoytMlwx8u1mMjgNq SzwWnPpTHmkQtzJWuczmCgnKazUF8mxhq0gDGcRpVxqq55AHC2GaUFR1SLWd+utPe3fW/v Hzo8UPinypDlUkp4WSgIRID0xTfXT8IN12Rj/lzHqAPPkMGDU9T/seufJGR2vA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1781440630; a=rsa-sha256; cv=none; b=BPuTU/Xtp3wPrdEO7TKRdK0gL+/8txfHRXwrmUC4ppm/0t2jzotBIGjb9B8qQEKoyE+5rl 2+Og1HA07yHiUqQ2T2b9zeeUmP5PqcMz8AX2yxrLx0FfwjGDOdtrYmvY7iIzL1Rnsaiw+o s0sTmhri4JkMLBNXFAED7WHUsCoySJJsbxFgPrAPumYCysBbK8ThxNzQ7d6/5wDtu++3eg GeIoJ4GW+FmpIxD0K6m4Z5UZAYw8SRDIB5gFW9+fs1xOziSf+Hm3ajMEwf7yqt+6rPiWPp N8tNsqmAsW6wILxsgHSFqBCMJ7dBtRqTk98ZPfTilTqg6usmNrdwSeuK4/YwrA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781440630; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=svmxQDoM4Gw2ps8mWJLRWNAoCIryDQ7Dp10iD16dOUg=; b=odXYdjcUXn+E8twEIG1wcsKgzeKwtiFi37XH126S8t7CPmk2uNky+sSe3goSZJ+L8nXgsi zTP6N5s0Xwl/WrJVb0o2kpTr6hqnavr9Qus85dsE8gn5qeLbGw8qfwsK5GrwfQn+KqLBQA kadrP0uCGp+YnjxPAfR7JSIfV3Qu7cA01XwDyp5cp80+F1JyjZe24kX/oh6zCyTczDL9GM VcCNKc3UYJIX2635TRNU5+Yl3eNgj1EYoGrJ5YTFT0bLcHJRP69BjC0Rj2rT1h355DB27P y+r3TEJonaBqtG5pzILCM7c7kSQ4+jWldA3TZCsR+QnNhLp0o+fQVOeN1Jmg6w== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gdXnf2MBCz17rh for ; Sun, 14 Jun 2026 12:37:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 23f3a by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 14 Jun 2026 12:37:10 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Robert Clausecker Subject: git: 808241e2ebe5 - stable/15 - libc/riscv64: temporarily unhook strrchr() from the build List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fuz X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 808241e2ebe58645b650f0b6b13f461f7231a032 Auto-Submitted: auto-generated Date: Sun, 14 Jun 2026 12:37:10 +0000 Message-Id: <6a2ea076.23f3a.76d7e52d@gitrepo.freebsd.org> The branch stable/15 has been updated by fuz: URL: https://cgit.FreeBSD.org/src/commit/?id=808241e2ebe58645b650f0b6b13f461f7231a032 commit 808241e2ebe58645b650f0b6b13f461f7231a032 Author: Robert Clausecker AuthorDate: 2026-06-07 19:00:33 +0000 Commit: Robert Clausecker CommitDate: 2026-06-14 09:35:22 +0000 libc/riscv64: temporarily unhook strrchr() from the build A bug was discovered in the riscv64 assembly implementation of this function. Fall back to the generic implementation until a fix can be developed. PR: 295823 Reported by: siva MFC after: 1 week (cherry picked from commit 4996ebdb720042239a197ebec2d265cdfdf1bbf3) --- lib/libc/riscv/string/Makefile.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libc/riscv/string/Makefile.inc b/lib/libc/riscv/string/Makefile.inc index ce965833cb27..bf62258c4db5 100644 --- a/lib/libc/riscv/string/Makefile.inc +++ b/lib/libc/riscv/string/Makefile.inc @@ -5,5 +5,4 @@ MDSRCS+= \ memcpy.S \ memset.S \ strlen.S \ - strchrnul.S \ - strrchr.S + strchrnul.S