deblob-4.4.191-gnu scripts/v4.4.191-gnu
authorJason Self <j@jxself.org>
Sat, 7 Sep 2019 05:52:10 +0000 (22:52 -0700)
committerJason Self <j@jxself.org>
Sat, 7 Sep 2019 05:52:10 +0000 (22:52 -0700)
deblob-check

index f6feefc37e2ef998cfc071050fca3a7c6bfade51..8740e4638d3f292f4bcc6bf9d4efd31138c8b55e 100755 (executable)
@@ -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 <lxoliva@fsfla.org>
 
 # Check http://www.fsfla.org/svn/fsfla/software/linux-libre for newer
 # versions.
 
-# Copyright 2008-2017 Alexandre Oliva <lxoliva@fsfla.org>
+# Copyright 2008-2019 Alexandre Oliva <lxoliva@fsfla.org>
 #
 # 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)