From nobody Sun Aug 23 08:11:36 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 4hSRZx07zdz6q036 for ; Sun, 23 Aug 2026 08:11:37 +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 "YR2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hSRZw3L0sz4Ljv for ; Sun, 23 Aug 2026 08:11:36 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1787472696; 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=sSxG2a1CvKJzQX+R+Cfe6SjqdmvW1/2Kj2lywy4Zrdw=; b=I52CI+U2i5JSWiXZMGamYemMH82mcvRaT5crz0eYB7Ae4TTmgZfwJIQCGFJ+wYnhlAuSw9 Hw0WrpBHIibNzNYy6cGhnQI5sh+f2ehsSDUtJWzy7BbHl6h3sTDyFicnrhAkhUG6syn8QL UIR5pUVtwVtyQkuZzoilFZNLwglS2CRyQMWwldTWbsF0B/Q6Kkdn33Zj0GSVzi67UcehFw M6BeK4RM+5YLwQw0FCnG+e3YW0pUUJS2DEm+OopBEEgGfch724MbIwGWmgnp5XKuW6qiwY c0ULf2z7fn4rOIE7JYfQ6ErQfPcOSdJw+ACygCp9zQemu1NyvjdtDfiD0P8xTQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1787472696; a=rsa-sha256; cv=none; b=G6VEaub69yetKDp1RdI6AsYRvIVVy73vcrU2P2VR31kcFaMWER0DkHYGNWDPGGFi6KIyiV ueSCsILD7l4mxjQCV1diesg3sBU/diqevalu94zl/THsFwggqVmVNR2HjDR2IB3B7lGI8r 3vqOHEVUEoLU2lUibinROvZpyFbmpZoPoVMPBd/AhLuxn3JeLi/LdptH+TDOVMHCK9mJgw NnEthExHbhyp/pGAxLVJ90J8KQtH2W2A1129Uap5TZ7JhVvrI28DVMT7w9lT0LdpVZL6Jz HLp2LjYWXaIeCgGATv5lCUNHx2UIA0bKgznQ8z5vK25T9eWvJ1j9IYOP9ZZ5yw== 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=1787472696; 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=sSxG2a1CvKJzQX+R+Cfe6SjqdmvW1/2Kj2lywy4Zrdw=; b=rGKpX1pETBLVT1AqDvx2auSx1MIf4FA94OJfwVOrbY/rt73r84HzhpTF+zKvcFpodAmqhJ qmoOwbJGCHxf5XL3HmOO26dQ9PYLn6Imh6WJRbdhXAC11AlMDTMckWgJbwxU9mvAF+MryG +hI4WNNNS+cm9FUt/sfctbjiWa6NxpDhFWTW3e+GtwvEqEilMMwRaaDMH/rxisAH6EVWgd 7OdwuPt61gZvKXkHKfHktO9ioWW81FH0ECHttarAZR8EL3TTOKAMVL+u84uI1pLULiOAkx nEgYJgHV+8mq5YsKygfRbSsAqWH6pfeRkSuFQgH9gp8LBcGObysVrytTbJi5xA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hSRZw20lMz1Nnf for ; Sun, 23 Aug 2026 08:11:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3f67f by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 23 Aug 2026 08:11:36 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Alexander Leidinger Subject: git: 9c8bcdddb35e - main - hwpmc: build hwpmc_rapl.c into the i386 module 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/main X-Git-Reftype: branch X-Git-Commit: 9c8bcdddb35e9a3c70f65748ecc784bb400dfa38 Auto-Submitted: auto-generated Date: Sun, 23 Aug 2026 08:11:36 +0000 Message-Id: <6a8aab38.3f67f.2c6b8f27@gitrepo.freebsd.org> The branch main has been updated by netchild: URL: https://cgit.FreeBSD.org/src/commit/?id=9c8bcdddb35e9a3c70f65748ecc784bb400dfa38 commit 9c8bcdddb35e9a3c70f65748ecc784bb400dfa38 Author: Alexander Leidinger AuthorDate: 2026-08-22 07:59:04 +0000 Commit: Alexander Leidinger CommitDate: 2026-08-23 08:09:44 +0000 hwpmc: build hwpmc_rapl.c into the i386 module The module's i386 source list compiles the files that call pmc_rapl_initialize() and pmc_rapl_finalize() but not the one that defines them, so the i386 hwpmc.ko has both undefined and cannot be loaded. Fixes: a99d04f39dab ("hwpmc: add RAPL energy-counter class (AMD + Intel)") Assisted-by: Claude Code (Opus 5) --- sys/modules/hwpmc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/hwpmc/Makefile b/sys/modules/hwpmc/Makefile index 7d8918c862f8..39ce7be9884e 100644 --- a/sys/modules/hwpmc/Makefile +++ b/sys/modules/hwpmc/Makefile @@ -38,6 +38,7 @@ SRCS+= hwpmc_amd.c \ hwpmc_core.c \ hwpmc_ibs.c \ hwpmc_intel.c \ + hwpmc_rapl.c \ hwpmc_tsc.c \ hwpmc_uncore.c \ hwpmc_x86.c