SpectreV4, backports in NetBSD-8, no XSAVEOPT

This commit is contained in:
maxv 2018-06-14 14:48:59 +00:00
parent fbf420517e
commit edb6f1effc
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2397 $>
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2398 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@ -80,7 +80,6 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
kernhist(9): Reworked the export-via-sysctl code to use uintptr_t
arguments, PR kern/52639. Requires contemporaneous update
of vmstat(1). [pgoyette 20171028]
x86: Add support for XSAVEOPT [maxv 20171104]
acpi(4): Updated ACPICA to 20171110. [christos 20171111]
sunxinand(4): Add driver for Allwinner NAND Flash Controller.
[jmcneill 20171113]
@ -158,6 +157,7 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
gpio(4): Overhauled interrupt support. Added GPIO interrupt
capability for Broadcom BCM283x SoCs (e.g.
Raspberry Pi). [thorpej 20180519]
x86: Add SpectreV4 mitigations. [maxv 20180522]
macppc: Enable ipsec(4) and ipsecif(4) support in GENERIC kernel by
default. [sevan 20180602]
dhcpcd: Import 7.0.5b. [roy 20180604]

View File

@ -1,4 +1,4 @@
LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.139 $>
LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.140 $>
Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@ -12229,3 +12229,5 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
amd64: Backport SVS (Meltdown mitigation). [maxv 20180404]
x86: Backport retpoline (SpectreV2 mitigation). [mrg 20180411]
amd64: Backport SMAP. [maxv 20180414]
x86: Backport SpectreV2 mitigations (hardware). [maxv 20180609]
x86: Backport SpectreV4 mitigations. [maxv 20180609]