git: 4b27f6043538 - main - Note aesni/armv8crypto in GENERIC, W^X, and AES-XTS for armv8crypto.

John Baldwin jhb at FreeBSD.org
Thu Jan 14 21:00:32 UTC 2021


The branch main has been updated by jhb:

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

commit 4b27f6043538536eb65e92efd64859b978ad6a81
Author:     John Baldwin <jhb at FreeBSD.org>
AuthorDate: 2021-01-14 20:59:37 +0000
Commit:     John Baldwin <jhb at 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.


More information about the dev-commits-src-main mailing list