From nobody Sat May 2 20:01:41 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 4g7JhP657zz6bx4h for ; Sat, 02 May 2026 20:01:41 +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 4g7JhP3Bncz45Bj for ; Sat, 02 May 2026 20:01:41 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777752101; 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=A92gp4zCbDSWiTAPOTT5io8aHhXDyoE79vnf0STpl/k=; b=tNPdd+ishnRB2KudBNW4Jdv7klZ/ro/J6JjG9woqg3UpD7dSphwoFbL6iVtntFd/buXvLq Q12fPQRZWySon2Ag7UdIGlHdb5pSQlDVNqx41d6oKyjvfSRphTW3oFwr4KepapOnIqJSvg mEBCiUk/YRcfvWW7JpCOMkIiwBP8tQdFWaklSQJ/++0b9MoHNL3ngMpcOc1qEhkrpaMegV lQ6MXuUt4jnfX17ddxUFnss5lvTw10j870rxtRRT4Ni+laYDmbYGwTZH/j7ilgCgDuFKgc /Dc1ObO6Nxt0UUPfy7DzaiHOiYloji10GL94Mft7fZKwO1sQl2XS+MAiovL4SA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777752101; a=rsa-sha256; cv=none; b=vvJt4eCKzYAbipCRdfUOzEGo/kBP9YXXRC8gpW4KEooxbOB0Vp5FXKcSEwHuI3+xD4QXVi k8YDH6ebHpYcOB0w3O1kjjczvdz+AUChfMu9p5R0lCyvAFqqpMd1F3qCkoOcd6Qt09HGEO 83i7yy1QnaePNRvAzUCTF45yyAjXhsoh+TPmReCEmG8X/rw0FyO+2awBEJE8Hb/9kqMZNd LjOl82wlpp0nWsgWWk5pe7HpRoxMY1rv5JDQPQaMAa1DS0LCSonqXAenp1xNXdnKMHtmWO ktNxuUz2lwRDSyOJc94Mr/7TMC+LKLg72PXq4MwlnqP1hpQhu/e2dQ7x2/qtXg== 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=1777752101; 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=A92gp4zCbDSWiTAPOTT5io8aHhXDyoE79vnf0STpl/k=; b=FLGWZZL/CK8f2s1eIV6PPM9iLiXrrNw+SyhLTNrLIINMhdBeZ+J3uJsh18wj/Bz2N/b8tz Yo+uPmM15ri0M05TrO3DLMyi8S7b0n/7vM/EyIpTsQGO4SifbV5GPDam1QDshK8P7ukLUi Y3b9Mw/hkN6V9IjJjnIuIcEyO0L2ndjv47fp5ZVWvoDQBHzqpY9S+itN9osf8fJoM5V+v+ qxAnVaL9J9rA8coWeaoQS3vuBtnuCpD0gGyKU6qYxGrgM98mjqljCm24Vq/YQ0fcIXuxo2 8+/Bek3eOsdM1K33yt3HyM7a1MJY3pyNDsQvp4rEx1TfEk4b5E8H1IpRL3rdyQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g7JhP2bfPz10YF for ; Sat, 02 May 2026 20:01:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 40b10 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sat, 02 May 2026 20:01:41 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Ryan Libby Subject: git: 050b3ff753e0 - main - libzpool: force inlining of xxhash after removing xxhash.c 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: rlibby X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 050b3ff753e04ce142ac751a0d76b5ee3beda9c5 Auto-Submitted: auto-generated Date: Sat, 02 May 2026 20:01:41 +0000 Message-Id: <69f65825.40b10.6ec8331a@gitrepo.freebsd.org> The branch main has been updated by rlibby: URL: https://cgit.FreeBSD.org/src/commit/?id=050b3ff753e04ce142ac751a0d76b5ee3beda9c5 commit 050b3ff753e04ce142ac751a0d76b5ee3beda9c5 Author: Ryan Libby AuthorDate: 2026-05-02 16:59:06 +0000 Commit: Ryan Libby CommitDate: 2026-05-02 20:01:10 +0000 libzpool: force inlining of xxhash after removing xxhash.c libzpool had a number of undefined symbols related to xxhash after xxhash.c was removed from the build. Fixes: 8a62a2a5659d ("zfs: merge openzfs/zfs@f8e5af53e") Reviewed by: jhb Differential Revision: https://reviews.freebsd.org/D56770 --- cddl/lib/libzpool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cddl/lib/libzpool/Makefile b/cddl/lib/libzpool/Makefile index db09d33e19b4..0c997e38d373 100644 --- a/cddl/lib/libzpool/Makefile +++ b/cddl/lib/libzpool/Makefile @@ -272,7 +272,7 @@ CFLAGS+= \ -include ${SRCTOP}/sys/modules/zfs/zfs_config.h \ -I${SRCTOP}/sys/modules/zfs \ -I${ZFSTOP}/include/os/freebsd/zfs \ - -DLIB_ZPOOL_BUILD -DZFS_DEBUG \ + -DLIB_ZPOOL_BUILD -DZFS_DEBUG -DXXH_INLINE_ALL \ # XXX: pthread doesn't have mutex_owned() equivalent, so we need to look # into libthr private structures. That's sooo evil, but it's only for