We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e39036 commit bf5c0c2Copy full SHA for bf5c0c2
scripts/mod/modpost.c
@@ -674,7 +674,7 @@ static void handle_modversion(const struct module *mod,
674
unsigned int crc;
675
676
if (sym->st_shndx == SHN_UNDEF) {
677
- warn("EXPORT symbol \"%s\" [%s%s] version ...\n"
+ warn("EXPORT symbol \"%s\" [%s%s] version generation failed, symbol will not be versioned.\n"
678
"Is \"%s\" prototyped in <asm/asm-prototypes.h>?\n",
679
symname, mod->name, mod->is_vmlinux ? "" : ".ko",
680
symname);
0 commit comments