GNU Linux-libre 5.15.68-gnu scripts
[releases.git] / deblob-check
index f26e2102970a33a65775f505b1336f6f84369511..673349454d105e438656d35b7d1dd60f570818c6 100755 (executable)
@@ -12,6 +12,9 @@
 #        modified with 2022-05-09 r18697
 #        modified with 2022-06-09 r18767
 #        modified with 2022-06-16 r18782
+#        modified with 2022-07-10 r18820 (partial)
+#        modified with 2022-08-25 r18881
+#        modified with 2022-09-11 r18905
 # Inspired in gNewSense's find-firmware script.
 # Written by Alexandre Oliva <lxoliva@fsfla.org>
 
@@ -6361,6 +6364,15 @@ set_except () {
     # 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
 
+    # New in 5.18.18, 5.15.61.
+    defsnc '[\t]static[ ]u8[ ]p\[\]\[2\][ ]=' drivers/tty/serial/8250/8250_pci.c
+
+    # New in 5.19.4, 5.15.63.
+    accept '[\t]if[ ][(]!request_firmware_direct[(][&]fw[,][ ]kpu_profile[,][ ]rvu->dev[)][)]' drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
+
+    # New in 6.0-rc5, 5.19.9, 5.15.68.
+    defsnc '[\t]unsigned[ ]char[ ]modified_gray_code\[\][ ]=' arch/arm/mach-at91/pm.c
+
     ;;
 
   */*freedo*.patch | */*logo*.patch)