From 87c9b5d3e677437eb2fc669fb059f3a87f6bbcbf Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Thu, 16 Jun 2022 08:34:53 -0400 Subject: [PATCH] GNU Linux-libre 4.19.248-gnu1 scripts --- deblob-check | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deblob-check b/deblob-check index 4e117f450e5..431b2e62dc4 100755 --- a/deblob-check +++ b/deblob-check @@ -3,6 +3,7 @@ # deblob-check version 2021-08-29 r18269 # modified with 2022-01-27 r18550 # modified with 2022-05-09 r18697 +# modified with 2022-06-16 r18782 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -6288,6 +6289,9 @@ set_except () { # New in 5.17.6, 5.15.38, 5.10.114, 5.4.192, 4.19.242, 4.14.278, 4.9.313. accept '[ ][*][ ]microcode_bsp_resume[ ]-[ ]Update[ ]boot[ ]CPU[ ]microcode[ ]during[ ]resume' arch/x86/kernel/cpu/microcode/core.c + # New in 5.18.5, 5.15.48, 5.10.123, 5.4.199, 4.19.248, 4.14.284, 4.9.319. + accept 'combination[ ]with[ ]a[ ]microcode[ ]update[.][ ]The[ ]microcode[ ]clears' Documentation/admin-guide/hw-vuln/processor_mmio_stale_data.rst + ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1