Merge branch 'objtool/urgent'

Fixup conflicts.

# Conflicts:
#	tools/objtool/check.c
This commit is contained in:
Peter Zijlstra
2021-10-07 00:40:17 +02:00
965 changed files with 10375 additions and 5697 deletions

View File

@@ -736,7 +736,7 @@ static int elf_add_alternative(struct elf *elf,
sec = find_section_by_name(elf, ".altinstructions");
if (!sec) {
sec = elf_create_section(elf, ".altinstructions",
SHF_ALLOC, size, 0);
SHF_ALLOC, 0, 0);
if (!sec) {
WARN_ELF("elf_create_section");