From nobody Sat Mar 14 09:30:30 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 4fXx0k5mzqz6VYYB for ; Sat, 14 Mar 2026 09:30:30 +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 "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fXx0k49hnz3mgH for ; Sat, 14 Mar 2026 09:30:30 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1773480630; 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=Gz4Nh6R4ShxKGBQ5LYud8XId9f3RyI3MLSkEGMWXfTI=; b=H+sCW1XcJV1izlSEYFKRYm9YmS/sHjJWa/1AQ/xXvaP+LhP5qcYAuO2uTwLT44g1mo3g1m I0EzUwt45msiogL0M657pOwgI68POoWL8pHwcFfM6LmvhQRcd6hRR5wwZrLt23KflkR5Ob IM08gxGHnhPk9EtQoLgwFGIyIDMOYzewDAd6LSV+ygZJJn/xfawKbz3zPnGanNK71/tWi0 4ne1zUEGTTlrS0XVQ2vAuGjbVsfaCvjGj4dj1c56bZ+7H0AtIlWIzca3DMS+VOdDOwM/zo FYtvr1920T6d3r5bJus/mkDdb7o8UkN9PilCne6fEQaOZE5GyKVXrQCLFoBWUw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1773480630; a=rsa-sha256; cv=none; b=O0vSJcFl+EW+N5bayJReFwJEezXiZ9vJRK0hUqLrgPgn2qePfeQOxvDT9S9s5Se0dDcJrC Y0IyGCcbFn7OtE8N14z46I17Z4tRoJmHuID4EEmfjsTmZ1rSVdirKrsaIsl2AB2wEsjDPx gOElQ9Z/W6jL8/u02IuYliHVx5WqU+dDIdWuMS1Y2l6j87XqwqUcUipLmQvWUEg6/uhofa xjb219Q4eVndo9nKWmEb2anUu/kMjD62y3aoniTyv6CdnOhjAqbpqiMx9zVC6aOaGEaMMT vQlCuluFBYN7d23mb2a56eW0YUF/A9+xif/pl6/wEbLOtvU7DzyxvXGTy1b37A== 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=1773480630; 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=Gz4Nh6R4ShxKGBQ5LYud8XId9f3RyI3MLSkEGMWXfTI=; b=xQQJZZ+T2kpboeziC0L1YbOMINuTwISFFnTS6FLba4eXW9bvTzDYgGTCq0gZN9+oeZJBhp gic5HrRzVC2F9Qbedb/NLVlMG/ytL8G9fR3ZlkfCPL6wlwgOxt5uJaMwbTq4exL4h9rUjK 6xAo09Ts0Cnxl5NwMRDpkrAsKUgw05Jj8+tjDA4MiQZTBz/9xBHsM1k0iVN8xRzSqKydzO bCPgmOntbuHrAJSEN4YnU14dmXLsXQAFJrzkzw2mLN57AdrtBlBXWUswo7zTyJQmofgPv2 E0tvKy0ghxlUJUyFV0cfkiPkcAOM/pHdTDbJvxhO8WJvDhLEy06ArQhTLu1yIQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fXx0k3hffz1Bml for ; Sat, 14 Mar 2026 09:30:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 18881 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sat, 14 Mar 2026 09:30:30 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Robert Clausecker Subject: git: 521519f72d59 - stable/15 - depend-cleanup.sh: rebuild strnlen.o on riscv64 if it came from strnlen.S 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 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: 521519f72d599622a79ed79f93c4f4b208089174 Auto-Submitted: auto-generated Date: Sat, 14 Mar 2026 09:30:30 +0000 Message-Id: <69b52ab6.18881.6772147c@gitrepo.freebsd.org> The branch stable/15 has been updated by fuz: URL: https://cgit.FreeBSD.org/src/commit/?id=521519f72d599622a79ed79f93c4f4b208089174 commit 521519f72d599622a79ed79f93c4f4b208089174 Author: Robert Clausecker AuthorDate: 2026-03-07 23:14:25 +0000 Commit: Robert Clausecker CommitDate: 2026-03-14 09:29:22 +0000 depend-cleanup.sh: rebuild strnlen.o on riscv64 if it came from strnlen.S We have to switch back to the previous rule once the temporary build fix has been replaced with a permanent fix. MFC after: 1 week See also: 2a4e3112c811b9892e14e15cfd23538e7e47329c PR: 293353, 293296 (cherry picked from commit b5514e1c6d9e7ec09b299a983d1ce32852e0d9dc) --- tools/build/depend-cleanup.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/build/depend-cleanup.sh b/tools/build/depend-cleanup.sh index 8e4b552edb0c..c36046385fae 100755 --- a/tools/build/depend-cleanup.sh +++ b/tools/build/depend-cleanup.sh @@ -546,7 +546,7 @@ if [ ${MACHINE} = riscv ]; then clean_dep lib/libc memcpy c # 20251031 5a52f0704435 libc: scalar strnlen() in RISC-V assembly - clean_dep lib/libc strnlen c + #clean_dep lib/libc strnlen c # 20251031 08af0bbc9c7d libc: scalar strchrnul() in RISC-V assembly clean_dep lib/libc strchrnul c @@ -554,6 +554,9 @@ if [ ${MACHINE} = riscv ]; then # 20251031 b5dbf3de5611 libc/riscv64: implement bcopy() and bzero() through memcpy() and memset() clean_dep lib/libc bcopy c "libc.string.bcopy.c" clean_dep lib/libc bzero c "libc.string.bzero.c" + + # 20260307 2a4e3112c811 libc/riscv64: temporarily disable strnlen() implementation until a fix is developed + clean_dep lib/libc strnlen S fi if [ ${MACHINE_ARCH} = "aarch64" ]; then