mirror of
https://github.com/dynup/kpatch
synced 2025-03-25 04:16:39 +00:00
Merge pull request #152 from jpoimboe/revert-init-fix
Revert "fail on changed init section"
This commit is contained in:
commit
5e6a4ff042
@ -512,11 +512,8 @@ void kpatch_compare_correlated_section(struct section *sec)
|
||||
else
|
||||
kpatch_compare_correlated_nonrela_section(sec);
|
||||
out:
|
||||
if (sec->status == CHANGED) {
|
||||
if (sec->status == CHANGED)
|
||||
log_debug("section %s has changed\n", sec->name);
|
||||
if (!strcmp(sec->name, ".init.text"))
|
||||
DIFF_FATAL("init section has changed");
|
||||
}
|
||||
}
|
||||
|
||||
void kpatch_compare_sections(struct table *table)
|
||||
|
Loading…
Reference in New Issue
Block a user