From 04b39060f72980d19dea058763f241d6a91ce193 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Wed, 15 Jul 2020 17:01:00 +0000 Subject: [PATCH] intel-microcode: update to 20200616 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Ice Lake Intel CPUs have been found of being vulnerable to MDS, thus requiring new microcodes for them. Yay! Please refer to https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20200616 for further information. Signed-off-by: Peter Müller Reviewed-by: Michael Tremer Signed-off-by: Michael Tremer --- lfs/intel-microcode | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/intel-microcode b/lfs/intel-microcode index 4940627846..025a789a51 100644 --- a/lfs/intel-microcode +++ b/lfs/intel-microcode @@ -24,7 +24,7 @@ include Config -VER = 20200609 +VER = 20200616 THISAPP = Intel-Linux-Processor-Microcode-Data-Files-microcode-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a03e827c5c43be594f7f34d75b1706f9 +$(DL_FILE)_MD5 = b5e2f0cc9db2ed3d2760a5a859a0a387 install : $(TARGET) -- 2.39.2