GNU Linux-libre 5.4.192-gnu1 scripts scripts/v5.4.192-gnu1
authorAlexandre Oliva <lxoliva@fsfla.org>
Mon, 9 May 2022 18:19:49 +0000 (14:19 -0400)
committerAlexandre Oliva <lxoliva@fsfla.org>
Mon, 9 May 2022 18:19:49 +0000 (14:19 -0400)
deblob-check

index 8fe603b695e7707972f1824fc246996141dcde0b..57c769205bda52192f5ac294899cefd01e9a9a43 100755 (executable)
@@ -2,6 +2,7 @@
 
 # deblob-check version 2021-08-29 r18269
 #        modified with 2022-01-27 r18550
+#        modified with 2022-05-09 r18697
 # Inspired in gNewSense's find-firmware script.
 # Written by Alexandre Oliva <lxoliva@fsfla.org>
 
@@ -6284,6 +6285,9 @@ set_except () {
     # New in 5.16.3, 5.15.17, 5.10.94, 5.4.174, 4.19.226, 4.14.263.
     accept 'static[ ]struct[ ]dvb_usb_device_properties[ ]\(p1100\|s660\|p7500\)_properties[ ]=[ ][{][\n]\([   ]\.\(caps\|usb_ctrl\|size_of_priv\)[ ]*=[ ][^",]*,[\n]*\)*[     ]\.firmware[ ]*=[ ]' drivers/media/usb/dvb-usb/dw2102.c
 
+    # New in 5.17.6, 5.15.38, 5.10.114, 5.4.192.
+    accept '[ ][*][ ]microcode_bsp_resume[ ]-[ ]Update[ ]boot[ ]CPU[ ]microcode[ ]during[ ]resume' arch/x86/kernel/cpu/microcode/core.c
+
     ;;
 
   */*freedo*.patch | */*logo*.patch)