From 714c68812a5054b421fca8c0f886ce565816ddbc Mon Sep 17 00:00:00 2001 From: lxoliva Date: Mon, 17 Dec 2018 02:19:34 +0000 Subject: [PATCH] updated for GNU Linux-libre 4.20-rc7-gnu git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@15763 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-check | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deblob-check b/deblob-check index b7c757d3feb..1760bc807c7 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2018-12-16 +# deblob-check version 2018-12-17 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -5207,7 +5207,7 @@ set_except () { accept '[\t]*rc[ ]=[ ]wil_request_firmware[(]wil[,][ ]board_file[,][ ]true[)][;]' drivers/net/wireless/ath/wil6210/main.c blobna '[ ]\(Important[ ]Notes\|Obtaining[ ]and[ ]Creating\)[^\n]*\([\n]#\([\n]#\([\n]#[ ]*For[ ]the\)\?\)\?[ ][^\n]*\)\+' Documentation/sound/cards/multisound.sh - # New in 4.20-rc6. + # New in 4.20 up to -rc6. initnc '\.Lcts_permute_table:' arch/arm64/crypto/aes-modes.S defsnc '[\t]static[ ]const[ ]unsigned[ ]char[ ]default_colors\[\][ ]__initconst[ ]=' arch/powerpc/kernel/prom_init.c defsc 'static[ ]const[ ]struct[ ]cipher_testvec[ ]aes_lrw_tv_template\[\][ ]=' crypto/testmgr.h @@ -5241,6 +5241,9 @@ set_except () { blobname 'eboard\.bin' 'drivers/net/wireless/ath/ath10k/\(hw\.h\|core\.c\)' blobname 'iwlwifi-\(Qu\(Qnj\)\?-b0-hr-b0\|su-z0\|Qu-b0-jf-b0\)-' drivers/net/wireless/intel/iwlwifi/cfg/22000.c blobname 'modem\.b%02d' drivers/remoteproc/qcom_q6v5_mss.c + # New in 4.20-rc7. + blobname 'amdgpu[/]polaris1[01]_k2_smc\.bin' drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c + blobname 'amdgpu[/]polaris12_k_smc\.bin' drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1