Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] intel-ucode: restore working firmware blob 06-55-04 to avoid reboot bug
@ 2020-01-20  3:21 voidlinux-github
  2020-01-25  8:04 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2020-01-20  3:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 649 bytes --]

There is a new pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages intel-ucode
https://github.com/void-linux/void-packages/pull/18412

intel-ucode: restore working firmware blob 06-55-04 to avoid reboot bug
Firmware blob 06-55-04 in intel-ucode versions > 20190918 causes lockups when warm-rebooting certain Xeon and HEDT CPUs. ([Upstream issue](https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/issues/21)) This PR replaces the affected blob with the last known good version.

A patch file from https://github.com/void-linux/void-packages/pull/18412.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-intel-ucode-18412.patch --]
[-- Type: text/x-diff, Size: 1898 bytes --]

From fa47363814844cd84b801ab5a030d9f84cbce114 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sun, 19 Jan 2020 22:11:32 -0500
Subject: [PATCH] intel-ucode: restore working firmware blob 06-55-04 to avoid
 reboot bug

---
 srcpkgs/intel-ucode/template | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/intel-ucode/template b/srcpkgs/intel-ucode/template
index 3304fac8db9..5221acdef48 100644
--- a/srcpkgs/intel-ucode/template
+++ b/srcpkgs/intel-ucode/template
@@ -1,18 +1,27 @@
 # Template file for 'intel-ucode'
 pkgname=intel-ucode
 version=20191115
-revision=1
+revision=2
 archs="i686* x86_64*"
-wrksrc="Intel-Linux-Processor-Microcode-Data-Files-microcode-${version}"
+_wrksrc_base="Intel-Linux-Processor-Microcode-Data-Files-microcode"
+wrksrc="${_wrksrc_base}-${version}"
 short_desc="Microcode update files for Intel CPUs"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="custom: Proprietary"
 homepage="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files"
-distfiles="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${version}.tar.gz"
-checksum=14b26d27be70774948b8cb582e298f5317263b8b8bb1fe8e41260eae54f531dc
+distfiles="${homepage}/archive/microcode-${version}.tar.gz
+ ${homepage}/archive/microcode-20190918.tar.gz"
+checksum="14b26d27be70774948b8cb582e298f5317263b8b8bb1fe8e41260eae54f531dc
+ 2b6b728d351764dfbf6a9763ac96ae7e04085f382a309fed3abc0118f094c943"
 repository=nonfree
 
 do_install() {
+	# Replace buggy 06-55-04 microcode with last known good version
+	_bad_ucode="intel-ucode/06-55-04"
+	rm "$_bad_ucode"
+	cp "../${_wrksrc_base}-20190918/$_bad_ucode" "$_bad_ucode"
+
+	# Rest of process continues as normal
 	vmkdir usr/lib/firmware/intel-ucode
 	vcopy "intel-ucode/*" usr/lib/firmware/intel-ucode
 	vmkdir usr/lib/dracut/dracut.conf.d

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: intel-ucode: restore working firmware blob 06-55-04 to avoid reboot bug
  2020-01-20  3:21 [PR PATCH] intel-ucode: restore working firmware blob 06-55-04 to avoid reboot bug voidlinux-github
@ 2020-01-25  8:04 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2020-01-25  8:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 492 bytes --]

There's a merged pull request on the void-packages repository

intel-ucode: restore working firmware blob 06-55-04 to avoid reboot bug
https://github.com/void-linux/void-packages/pull/18412

Description:
Firmware blob 06-55-04 in intel-ucode versions > 20190918 causes lockups when warm-rebooting certain Xeon and HEDT CPUs. ([Upstream issue](https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/issues/21)) This PR replaces the affected blob with the last known good version.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-25  8:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-20  3:21 [PR PATCH] intel-ucode: restore working firmware blob 06-55-04 to avoid reboot bug voidlinux-github
2020-01-25  8:04 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).