Skip to content

Commit

Permalink
kernel/module.c: Ignore symbols crc check
Browse files Browse the repository at this point in the history
Change-Id: I1ec2933c8bf1ffd970a6c07fbe8b56636d67825f
Signed-off-by: lateautumn233 <lateautumn233@foxmail.com>
  • Loading branch information
zzh-zzh-zzh authored and lateautumn233 committed Jan 28, 2024
1 parent a0aa446 commit 750b430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@ static int check_version(const struct load_info *info,
bad_version:
pr_warn("%s: disagrees about version of symbol %s\n",
info->name, symname);
return 0;
return 1;
}

static inline int check_modstruct_version(const struct load_info *info,
Expand Down

0 comments on commit 750b430

Please sign in to comment.