From 4ba810ca3f39284f85c9d6e015225a14b41d5779 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Fri, 6 Sep 2019 22:52:10 -0700 Subject: [PATCH] deblob-4.4.191-gnu --- deblob-check | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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) -- 2.31.1