From 9838aa4522680f62d921494d1b4cd97da4249b0d Mon Sep 17 00:00:00 2001 From: Jason Self Date: Tue, 11 Feb 2020 22:08:22 -0800 Subject: [PATCH] deblob-5.5.3-gnu --- deblob-check | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deblob-check b/deblob-check index d67260a89e3..708b3105ac3 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2020-01-14 +# deblob-check version 2020-01-14 + 2020-02-01's r17293 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -5752,6 +5752,9 @@ set_except () { # ethtool-supplied firmware to flash the virtual device. accept '[\t]if[ ][(]request_firmware[(]&fw[,][ ]efl->data[,][ ]&vdevice->pdev\.dev[)][)]' arch/um/drivers/vector_kern.c + # Already present in 5.0, harmless as firmware is the first field. + accept 'static[ ]const[ ]struct[ ]vic_config[ ]vic_t194_config[ ]=[ ][{][\n][\t]\.firmware[ ]=[ ]NVIDIA_TEGRA_194_VIC_FIRMWARE[,]' drivers/gpu/drm/tegra/vic.c + ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1