summaryrefslogtreecommitdiff
path: root/tools/objtool/check.c
AgeCommit message (Expand)Author
2025-11-13objtool: Warn on functions with ambiguous -ffunction-sections section namesJosh Poimboeuf
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar
2025-11-01objtool: Fix skip_alt_group() for non-alternative STAC/CLACJosh Poimboeuf
2025-10-22objtool: Fix failure when being compiled on x32 systemMikulas Patocka
2025-10-22objtool/rust: add one more `noreturn` Rust functionMiguel Ojeda
2025-10-14objtool: Add base objtool support for livepatch modulesJosh Poimboeuf
2025-10-14objtool: Refactor prefix symbol creation codeJosh Poimboeuf
2025-10-14objtool/klp: Introduce klp diff subcommand for diffing object filesJosh Poimboeuf
2025-10-14objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksumsJosh Poimboeuf
2025-10-14objtool/klp: Add --checksum option to generate per-function checksumsJosh Poimboeuf
2025-10-14objtool: Add annotype() helperJosh Poimboeuf
2025-10-14objtool: Refactor add_jump_destinations()Josh Poimboeuf
2025-10-14objtool: Resurrect --backup optionJosh Poimboeuf
2025-10-14objtool: Avoid emptying lists for duplicate sectionsJosh Poimboeuf
2025-10-14objtool: Simplify reloc offset calculation in unwind_read_hints()Josh Poimboeuf
2025-10-14objtool: Mark prefix functionsJosh Poimboeuf
2025-10-14objtool: Fix weak symbol hole detection for .cold functionsJosh Poimboeuf
2025-10-14objtool: Mark .cold subfunctionsJosh Poimboeuf
2025-10-14objtool: Add section/symbol type helpersJosh Poimboeuf
2025-10-14objtool: Convert elf iterator macros to use 'struct elf'Josh Poimboeuf
2025-10-14objtool: Remove .parainstructions referenceJosh Poimboeuf
2025-10-14objtool: Clean up compiler flag usageJosh Poimboeuf
2025-10-14objtool: Check for missing annotation entries in read_annotate()Josh Poimboeuf
2025-10-14objtool: Fix "unexpected end of section" warning for alternativesJosh Poimboeuf
2025-10-14objtool: Fix x86 addend calculationJosh Poimboeuf
2025-10-14objtool: Remove error handling boilerplateJosh Poimboeuf
2025-10-14objtool: Fix standalone --hacks=jump_labelDylan Hatch
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds
2025-09-09objtool: Ignore __pi___cfi_ prefixed symbolsNathan Chancellor
2025-09-03x86/boot: Create a confined code area for startup codeArd Biesheuvel
2025-09-03objtool: Add action to check for absence of absolute relocationsArd Biesheuvel
2025-08-28objtool: Drop noinstr hack for KCSAN_WEAK_MEMORYNathan Chancellor
2025-08-18objtool: Validate kCFI callsPeter Zijlstra
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-07-21stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depthKees Cook
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook
2025-07-19Merge tag 'rust-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-14objtool/rust: add one more `noreturn` Rust function for Rust 1.89.0Miguel Ojeda
2025-07-01objtool: Add missing endian conversion to read_annotate()Heiko Carstens
2025-05-22objtool/rust: relax slice condition to cover more `noreturn` Rust functionsMiguel Ojeda
2025-05-07objtool/rust: add one more `noreturn` Rust function for Rust 1.87.0Miguel Ojeda
2025-04-19Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-04-14objtool/rust: add one more `noreturn` Rust function for Rust 1.86.0Miguel Ojeda
2025-04-08objtool: Remove ANNOTATE_IGNORE_ALTERNATIVE from CLAC/STACJosh Poimboeuf
2025-04-08objtool, xen: Fix INSN_SYSCALL / INSN_SYSRET semanticsJosh Poimboeuf
2025-04-08objtool: Stop UNRET validation on UD2Josh Poimboeuf
2025-04-08objtool: Split INSN_CONTEXT_SWITCH into INSN_SYSCALL and INSN_SYSRETJosh Poimboeuf
2025-04-08objtool: Fix INSN_CONTEXT_SWITCH handling in validate_unret()Josh Poimboeuf
2025-04-01objtool: Fix verbose disassembly if CROSS_COMPILE isn't setDavid Laight