Home
last modified time | relevance | path

Searched refs:vermagic (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/asm-generic/
DKbuild60 mandatory-y += vermagic.h
/Linux-v5.10/Documentation/livepatch/
Dmodule-elf-format.rst84 vermagic: 4.3.0+ SMP mod_unload
/Linux-v5.10/kernel/
Dmodule.c1282 static const char vermagic[] = VERMAGIC_STRING; variable
3160 } else if (!same_magic(modmagic, vermagic, info->index.vers)) { in check_modinfo()
3162 info->name, modmagic, vermagic); in check_modinfo()