GNU Linux-libre 4.19.242-gnu1 scripts scripts/v4.19.242-gnu1
authorAlexandre Oliva <lxoliva@fsfla.org>
Fri, 13 May 2022 02:31:35 +0000 (22:31 -0400)
committerAlexandre Oliva <lxoliva@fsfla.org>
Fri, 13 May 2022 02:31:35 +0000 (22:31 -0400)
deblob-check

index 8fe603b695e7707972f1824fc246996141dcde0b..4e117f450e519a0f04157581761d3fc3f38098ad 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, 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
+
     ;;
 
   */*freedo*.patch | */*logo*.patch)