Home
last modified time | relevance | path

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

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