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
This commit is contained in:
@@ -585,7 +585,7 @@ static int add_dead_ends(struct objtool_file *file)
|
||||
struct section *rsec;
|
||||
struct reloc *reloc;
|
||||
struct instruction *insn;
|
||||
unsigned long offset;
|
||||
uint64_t offset;
|
||||
|
||||
/*
|
||||
* Check for manually annotated dead ends.
|
||||
|
||||
Reference in New Issue
Block a user