From e171f39b54134ed1ab825981a9d8ee49da4fed8a Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sat, 18 May 2019 22:38:35 -0700 Subject: [PATCH] deblob-4.9.176-gnu --- deblob-check | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/deblob-check b/deblob-check index 243968700ab..562c68f020c 100755 --- a/deblob-check +++ b/deblob-check @@ -2,14 +2,14 @@ # deblob-check version 2016-11-29 + 2017-01-09's r13475 # + partial 2017-02-05's r13539 + 2017-10-23's r14392 -# + partial 2017-08-26's r14182 +# + partial 2017-08-26's r14182 + 2019-05-14's r16270:16272 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva # Check http://www.fsfla.org/svn/fsfla/software/linux-libre for newer # versions. -# Copyright 2008-2018 Alexandre Oliva +# Copyright 2008-2019 Alexandre Oliva # # This program is part of GNU Linux-libre, a GNU project that # publishes scripts to clean up Linux so as to make it suitable for @@ -4601,6 +4601,12 @@ set_except () { # New in 4.10-rc*. accept '\.LK256:\([\n][ ]*\.long[ ]*0\(x[0-9a-f]*\([,]0x[0-9a-f]*\)*\)\?\)*[ \t]*[/][/][ ]*terminator' arch/arm64/crypto/sha256-core.S_shipped accept '\.LK512:\([\n][ ]*\.quad[ ]*0\(x[0-9a-f]*\([,]0x[0-9a-f]*\)*\)\?\)*[ \t]*[/][/][ ]*terminator' arch/arm64/crypto/sha512-core.S_shipped + + # New in 5.1.2, 5.0.16, 4.19.43, 4.14.119, and 4.9.176. + accept '[ ][ ]the[ ]CPUID[ ]to[ ]the[ ]guest[.][ ]If[ ]the[ ]host[ ]has[ ]updated[ ]microcode[ ]the[ ]protection' 'Documentation/\(admin-guide/\)\?hw-vuln/mds\.rst' + accept 'instruction[ ]in[ ]combination[ ]with[ ]a[ ]microcode[ ]update[.][ ]The[ ]microcode[ ]clears' Documentation/x86/mds.rst + accept '[ \t]*scenarios[ ]where[ ]the[ ]host[ ]has[ ]the[ ]updated[ ]microcode[ ]but' Documentation/x86/mds.rst + ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1