Summary: Linux-libre: adj false positive in mlx5 for 5.6.6, 5.5.19, and 5.4.34
authorlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Wed, 22 Apr 2020 06:28:21 +0000 (06:28 +0000)
committerlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Wed, 22 Apr 2020 06:28:21 +0000 (06:28 +0000)
git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@17437 559672b5-ba27-0410-b829-e8f1faed8b1b

deblob-check

index 6b3f9d3a1b764a349bc40e0d568378455343fd0b..5230859c2481ab1561406cea9fbe419b950576aa 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# deblob-check version 2020-03-29
+# deblob-check version 2020-04-22
 # Inspired in gNewSense's find-firmware script.
 # Written by Alexandre Oliva <lxoliva@fsfla.org>
 
@@ -5824,6 +5824,10 @@ set_except () {
     defsnc 'static[ ]const[ ]unsigned[ ]int[ ]\(voice_focus\|mic_svm\|equalizer\)_vals_lookup\[\][ ]=' sound/pci/hda/patch_ca0132.c
     defsnc 'static[ ]const[ ]struct[ ]hda_verb[ ]ca0132_init_verbs[01]\[\][ ]=' sound/pci/hda/patch_ca0132.c
 
+    # New variation in 5.6.6, 5.5.19, and 5.4.34.
+    # The firmware file name is supplied by the user.
+    accept '[\t]err[ ]=[ ]request_firmware_direct[(][&]fw[,][ ]file_name[,]\([^\n]*[\n]\+[^\n}]\)*err[ ]=[ ]mlx5_firmware_flash[(]' drivers/net/ethernet/mellanox/mlx5/core/devlink.c
+
     ;;
 
   */*freedo*.patch | */*logo*.patch)