summaryrefslogtreecommitdiff
path: root/tools/objtool/check.c
AgeCommit message (Expand)Author
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-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
2025-04-01objtool: Change "warning:" to "error: " for fatal errorsJosh Poimboeuf
2025-04-01objtool: Always fail on fatal errorsJosh Poimboeuf
2025-04-01Revert "objtool: Increase per-function WARN_FUNC() rate limit"Josh Poimboeuf
2025-04-01objtool: Append "()" to function name in "unexpected end of section" warningJosh Poimboeuf
2025-04-01objtool: Ignore end-of-section jumps for KCOV/GCOVJosh Poimboeuf
2025-03-28objtool: Fix STACK_FRAME_NON_STANDARD for cold subfunctionsJosh Poimboeuf
2025-03-28objtool: Fix segfault in ignore_unreachable_insn()Josh Poimboeuf
2025-03-25objtool, panic: Disable SMAP in __stack_chk_fail()Josh Poimboeuf
2025-03-25objtool: Remove redundant opts.noinstr dependencyJosh Poimboeuf
2025-03-25objtool: Reduce CONFIG_OBJTOOL_WERROR verbosityJosh Poimboeuf
2025-03-25objtool: Improve error handlingJosh Poimboeuf
2025-03-25objtool: Properly disable uaccess validationJosh Poimboeuf
2025-03-25objtool: Silence more KCOV warningsJosh Poimboeuf
2025-03-25objtool: Fix init_module() handlingJosh Poimboeuf
2025-03-25objtool: Fix X86_FEATURE_SMAP alternative handlingJosh Poimboeuf
2025-03-25objtool: Ignore entire functions rather than instructionsJosh Poimboeuf
2025-03-25objtool: Fix detection of consecutive jump tables on Clang 20Josh Poimboeuf
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-17objtool: Add --Werror optionJosh Poimboeuf
2025-03-17objtool: Increase per-function WARN_FUNC() rate limitJosh Poimboeuf
2025-03-17objtool: Improve __noreturn annotation warningJosh Poimboeuf
2025-03-17objtool: Fix error handling inconsistencies in check()Josh Poimboeuf
2025-03-17x86/traps: Make exc_double_fault() consistently noreturnJosh Poimboeuf
2025-03-12objtool: Handle PC relative relocation typeTiezhu Yang