From: Jason Self Date: Sat, 7 Sep 2019 05:52:10 +0000 (-0700) Subject: deblob-4.4.191-gnu X-Git-Tag: scripts/v4.4.191-gnu^0 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=4ba810ca3f39284f85c9d6e015225a14b41d5779;p=releases.git deblob-4.4.191-gnu --- diff --git a/deblob-check b/deblob-check index f6feefc37e2..8740e4638d3 100755 --- a/deblob-check +++ b/deblob-check @@ -1,13 +1,14 @@ #! /bin/sh # deblob-check version 2015-12-22 + 2017-10-23's r14392 +# + partial 2017-04-21's r13771 # 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-2017 Alexandre Oliva +# Copyright 2008-2019 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 @@ -4346,6 +4347,12 @@ set_except () { # 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 + + + # New in 4.4.191. + defsnc 'static[ ]const[ ]u64[ ]test_vectors_siphash\[64\][ ]=' lib/test_siphash.c + defsnc 'static[ ]const[ ]u32[ ]test_vectors_hsiphash\[64\][ ]=' lib/test_siphash.c + ;; */*freedo*.patch | */*logo*.patch)