Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jan 2021 21:00:32 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4b27f6043538 - main - Note aesni/armv8crypto in GENERIC, W^X, and AES-XTS for armv8crypto.
Message-ID:  <202101142100.10EL0W2x055435@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=4b27f6043538536eb65e92efd64859b978ad6a81

commit 4b27f6043538536eb65e92efd64859b978ad6a81
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2021-01-14 20:59:37 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2021-01-14 20:59:37 +0000

    Note aesni/armv8crypto in GENERIC, W^X, and AES-XTS for armv8crypto.
---
 RELNOTES | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/RELNOTES b/RELNOTES
index 1ad103a640d3..75eb55143267 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,22 @@ newline.  Entries should be separated by a newline.
 
 Changes to this file should not be MFCed.
 
+074a91f746bd:
+	The aesni(4) and armv8crypto(4) devices are now included in
+	GENERIC on amd64, i386, and arm64.
+
+2e1c94aa1fd5:
+	Add support for enforcing W^X mapping policy for user
+	processes.  The policy is not enforced by default but can be
+	enabled by setting the kern.elf32.allow_wx and
+	kern.elf64_allow_wx sysctls to 1.  Individual binaries can be
+	exempted from the policy by elfctl(9) via the wxneeded
+	feature.
+
+4979620ece98:
+	Add AES-XTS support to armv8crypto(4) providing accelerated
+	software support for the default GELI cipher on arm64 systems.
+
 r368667:
 	GDB 6.1.1 was removed.  Users of crashinfo(8) should install the
 	gdb package or devel/gdb port.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101142100.10EL0W2x055435>