X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=deblob-check;h=23ffb14a79f16a943d8e9fd105022284b0aefbfc;hb=705c056c8b9a33d0e45a4925780ee762051e7761;hp=dcea14cc3cbee6bb7a31bac8f7d052387ccdc9e2;hpb=af278715a4019733287ca0e90d36da887ca41cb1;p=releases.git diff --git a/deblob-check b/deblob-check index dcea14cc3cbe..23ffb14a79f1 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2010-08-30 +# deblob-check version 2010-09-08 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -2027,7 +2027,7 @@ set_except () { initnc 'static[ ]\(const[ ]\)\?unsigned[ ]char[ ]euc2sjisibm_g3upper_map\[\]\[2\][ ]=' initnc 'static[ ]const[ ]unsigned[ ]char[ ]green\[256\][ ]=' initnc 'static[ ]const[ ]unsigned[ ]char[ ]hash_table_ops\[64[*]4\][ ]=' - initnc 'static[ ]const[ ]unsigned[ ]char[ ]hid_keyboard\[256\][ ]=' + defsnc 'static[ ]const[ ]unsigned[ ]char[ ]hid_keyboard\[256\][ ]=' drivers/hid/hid-input.c initnc 'static[ ]const[ ]unsigned[ ]char[ ]mts_direction\[256[/]8\][ ]=' initnc 'static[ ]const[ ]unsigned[ ]char[ ]red\[256\][ ]=' initnc 'static[ ]\(const[ ]\)\?unsigned[ ]char[ ]sjisibm2euc_map\[\]\[2\][ ]=' @@ -2673,6 +2673,10 @@ set_except () { defsnc 'static[ ]const[ ]int[ ]expected_result\[FIFO_SIZE\][ ]=' samples/kfifo/inttype-example.c ;; + */hid-support*.patch) + initnc '\([;][/][*]@@[ ]-[0-9]*,[0-9]*[ ][+][0-9]*,[0-9]*[ ]@@[ ]\)\?static[ ]const[ ]unsigned[ ]char[ ]hid_keyboard\[256\][ ]=\([ ][{][*][/][;]\)\?' drivers/hid/hid-input.c + ;; + */sched-fix-over-scheduling-bug.patch) accept 'CPU[ ]\+before[ ]\+after[\n]\([\n][01][0-9][ ]\+:[ ][0-9]\+[ ]\+:[ ][67]\)*' ;;