git: c3ef576fd6 - main - 13.2 relnotes: misc updates

From: Mike Karels <karels_at_FreeBSD.org>
Date: Wed, 01 Mar 2023 15:30:36 UTC
The branch main has been updated by karels:

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

commit c3ef576fd63a196219a9b9dd6a7a8712e955b955
Author:     Mike Karels <karels@FreeBSD.org>
AuthorDate: 2023-03-01 15:28:15 +0000
Commit:     Mike Karels <karels@FreeBSD.org>
CommitDate: 2023-03-01 15:28:15 +0000

    13.2 relnotes: misc updates
    
    Some additions and version number updates.  Re-add mention of
    restarting sshd (via reboot) with clarification of the actual problem;
    this is just an example.  Note that Alder Lake cache problem is likely
    hardware.
    
    Reviewed by:    carlavilla (previous version), pauamma
    Approved by:    carlavilla
    Differential Revision:  https://reviews.freebsd.org/D38827
---
 website/content/en/releases/13.2R/relnotes.adoc | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/website/content/en/releases/13.2R/relnotes.adoc b/website/content/en/releases/13.2R/relnotes.adoc
index ce06133e77..42fb4ccc16 100644
--- a/website/content/en/releases/13.2R/relnotes.adoc
+++ b/website/content/en/releases/13.2R/relnotes.adoc
@@ -73,6 +73,7 @@ Upgrading FreeBSD should only be attempted after backing up **all** data and con
 ====
 After installing the new userland software, running daemons are still from the previous version.
 After installing the user-level components with the second invocation of freebsd-update, or via an upgrade from source with `installworld`, the system should be rebooted to start everything with the new software.
+For example, older versions of `sshd` failed to process incoming connections correctly after the new [.filename]#/usr/sbin/sshd# was installed; rebooting started a new `sshd` and other daemons.
 ====
 
 ////
@@ -141,6 +142,8 @@ The man:kdump[1] utility has gained support for decoding Linux system calls.
 The man:killall[1] utility now allows sending signals to processes with their controlling terminal on man:pts[4] using the syntax `-t pts/N`.
 gitref:a76fa7bb6cb7[repository=src]
 
+An man:nproc[1] utility has been added, compatible with the Linux program of the same name.
+
 The man:timeout[1] utility has been moved from [.filename]#/usr/bin# to [.filename]#/bin#.
 
 The man:pciconf[8] utility has added support for decoding ACS extended capability.
@@ -198,7 +201,7 @@ gitref:68e86d5265bc[repository=src]
 
 `tzdata` has been upgraded to version 2022g.
 
-`unbound` has been upgraded to version 1.17.0.
+`unbound` has been upgraded to version 1.17.1.
 
 `xz` has been upgraded to version 5.4.1.
 
@@ -232,7 +235,7 @@ gitref:3e02f8809aec[repository=src]
 Address Space Layout Randomization (ASLR) is enabled for 64-bit executables by default.
 gitref:10192e77cfac[repository=src] (Sponsored by Stormshield)
 
-A workaround has been implemented for an apparent page invalidation problem on Intel Alder Lake (twelfth generation) and probably Raptor Lake (thirteenth generation) hybrid CPUs.
+A workaround has been implemented for an apparent hardware page invalidation problem on Intel Alder Lake (twelfth generation) and probably Raptor Lake (thirteenth generation) hybrid CPUs.
 The bug can lead to file system corruption with UFS and MSDOSFS, and probably other memory corruption.
 The slower cores (E-cores) use a slower method of page invalidation with the workaround.
 gitref:567cc4e6bfd9[repository=src] (Sponsored by The FreeBSD Foundation)
@@ -275,7 +278,9 @@ The man:ena[4] driver has been upgraded to version 2.6.2.
 Basic support for Intel Alder Lake CPUs has been implemented for man:hwpmc[4].
 gitref:b8ef2ca9eae9[repository=src]
 
-The man:irdma[4] driver was introduced for the Intel E810 Ethernet Controller, supporting both RoCEv2 and iWARP protocols in per-PF manner, RoCEv2 being the default.
+The man:ice[4] driver has been updated to version 1.37.7-k.
+
+The man:irdma[4] RDMA driver was introduced for the Intel E810 Ethernet Controller, supporting both RoCEv2 and iWARP protocols in per-PF manner, RoCEv2 being the default, and was upgraded to version 1.1.5-k.
 gitref:42bad04a2156[repository=src] (Sponsored by Intel Corporation)
 
 Initial support is now available for DPAA2 (second generation Data Path Acceleration Architecture – a hardware-level networking architecture found in some NXP SoCs).