Skip to content

Commit 8d7e768

Browse files
committed
Merge tag 'objtool_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull objtool fix from Borislav Petkov: - Fix a format specifier build error in objtool during an x32 build * tag 'objtool_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: objtool: Fix compile failure when using the x32 compiler
2 parents 1aac9cb + 6205125 commit 8d7e768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/objtool/check.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ static int add_dead_ends(struct objtool_file *file)
585585
struct section *rsec;
586586
struct reloc *reloc;
587587
struct instruction *insn;
588-
unsigned long offset;
588+
uint64_t offset;
589589

590590
/*
591591
* Check for manually annotated dead ends.

0 commit comments

Comments
 (0)