Lines Matching refs:mod_error
99 #define mod_error(mod, fmt, args...) modpost_log(true, mod, fmt, ##args) macro
368 mod_error(mod, "symbol '%s' exported twice. Previous export was in %s%s\n", in sym_add_exported()
1102 mod_error(mod, ".export_symbol section contains strange symbol '%s'\n", in check_export_symbol()
1109 mod_error(mod, "local symbol '%s' was exported\n", in check_export_symbol()
1116 …mod_error(mod, ".export_symbol section references '%s', but it does not seem to be an export symbo… in check_export_symbol()
1127 mod_error(mod, "unknown license '%s' was specified for '%s'\n", in check_export_symbol()
1622 mod_error(mod, "missing MODULE_LICENSE()\n"); in read_symbols()
1635 mod_error(mod, "explicitly importing namespace '%s' is not allowed.\n", in read_symbols()
1787 mod_error(mod, "symbol '%s' was exported without definition\n", s->name); in check_exports()
1807 mod_error(mod, "GPL-incompatible module uses GPL-only symbol '%s'\n", in check_exports()
1858 mod_error(mod, "module name is too long\n"); in check_modname_len()
1999 mod_error(mod, "too long symbol '%s'\n", s->name); in add_versions()