Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
tools/objtool/check.c
··· 585 585 struct section *rsec; 586 586 struct reloc *reloc; 587 587 struct instruction *insn; 588 - unsigned long offset; 588 + uint64_t offset; 589 589 590 590 /* 591 591 * Check for manually annotated dead ends.