--- zzzz-none-000/linux-3.10.107/scripts/module-common.lds 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/scripts/module-common.lds 2021-11-10 11:53:56.000000000 +0000 @@ -17,3 +17,13 @@ __kcrctab_unused_gpl : { *(SORT(___kcrctab_unused_gpl+*)) } __kcrctab_gpl_future : { *(SORT(___kcrctab_gpl_future+*)) } } + +SECTIONS { + /* Bug table for data bus errors */ + __bug_debug_table : { + __start___module_bug_debug_table = .; + *(__bug_debug_table) + __stop___module_bug_debug_table = .; + } + /DISCARD/ : { *(.discard) } +}