From a90c0da19707ff17b668cc2d4754d5855110ce7d Mon Sep 17 00:00:00 2001 From: Jason Self Date: Tue, 13 Aug 2019 17:44:17 -0700 Subject: [PATCH] deblob-3.16.72-gnu --- deblob-check | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deblob-check b/deblob-check index 65e43e84b44d..fcca09ffc146 100755 --- a/deblob-check +++ b/deblob-check @@ -1,13 +1,14 @@ #! /bin/sh # deblob-check version 2014-08-07 + 2015-09-22's r12444 +# + 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-2015 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 @@ -3760,6 +3761,10 @@ set_except () { # New in 4.2.1 and 4.1.8. defsnc '[}][ ]common_modes\[\][ ]=' drivers/gpu/drm/qxl/qxl_display.c + + # New in 3.16.72. + defsnc 'static[ ]const[ ]u64[ ]test_vectors_siphash\[64\][ ]=' lib/test_siphash.c + ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1