From 02e576c145c606788bd6cd2d6d8db920b439c799 Mon Sep 17 00:00:00 2001 From: David Michael Date: Wed, 14 Mar 2018 09:24:58 -0400 Subject: [PATCH] profiles: Accept the fixed Intel microcode for Spectre mitigation --- .../coreos-overlay/profiles/coreos/amd64/package.mask | 1 - .../profiles/coreos/base/package.accept_keywords | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/package.mask diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/package.mask b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/package.mask deleted file mode 100644 index b47d34eb4e..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/package.mask +++ /dev/null @@ -1 +0,0 @@ ->=sys-firmware/intel-microcode-20180100 diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords index c79cf0b6de..e8f914d942 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords @@ -69,3 +69,6 @@ dev-util/checkbashisms =sys-devel/gcc-7.3.0 =cross-aarch64-cros-linux-gnu/gcc-7.3.0 ~arm64 =cross-x86_64-cros-linux-gnu/gcc-7.3.0 ~amd64 + +# Accept the fixed Intel microcode for Spectre mitigation. +=sys-firmware/intel-microcode-20180312 ~amd64