From e50b18cb63137673ebf58b972755ddbebba3052e Mon Sep 17 00:00:00 2001 From: Jason Self Date: Mon, 4 Feb 2019 18:22:33 -0800 Subject: [PATCH] deblob-4.4.95-gnu --- deblob-check | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/deblob-check b/deblob-check index a37a369b5ad..f6feefc37e2 100755 --- a/deblob-check +++ b/deblob-check @@ -1,13 +1,13 @@ #! /bin/sh -# deblob-check version 2015-12-22 +# deblob-check version 2015-12-22 + 2017-10-23's r14392 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva # Check http://www.fsfla.org/svn/fsfla/software/linux-libre for newer # versions. -# Copyright 2008-2015 Alexandre Oliva +# Copyright 2008-2017 Alexandre Oliva # # This program is part of GNU Linux-libre, a GNU project that # publishes scripts to clean up Linux so as to make it suitable for @@ -4342,6 +4342,10 @@ set_except () { accept '[ ][*][ ]fpga_mgr_firmware_load[ ]-' drivers/fpga/fpga-mgr.c accept 'EXPORT_SYMBOL_GPL[(]fpga_mgr_firmware_load[)][;]' drivers/fpga/fpga-mgr.c accept '[\t ]*CHIP_IS_E2[(]bp[)][ ][?][ ]["]everest2["][ ]:[ ]["]everest3["][/][*][(]DEBLOBBED[)][*][/][)][;]' drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c + + # Backported into 4.4.95. + # New in 4.14-rc6. + defsnc '[\t]static[ ]const[ ]struct[ ]nphy_txiqcal_ladder[ ]ladder_\(lo\|iq\)\[\][ ]=' drivers/net/wireless/brcm80211/brcmsmac/phy/phy_n.c ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1