summaryrefslogtreecommitdiff
path: root/tools/objtool/check.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-19Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2025-04-14objtool/rust: add one more `noreturn` Rust function for Rust 1.86.0Miguel Ojeda1-0/+1
2025-04-08objtool: Remove ANNOTATE_IGNORE_ALTERNATIVE from CLAC/STACJosh Poimboeuf1-1/+29
2025-04-08objtool, xen: Fix INSN_SYSCALL / INSN_SYSRET semanticsJosh Poimboeuf1-8/+13
2025-04-08objtool: Stop UNRET validation on UD2Josh Poimboeuf1-0/+3
2025-04-08objtool: Split INSN_CONTEXT_SWITCH into INSN_SYSCALL and INSN_SYSRETJosh Poimboeuf1-2/+4
2025-04-08objtool: Fix INSN_CONTEXT_SWITCH handling in validate_unret()Josh Poimboeuf1-0/+5
2025-04-01objtool: Fix verbose disassembly if CROSS_COMPILE isn't setDavid Laight1-0/+2
2025-04-01objtool: Change "warning:" to "error: " for fatal errorsJosh Poimboeuf1-67/+60
2025-04-01objtool: Always fail on fatal errorsJosh Poimboeuf1-11/+4
2025-04-01Revert "objtool: Increase per-function WARN_FUNC() rate limit"Josh Poimboeuf1-2/+2
2025-04-01objtool: Append "()" to function name in "unexpected end of section" warningJosh Poimboeuf1-1/+1
2025-04-01objtool: Ignore end-of-section jumps for KCOV/GCOVJosh Poimboeuf1-6/+16
2025-03-28objtool: Fix STACK_FRAME_NON_STANDARD for cold subfunctionsJosh Poimboeuf1-0/+2
2025-03-28objtool: Fix segfault in ignore_unreachable_insn()Josh Poimboeuf1-1/+1
2025-03-26objtool, panic: Disable SMAP in __stack_chk_fail()Josh Poimboeuf1-1/+4
2025-03-25objtool: Remove redundant opts.noinstr dependencyJosh Poimboeuf1-6/+1
2025-03-25objtool: Reduce CONFIG_OBJTOOL_WERROR verbosityJosh Poimboeuf1-10/+13
2025-03-25objtool: Improve error handlingJosh Poimboeuf1-180/+188
2025-03-25objtool: Properly disable uaccess validationJosh Poimboeuf1-2/+9
2025-03-25objtool: Silence more KCOV warningsJosh Poimboeuf1-0/+6
2025-03-25objtool: Fix init_module() handlingJosh Poimboeuf1-2/+5
2025-03-25objtool: Fix X86_FEATURE_SMAP alternative handlingJosh Poimboeuf1-29/+10
2025-03-25objtool: Ignore entire functions rather than instructionsJosh Poimboeuf1-17/+18
2025-03-25objtool: Fix detection of consecutive jump tables on Clang 20Josh Poimboeuf1-18/+8
2025-03-25Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-10/+2
2025-03-17objtool: Add --Werror optionJosh Poimboeuf1-3/+12
2025-03-17objtool: Increase per-function WARN_FUNC() rate limitJosh Poimboeuf1-1/+1
2025-03-17objtool: Improve __noreturn annotation warningJosh Poimboeuf1-1/+1
2025-03-17objtool: Fix error handling inconsistencies in check()Josh Poimboeuf1-4/+6
2025-03-17x86/traps: Make exc_double_fault() consistently noreturnJosh Poimboeuf1-30/+1
2025-03-13objtool: Handle PC relative relocation typeTiezhu Yang1-1/+6
2025-03-13objtool: Handle different entry size of rodataTiezhu Yang1-1/+1
2025-03-13objtool: Handle various symbol types of rodataTiezhu Yang1-5/+11
2025-03-03Merge tag 'v6.14-rc5' into x86/core, to pick up fixesIngo Molnar1-3/+4
2025-03-01Merge tag 'objtool-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+4
2025-02-25objtool: Fix C jump table annotations for ClangArd Biesheuvel1-3/+4
2025-02-18Merge tag 'v6.14-rc3' into x86/core, to pick up fixesIngo Molnar1-1/+11
2025-02-16Merge tag 'objtool_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+10
2025-02-14x86/alternative: Simplify callthunk patchingPeter Zijlstra1-10/+2
2025-02-13objtool/rust: add one more `noreturn` Rust functionMiguel Ojeda1-0/+1
2025-02-08objtool: Move dodgy linker warn to verbosePeter Zijlstra1-1/+1
2025-02-08objtool: Ignore dangling jump table entriesJosh Poimboeuf1-0/+9
2025-01-21Merge tag 'objtool-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-305/+121
2024-12-13objtool/x86: allow syscall instructionJuergen Gross1-3/+6
2024-12-02objtool: Allow arch code to discover jump table sizeArd Biesheuvel1-11/+20
2024-12-02objtool: Warn about unknown annotation typesPeter Zijlstra1-0/+13
2024-12-02objtool: Fix ANNOTATE_REACHABLE to be a normal annotationPeter Zijlstra1-23/+0
2024-12-02objtool: Convert {.UN}REACHABLE to ANNOTATEPeter Zijlstra1-60/+22
2024-12-02objtool: Remove annotate_{,un}reachable()Peter Zijlstra1-41/+2