summaryrefslogtreecommitdiff
path: root/tools/objtool/klp-diff.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-05objtool/klp: Cache dont_correlate() resultJosh Poimboeuf1-12/+17
2026-05-05objtool/klp: Add correlation debugging outputJosh Poimboeuf1-8/+34
2026-05-05objtool/klp: Rewrite symbol correlation algorithmJosh Poimboeuf1-120/+369
2026-05-05objtool/klp: Calculate object checksumsJosh Poimboeuf1-1/+1
2026-05-05objtool/klp: Add "objtool klp checksum" subcommandJosh Poimboeuf1-1/+1
2026-05-05objtool: Add is_cold_func() helperJosh Poimboeuf1-1/+2
2026-05-05objtool/klp: Handle Clang .data..Lanon anonymous data sectionsJosh Poimboeuf1-3/+4
2026-05-05objtool/klp: Fix reloc corruption in convert_reloc_sym_to_secsym()Josh Poimboeuf1-1/+1
2026-05-05objtool/klp: Don't correlate .rodata.cst* constant pool objectsJosh Poimboeuf1-1/+16
2026-05-05objtool/klp: Fix pointer comparisons for rodata objectsJosh Poimboeuf1-2/+13
2026-05-05objtool/klp: Simplify reloc symbol conversionJosh Poimboeuf1-48/+28
2026-05-05objtool/klp: Fix relocation conversion failures for R_X86_64_NONEJosh Poimboeuf1-0/+3
2026-05-05objtool/klp: Fix kCFI trap handlingJosh Poimboeuf1-0/+1
2026-05-05objtool/klp: Fix extraction of text annotations for alternativesJosh Poimboeuf1-5/+28
2026-05-05objtool/klp: Fix cloning of zero-length section symbolsJosh Poimboeuf1-1/+1
2026-05-05objtool/klp: Fix handling of zero-length .altinstr_replacement sectionsJosh Poimboeuf1-1/+12
2026-05-05objtool: Replace iterator callback with for_each_sym_by_mangled_name()Josh Poimboeuf1-28/+14
2026-05-05objtool/klp: Fix create_fake_symbols() skipping entsize-based sectionsJoe Lawrence1-2/+2
2026-05-05objtool/klp: Improve local label checkJosh Poimboeuf1-7/+7
2026-05-05objtool/klp: Don't report uncorrelated functions as newJosh Poimboeuf1-2/+2
2026-05-05objtool/klp: Don't correlate __initstub__ symbolsJosh Poimboeuf1-2/+8
2026-05-05objtool/klp: Don't correlate absolute symbolsJosh Poimboeuf1-0/+10
2026-05-05objtool/klp: Don't correlate __ADDRESSABLE() symbolsJosh Poimboeuf1-0/+10
2026-05-05objtool/klp: Fix .data..once static local non-correlationJosh Poimboeuf1-1/+2
2026-05-05objtool/klp: Fix is_uncorrelated_static_local() for ClangJoe Lawrence1-10/+23
2026-04-14Merge tag 'objtool-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+92
2026-03-16objtool/klp: fix data alignment in __clone_symbol()Joe Lawrence1-1/+2
2026-03-06objtool/klp: Correlate locals to globalsSong Liu1-0/+30
2026-03-06objtool/klp: Match symbols based on demangled_name for global variablesSong Liu1-0/+57
2026-03-06objtool/klp: Remove redundant strcmp() in correlate_symbols()Song Liu1-1/+1
2026-03-06objtool: Use section/symbol type helpersWentong Tian1-4/+4
2026-03-06objtool/klp: Avoid NULL pointer dereference when printing code symbol nameJosh Poimboeuf1-6/+9
2026-03-06objtool/klp: Disable unsupported pr_debug() usageJosh Poimboeuf1-8/+15
2026-03-06objtool/klp: Fix detection of corrupt static branch/call entriesJosh Poimboeuf1-0/+3
2026-02-05objtool/klp: Fix symbol correlation for orphaned local symbolsJosh Poimboeuf1-5/+34
2026-02-05livepatch: Free klp_{object,func}_ext data after initializationPetr Pavlu1-1/+1
2026-01-27objtool/klp: Fix bug table handling for __WARN_printf()Josh Poimboeuf1-3/+11
2025-10-15livepatch/klp-build: Introduce klp-build script for generating livepatch modulesJosh Poimboeuf1-2/+4
2025-10-15objtool/klp: Add --debug option to show cloning decisionsJosh Poimboeuf1-0/+75
2025-10-15objtool/klp: Introduce klp diff subcommand for diffing object filesJosh Poimboeuf1-0/+1646