Dne 29.11.2016 v 18:10 Linus Torvalds napsal(a):
> How about this stupid patch? It weakens modversions, but that may be
> ok for Debian, and a better alternative than just saying "we don't
> support it at all".
[...]
> -     pr_warn("%s: no symbol version for %s\n", mod->name, symname);
> -     return 0;
> +     /* Broken toolchain. Warn once, then let it go.. */
> +     pr_warn_once("%s: no symbol version for %s\n", mod->name, symname);
> +     return 1;

Fine with me, if it goes with the revert of the "depends on BROKEN."

Michal

Reply via email to