From nobody Mon Aug 3 17:29:47 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 4hDNwD6Jdcz6mbkG for ; Mon, 03 Aug 2026 17:29:48 +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 "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hDNwD25k9z3lj3 for ; Mon, 03 Aug 2026 17:29:48 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1785778188; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=xSTqzW3axDCiFleWwYnYudHxDCOPNcsGWgBpoX3+MGU=; b=joVve8ggJS0BXPVxSOrywH7+t3CsjlYHLEnGIHsVUmcR/maK2CY8ci7+J6xtVzG+hh1HCY A88RTGvQ0m9LhSVUjmJxhcVEdvAaxpXiledHE0jF4MQ9Bi+A2aUxsXU/lx3fSyIFngkWQi R62wytTFouyZ2MW2GMeGS+dMUbReIyvxZNuHz0S8MINF68nzYjOsX6vuajYOUF3klGnm8g 87QLHN8aCq16XS9D+nylhYxq0mpTs8kVGliWqOaCbCTWIMfbb5viQrDV6jILJF0xyT2Owe /YCIsDRiZZ98YEFIfGXdtgl66WrLeBMlZVR5PGeVE3Tsic39Vw4nCEyt1aeIDg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1785778188; a=rsa-sha256; cv=none; b=DcZBa79Ozt7d880Qb7a6nyA+Iad8gJ2UwFQZ3vkmo+sHVWKHMRu0tYKsWI44BTQYAma6+T YzaWsG6U9yXFv7VyZtrh+TDxzFxAzc677JeManPLNTHneCM7qdkWmhv9jShnc4/CzaQkHm ZqLG90pSldeV/x/eNy/FJ7d59vdd904+1/2+L4F/qhWzYUa5W3TwjrvGWOMp2D7rjRojDW eyNArn85A8UExua/BbQossvxouf3bfCa5rv+liWt06IRoB1S5iJbbx6Y/eK0ezWdnWefOb kp9TqvBw5af4CDNlXtYddAnWX5cg8p6pQfjJDghfrk6GZDLQOhZ+oyIjY1refw== 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=1785778188; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=xSTqzW3axDCiFleWwYnYudHxDCOPNcsGWgBpoX3+MGU=; b=FoBLub/42cBCpfnrddTuYwwKnCFYYVMRW8bdEl0qpDJm67P1U1viUvtusUBquDuvg+QJ2b CYTjqAvJgUeuvB4oiDQn3myhgjCiMHrRmE7ErFOJReak4Okws0JgEVW0yvlCAqUBwkJ9+W U6lYgF+JsoTVG2bWZVu3iceyKeWgoJKWHfaxLYKAs7Iw6QqRNDe0goRA8cXHEbB8vjRXxa dmyvqOzdJH5iGv+FKxUJD2m3LlbSG0LgxFk+cjzbVf6x0JAE+PIhyEauoyXF+MCDoDZgLK bC3u7bdCD1Tuil6SopJc1Mj32L+2wLFFzRyeOhU+DURRKbVC/OzLIzzSPOVnzg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hDNwC6Lj3z19KK for ; Mon, 03 Aug 2026 17:29:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 47047 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 03 Aug 2026 17:29:47 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Cc: Enji Cooper From: Alexander Leidinger Subject: git: 7503cd109bff - stable/15 - tests/sys/pmc: only build if MK_PMC != no 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: netchild X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 7503cd109bff5882779788c9864030f461445375 Auto-Submitted: auto-generated Date: Mon, 03 Aug 2026 17:29:47 +0000 Message-Id: <6a70d00b.47047.7e13ec25@gitrepo.freebsd.org> The branch stable/15 has been updated by netchild: URL: https://cgit.FreeBSD.org/src/commit/?id=7503cd109bff5882779788c9864030f461445375 commit 7503cd109bff5882779788c9864030f461445375 Author: Enji Cooper AuthorDate: 2026-07-22 19:53:31 +0000 Commit: Alexander Leidinger CommitDate: 2026-08-03 17:29:26 +0000 tests/sys/pmc: only build if MK_PMC != no This unbreaks the build when pmc support is explicitly disabled via the aforementioned build knob. MFC after: 10 days Fixes: 2cfd82f74 ("hwpmc: add regression tests for ...") Differential Revision: https://reviews.freebsd.org/D58401 (cherry picked from commit a18e773d2776a65c1a2a0418cbec9cf5ef526b53) --- tests/sys/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/sys/Makefile b/tests/sys/Makefile index e3589efa14c3..438625683360 100644 --- a/tests/sys/Makefile +++ b/tests/sys/Makefile @@ -29,7 +29,7 @@ TESTS_SUBDIRS+= netlink TESTS_SUBDIRS+= netmap TESTS_SUBDIRS+= netpfil TESTS_SUBDIRS+= opencrypto -TESTS_SUBDIRS+= pmc +TESTS_SUBDIRS+= ${_pmc} TESTS_SUBDIRS+= posixshm TESTS_SUBDIRS+= ses TESTS_SUBDIRS+= sound @@ -50,6 +50,10 @@ _cddl= cddl _netgraph= netgraph .endif +.if ${MK_PMC} != "no" +_pmc= pmc +.endif + # Items not integrated into kyua runs by default SUBDIR+= pjdfstest