From bac482da82abe23d425fcd22c9ad47a6acb46bf9 Mon Sep 17 00:00:00 2001 From: lxoliva Date: Wed, 22 Apr 2020 06:28:21 +0000 Subject: [PATCH] Summary: Linux-libre: adj false positive in mlx5 for 5.6.6, 5.5.19, and 5.4.34 git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@17437 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-check | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deblob-check b/deblob-check index 6b3f9d3a1b7..5230859c248 100755 --- a/deblob-check +++ b/deblob-check @@ -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 @@ -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) -- 2.31.1