git: 43e2a98f3e - main - 12.4 Release notes: Improve hwpmc entry

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Fri, 18 Nov 2022 10:47:19 UTC
The branch main has been updated by salvadore (ports committer):

URL: https://cgit.FreeBSD.org/doc/commit/?id=43e2a98f3e365c4a754c82381e96c98ab7a6cad2

commit 43e2a98f3e365c4a754c82381e96c98ab7a6cad2
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2022-11-18 10:21:18 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2022-11-18 10:46:46 +0000

    12.4 Release notes: Improve hwpmc entry
    
    - Split entry into multiple entries sorted chronologically by commit
      date.
    - Add gitref and sponsor notes.
    
    Approved by:    re (gjb, implicit)
---
 website/content/en/releases/12.4R/relnotes.adoc | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/website/content/en/releases/12.4R/relnotes.adoc b/website/content/en/releases/12.4R/relnotes.adoc
index 03b41bddd8..e2c23e9c95 100644
--- a/website/content/en/releases/12.4R/relnotes.adoc
+++ b/website/content/en/releases/12.4R/relnotes.adoc
@@ -275,7 +275,12 @@ This section covers changes to kernel configurations, system tuning, and system
 [[kernel-general]]
 === General Kernel Changes
 
-The man:hwpmc[4] framework had a counter/interrupt state initialization bug fixed for arm64. It also added IDs for Intel Comet/Ice/Tiger/Rocketlake CPUs.
+The man:hwpmc[4] framework had a counter/interrupt state initialization bug fixed for arm64.
+gitref:c8a4404da737ea7e859287094de38953a84bdd68[repository=src]
+{{< sponsored "The FreeBSD Foundation" >}}
+
+The man:hwpmc[4] framework has added IDs for Intel Comet/Ice/Tiger/Rocketlake CPUs.
+gitref:d2138bddf3ecf171dfe8a92f2cf74f9487b09630[repository=src]
 
 The man:iflib[4] network interface driver framework had a lock order reversal (LOR) fixed, and the vlan processing in the drivers has been fixed. Also some data races that produced crashes on VMWare guests using the vmxnet3 driver have been fixed.