GNU Linux-libre 5.10.121-gnu1 scripts scripts/v5.10.121-gnu1
authorAlexandre Oliva <lxoliva@fsfla.org>
Thu, 9 Jun 2022 12:24:01 +0000 (08:24 -0400)
committerAlexandre Oliva <lxoliva@fsfla.org>
Thu, 9 Jun 2022 12:24:01 +0000 (08:24 -0400)
deblob-check

index b30c2f46a67ba3c27d02409ecf84620141b59330..57f052c8452a441cfd68101eed8776cbb86aa5c3 100755 (executable)
@@ -7,6 +7,7 @@
 #        modified with 2022-02-23 r18607
 #        modified with 2022-03-20 r18637
 #        modified with 2022-05-09 r18697
+#        modified with 2022-06-09 r18767
 # Inspired in gNewSense's find-firmware script.
 # Written by Alexandre Oliva <lxoliva@fsfla.org>
 
@@ -6312,6 +6313,9 @@ set_except () {
     # 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
 
+    # New in 5.18.3, 5.17.14, 5.15.46, 5.10.121.
+    accept 'MODULE_FIRMWARE[(]["]regulatory\.db\(\.p7s\)\?["][)][;]' net/wireless/reg.c
+
     ;;
 
   */*freedo*.patch | */*logo*.patch)