git: 9ee37b1761 - main - Status/2026Q2: Vale fixes

Lorenzo Salvadore <[email protected]> Sat, 25 Jul 2026 17:03:30 +0000
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
The branch main has been updated by salvadore:

URL: https://cgit.FreeBSD.org/doc/commit/?id=9ee37b17617a9c314ba5a009f5f36370205cbc97

commit 9ee37b17617a9c314ba5a009f5f36370205cbc97
Author:     Lorenzo Salvadore <[email protected]>
AuthorDate: 2026-07-25 17:02:50 +0000
Commit:     Lorenzo Salvadore <[email protected]>
CommitDate: 2026-07-25 17:02:50 +0000

    Status/2026Q2: Vale fixes
---
 website/content/en/status/report-2026-04-2026-06/bhyve-cpuid.adoc   | 2 +-
 website/content/en/status/report-2026-04-2026-06/bluetooth.adoc     | 2 +-
 website/content/en/status/report-2026-04-2026-06/dockerbox.adoc     | 6 +++---
 .../en/status/report-2026-04-2026-06/hpc-ports-modernization.adoc   | 3 ++-
 website/content/en/status/report-2026-04-2026-06/openjdk.adoc       | 2 +-
 website/content/en/status/report-2026-04-2026-06/rocm.adoc          | 3 ++-
 6 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/website/content/en/status/report-2026-04-2026-06/bhyve-cpuid.adoc b/website/content/en/status/report-2026-04-2026-06/bhyve-cpuid.adoc
index 763cc9cfb8..9b4312ab9e 100644
--- a/website/content/en/status/report-2026-04-2026-06/bhyve-cpuid.adoc
+++ b/website/content/en/status/report-2026-04-2026-06/bhyve-cpuid.adoc
@@ -51,7 +51,7 @@ The CPU or architecture model can be selected either by including the correspond
 
 ===== CPUID constraints
 
-In order to prevent accidentally enabling CPUID features for a guest CPU which the host CPU doesn't support, the CPUID configuration parser has been extended with a list of CPUID constraints, which are consulted when a particular CPUID register value is set or modified.
+In order to prevent accidentally enabling CPUID features for a guest CPU which the host CPU does not support, the CPUID configuration parser has been extended with a list of CPUID constraints, which are consulted when a particular CPUID register value is set or modified.
 
 For any register in a CPUID function, a constraint can specify which bits are immutable and which may be cleared only.
 
diff --git a/website/content/en/status/report-2026-04-2026-06/bluetooth.adoc b/website/content/en/status/report-2026-04-2026-06/bluetooth.adoc
index 3e0d719861..b4a31158d0 100644
--- a/website/content/en/status/report-2026-04-2026-06/bluetooth.adoc
+++ b/website/content/en/status/report-2026-04-2026-06/bluetooth.adoc
@@ -2,7 +2,7 @@
 Links:
 
 link:https://wiki.freebsd.org/SummerOfCode2026Projects/BluetoothSupportForHIDDevices[FreeBSD wiki project page] URL: link:https://wiki.freebsd.org/SummerOfCode2026Projects/BluetoothSupportForHIDDevices[] +
-link:https://github.com/majintosh/freebsd-bthid[Project Github repo] URL: link:https://github.com/majintosh/freebsd-bthid[]
+link:https://github.com/majintosh/freebsd-bthid[Project GitHub repo] URL: link:https://github.com/majintosh/freebsd-bthid[]
 
 Contact: Majed Alkhaleefah <[email protected]>
 
diff --git a/website/content/en/status/report-2026-04-2026-06/dockerbox.adoc b/website/content/en/status/report-2026-04-2026-06/dockerbox.adoc
index f9bdc1ba12..7f40f56b80 100644
--- a/website/content/en/status/report-2026-04-2026-06/dockerbox.adoc
+++ b/website/content/en/status/report-2026-04-2026-06/dockerbox.adoc
@@ -1,9 +1,9 @@
 === Dockerbox
 
 Links: +
-link:https://github.com/leafoliage/freebsd-dockerbox[freebsd-dockerbox Github] URL: link:https://github.com/leafoliage/freebsd-dockerbox[] +
-link:https://github.com/leafoliage/dockerbox-broker[dockerbox-broker Github] URL: link:https://github.com/leafoliage/dockerbox-broker[] +
-link:https://github.com/leafoliage/freebsd-dockerbox-debian[freebsd-dockerbox-debian Github] URL: link:https://github.com/leafoliage/freebsd-dockerbox-debian[]
+link:https://github.com/leafoliage/freebsd-dockerbox[freebsd-dockerbox GitHub] URL: link:https://github.com/leafoliage/freebsd-dockerbox[] +
+link:https://github.com/leafoliage/dockerbox-broker[dockerbox-broker GitHub] URL: link:https://github.com/leafoliage/dockerbox-broker[] +
+link:https://github.com/leafoliage/freebsd-dockerbox-debian[freebsd-dockerbox-debian GitHub] URL: link:https://github.com/leafoliage/freebsd-dockerbox-debian[]
 
 Contact: Chun-Cheng Yeh <[email protected]>
 
diff --git a/website/content/en/status/report-2026-04-2026-06/hpc-ports-modernization.adoc b/website/content/en/status/report-2026-04-2026-06/hpc-ports-modernization.adoc
index 907f41eb7a..adb0198f3f 100644
--- a/website/content/en/status/report-2026-04-2026-06/hpc-ports-modernization.adoc
+++ b/website/content/en/status/report-2026-04-2026-06/hpc-ports-modernization.adoc
@@ -24,7 +24,8 @@ This quarter's work centered on three things: keeping the core scheduler and com
 * Updated package:sysutils/slurm-wlm[] twice this quarter, from 25.11.4 to 25.11.5 and then from 25.11.5 to 26.05.1, tracking the latest upstream releases.
 * Fixed several FreeBSD-specific runtime issues in package:net/ucx[]: hardened async thread state handling, corrected UCM relocation handling, fixed mm signal socket binding, and resolved other FreeBSD runtime portability issues.
 * Updated package:net/ucx[] from 1.20.0 to 1.20.1, and separately fixed a libucm early-init panic together with several gtest suite failures uncovered while validating the update.
-* Added package:sysutils/mpifileutils[] as a new port, along with its dependency stack: package:devel/libcircle[], package:devel/lwgrp[], and package:devel/dtcmp[]. These provide MPI-parallel file utilities (copy, remove, checksum, etc.) commonly used on large HPC filesystems.
+* Added package:sysutils/mpifileutils[] as a new port, along with its dependency stack: package:devel/libcircle[], package:devel/lwgrp[], and package:devel/dtcmp[].
+  These provide MPI-parallel file utilities (copy, remove, checksum, etc.) commonly used on large HPC filesystems.
 * Updated package:benchmarks/py-reframe-hpc[] twice this quarter to track upstream releases of the regression testing framework.
 * Upstreamed "UCS/TYPE: Portability fixes for non-glibc/Clang environments" to UCX, which was reviewed and merged.
 * Opened "UCS/SYS: portability fixes for non-Linux platforms" against UCX, covering hostname buffer sizing, MAC address retrieval via `getifaddrs()`/`AF_LINK`, shared-memory error reporting, `mmap`/`munmap`-based reallocation, and `cpuset_getaffinity()`-based thread affinity queries; currently addressing review feedback.
diff --git a/website/content/en/status/report-2026-04-2026-06/openjdk.adoc b/website/content/en/status/report-2026-04-2026-06/openjdk.adoc
index 77ee433995..54321f7c76 100644
--- a/website/content/en/status/report-2026-04-2026-06/openjdk.adoc
+++ b/website/content/en/status/report-2026-04-2026-06/openjdk.adoc
@@ -15,7 +15,7 @@ Java is an important runtime environment for many high performance, critical ent
 Making sure Java based applications run correctly and efficiently on FreeBSD is important to ensure that FreeBSD will continue to be a viable and attractive platform for enterprises, as well as businesses and organizations of all sizes.
 
 This quarter has been spent mostly on getting the upstreaming process properly going.
-We submit patches to a link:https://github.com/openjdk/bsd-port[separate repository] under the OpenJDK org on Github, and make sure that each PR is reviewed by at least one upstream reviewer.
+We submit patches to a link:https://github.com/openjdk/bsd-port[separate repository] under the OpenJDK org on GitHub, and make sure that each PR is reviewed by at least one upstream reviewer.
 This way, when we get to the point where we want to merge our port into the upstream mainline, all commits should already be reviewed by someone in the project.
 
 This is a fairly slow process, as we depend on upstream reviewers having time.
diff --git a/website/content/en/status/report-2026-04-2026-06/rocm.adoc b/website/content/en/status/report-2026-04-2026-06/rocm.adoc
index f6f763cb8e..8374e6cb09 100644
--- a/website/content/en/status/report-2026-04-2026-06/rocm.adoc
+++ b/website/content/en/status/report-2026-04-2026-06/rocm.adoc
@@ -7,7 +7,8 @@ link:https://github.com/Yohello1/rocm-systems[rocm-systems fork with fixes for F
 
 Contact: Sourojeet Adhikari <[email protected]>
 
-ROCm is the compute platform used by AMD for their GPUs. As of now, FreeBSD does not support ROCm at all, neither at the toolchain level nor at the driver level.
+ROCm is the compute platform used by AMD for their GPUs.
+As of now, FreeBSD does not support ROCm at all, neither at the toolchain level nor at the driver level.
 I am working to change that and upstream the required changes.
 
 To my knowledge, on FreeBSD there are a few ways to run compute loads (like AI/ML, graphics, etc) on the GPU; those ways, to my knowledge, are Vulkan and OpenGL.