diff --git a/kpatch-build/create-diff-object.c b/kpatch-build/create-diff-object.c index a5473b0a..ddc083e4 100644 --- a/kpatch-build/create-diff-object.c +++ b/kpatch-build/create-diff-object.c @@ -2862,6 +2862,7 @@ static void kpatch_mark_ignored_sections(struct kpatch_elf *kelf) if (!strncmp(sec->name, ".discard", 8) || !strncmp(sec->name, ".rela.discard", 13) || !strncmp(sec->name, ".llvm_addrsig", 13) || + !strcmp(sec->name, "alloc_tags") || !strncmp(sec->name, ".llvm.", 6)) sec->ignore = 1;