get_modinfo
for (entry = get_modinfo(info, name); entry; entry = get_next_modinfo(info, name, entry))
attr->setup(mod, get_modinfo(info, attr->attr.name));
info->name = get_modinfo(info, "name");
if (!get_modinfo(info, "livepatch"))
if (retpoline_module_ok(get_modinfo(info, "retpoline")))
if (!get_modinfo(info, "intree")) {
if (get_modinfo(info, "staging")) {
module_license_taint_check(mod, get_modinfo(info, "license"));
if (get_modinfo(info, "test")) {
const char *modmagic = get_modinfo(info, "vermagic");
license = get_modinfo(&info, "license");
for (namespace = get_modinfo(&info, "import_ns");
if (!get_modinfo(&info, "description"))
version = get_modinfo(&info, "version");