deblob-5.5.3-gnu scripts/v5.5.3-gnu
authorJason Self <j@jxself.org>
Wed, 12 Feb 2020 06:08:22 +0000 (22:08 -0800)
committerJason Self <j@jxself.org>
Wed, 12 Feb 2020 06:08:22 +0000 (22:08 -0800)
deblob-check

index d67260a89e34389f1dfff9f86df47156606b58dd..708b3105ac36862a810f98e62238e2855fb71cfa 100755 (executable)
@@ -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 <lxoliva@fsfla.org>
 
@@ -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)