From cfd8fda15939c931d3788d49d6cad586c7899bd9 Mon Sep 17 00:00:00 2001 From: Elliott Mitchell Date: Fri, 22 Oct 2021 15:16:54 +0800 Subject: [PATCH] RELNOTES: Fix KMSAN entry The lead digit was lost in 05eba8e068c1 making it impossible to find the commit. The two subsequent RELNOTES commits gave one less digit of the commit hash, which is what `git rev-parse --short` thinks the minimal length is, but keep them to align with other entries. Fixes: 05eba8e068c1 Differential Revision: https://reviews.freebsd.org/D32595 --- RELNOTES | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELNOTES b/RELNOTES index 60942ddd5422..0c6c1c2f4ffc 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,16 +10,16 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. -d410b585b6f: +d410b585b6f0: sh(1) is now the default shell for the root user. -396851c20ae: +396851c20aeb: libncursesw has been split into libtinfow and libncursesw, linker scripts should make it transparent for consumers. pkg-config files are also now installed to ease ports detecting the ncurses setup from base. -422084abbda: +a422084abbda: LLVM's MemorySanitizer can now be used in amd64 kernels. See the kmsan(9) manual page for more information.