From 40824e801c8a9cbb7a7cc4ce398fbd2a04faa898 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Mon, 15 Jul 2019 05:45:36 -0700 Subject: [PATCH] deblob-5.1.18-gnu --- deblob-check | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deblob-check b/deblob-check index d5839cc64f4..d0b37e096d0 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2019-05-14 +# deblob-check version 2019-05-14 + 2019-07-14's r16565 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -5360,6 +5360,9 @@ set_except () { 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 + # New in 5.2.1, 5.1.18, and 4.19.58. + accept '[ ][ ][ ]the[ ]latest[ ]updated[ ]microcode\.' Documentation/admin-guide/hw-vuln/spectre.rst + ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1