Skip to content

Commit f644e7b

Browse files
author
Jiri Kosina
committed
Merge branch 'for-5.8/klp-module-fixups' into for-next
2 parents ccd9987 + a4ae16f commit f644e7b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

kernel/livepatch/core.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,8 @@ static int klp_init_func(struct klp_object *obj, struct klp_func *func)
745745
func->old_sympos ? func->old_sympos : 1);
746746
}
747747

748-
int klp_apply_object_relocs(struct klp_patch *patch, struct klp_object *obj)
748+
static int klp_apply_object_relocs(struct klp_patch *patch,
749+
struct klp_object *obj)
749750
{
750751
int i, ret;
751752
struct klp_modinfo *info = patch->mod->klp_info;

0 commit comments

Comments
 (0)