Live Patching
 help / color / mirror / Atom feed
 messages from 2026-04-28 08:23:43 to 2026-05-13 03:34:42 UTC [more...]

[PATCH v3 00/21] objtool/arm64: Port klp-build to arm64
 2026-05-13  3:33 UTC  (21+ messages)
` [PATCH v3 01/21] klp-build: Reject patches to init/*.c
` [PATCH v3 02/21] arm64: Annotate intra-function calls
` [PATCH v3 03/21] arm64: Fix EFI linking with -fdata-sections
` [PATCH v3 04/21] arm64: Rename TRAMP_VALIAS -> TRAMP_VALIAS_ASM in asm-offsets
` [PATCH v3 05/21] arm64: vdso: Discard .discard.* sections
` [PATCH v3 06/21] arm64: Annotate special section entries
` [PATCH v3 07/21] crypto: arm64: Move data to .rodata
` [PATCH v3 08/21] objtool: Allow setting --mnop without --mcount
` [PATCH v3 09/21] kbuild: Only run objtool if there is at least one command
` [PATCH v3 10/21] objtool: Ignore jumps to the end of the function for checksum runs
` [PATCH v3 11/21] objtool: Allow empty alternatives
` [PATCH v3 12/21] objtool: Refactor elf_add_data() to use a growable data buffer
` [PATCH v3 13/21] objtool: Reuse string references
` [PATCH v3 14/21] objtool: Prevent kCFI hashes from being decoded as instructions
` [PATCH v3 15/21] objtool/klp: Add arm64 support for prefix/PFE detection
` [PATCH v3 16/21] objtool/klp: Filter arm64 mapping symbols in find_symbol_by_offset()
` [PATCH v3 17/21] objtool/klp: Don't correlate arm64 mapping symbols
` [PATCH v3 18/21] objtool/klp: Clone inline alternative replacements
` [PATCH v3 19/21] objtool/klp: Introduce objtool for arm64
` [PATCH v3 20/21] klp-build: Support cross-compilation

[RFC 0/4] klp-build: simple OOT module support
 2026-05-12 23:30 UTC  (6+ messages)
` [RFC 1/4] objtool/klp: add --symvers option to klp diff
` [RFC 2/4] objtool/klp: allow special section entry size overrides
` [RFC 3/4] objtool/klp: add --arch option to display target architecture
` [RFC 4/4] livepatch/klp-build: add basic out-of-tree module patching support

[PATCH v5 0/8] unwind, arm64: add sframe unwinder for kernel
 2026-05-12 10:18 UTC  (24+ messages)
` [PATCH v5 1/8] sframe: Allow kernelspace sframe sections
` [PATCH v5 2/8] arm64, unwind: build kernel with sframe V3 info
` [PATCH v5 3/8] arm64: entry: add unwind info for various kernel entries
` [PATCH v5 4/8] sframe: Provide PC lookup for vmlinux .sframe section
` [PATCH v5 5/8] sframe: Allow unsorted FDEs
` [PATCH v5 6/8] arm64/module, sframe: Add sframe support for modules
` [PATCH v5 7/8] sframe: Introduce in-kernel SFRAME_VALIDATION
` [PATCH v5 8/8] unwind: arm64: Use sframe to unwind interrupt frames

[PATCH] killswitch: add per-function short-circuit mitigation primitive
 2026-05-11 18:09 UTC 

[PATCH v5 0/6] kselftests: livepatch: Adapt tests to be executed on 4.12 kernels
 2026-05-06 12:26 UTC  (10+ messages)
` [PATCH v5 1/6] selftests: livepatch: Check for ARCH_HAS_SYSCALL_WRAPPER config
` [PATCH v5 2/6] selftests: livepatch: Replace true/false module parameter by y/n
` [PATCH v5 3/6] selftests: livepatch: Introduce does_sysfs_exist function
` [PATCH v5 4/6] selftests: livepatch: Check if patched sysfs attribute exists
` [PATCH v5 5/6] selftests: livepatch: Check if replace "
` [PATCH v5 6/6] selftests: livepatch: Check if stack_order "

[PATCH v2 1/2] module/kallsyms: fix nextval for data symbol lookup
 2026-05-06  9:42 UTC  (10+ messages)
` [PATCH v2 2/2] module/kallsyms: sort function symbols and use binary search

[PATCH v2 00/53] objtool/klp: Some klp-build fixes and improvements
 2026-05-05 13:40 UTC  (103+ messages)
` [PATCH v2 01/53] objtool/klp: Fix is_uncorrelated_static_local() for Clang
` [PATCH v2 02/53] objtool/klp: Fix .data..once static local non-correlation
` [PATCH v2 03/53] objtool/klp: Don't correlate __ADDRESSABLE() symbols
` [PATCH v2 04/53] objtool/klp: Don't correlate absolute symbols
` [PATCH v2 05/53] objtool/klp: Don't correlate __initstub__ symbols
` [PATCH v2 06/53] objtool/klp: Don't report uncorrelated functions as new
` [PATCH v2 07/53] objtool/klp: Improve local label check
` [PATCH v2 08/53] objtool/klp: Fix create_fake_symbols() skipping entsize-based sections
` [PATCH v2 09/53] objtool: Replace iterator callback with for_each_sym_by_mangled_name()
` [PATCH v2 10/53] objtool/klp: Fix --debug-checksum for duplicate symbol names
` [PATCH v2 11/53] objtool/klp: Fix handling of zero-length .altinstr_replacement sections
` [PATCH v2 12/53] objtool/klp: Fix cloning of zero-length section symbols
` [PATCH v2 13/53] objtool/klp: Fix XXH3 state memory leak
` [PATCH v2 14/53] objtool/klp: Fix extraction of text annotations for alternatives
` [PATCH v2 15/53] objtool/klp: Fix kCFI trap handling
` [PATCH v2 16/53] objtool/klp: Fix relocation conversion failures for R_X86_64_NONE
` [PATCH v2 17/53] objtool: Move mark_rodata() to elf.c
` [PATCH v2 18/53] objtool/klp: Simplify reloc symbol conversion
` [PATCH v2 19/53] objtool/klp: Fix pointer comparisons for rodata objects
` [PATCH v2 20/53] objtool/klp: Don't correlate .rodata.cst* constant pool objects
` [PATCH v2 21/53] objtool/klp: Fix reloc corruption in convert_reloc_sym_to_secsym()
` [PATCH v2 22/53] objtool: Fix reloc hash collision in find_reloc_by_dest_range()
` [PATCH v2 23/53] klp-build: Fix hang on out-of-date .config
` [PATCH v2 24/53] klp-build: Fix checksum comparison for changed offsets
` [PATCH v2 25/53] klp-build: Don't use errexit
` [PATCH v2 26/53] klp-build: Validate patch file existence
` [PATCH v2 27/53] klp-build: Suppress excessive fuzz output by default
` [PATCH v2 28/53] klp-build: Fix patch cleanup on interrupt
` [PATCH v2 29/53] klp-build: Reject patches to vDSO
` [PATCH v2 30/53] klp-build: Reject patches to realmode
` [PATCH v2 31/53] klp-build: Print "objtool klp diff" command in verbose mode
` [PATCH v2 32/53] klp-build: Remove redundant SRC and OBJ variables
` [PATCH v2 33/53] objtool/klp: Don't set sym->file for section symbols
` [PATCH v2 34/53] objtool: Include libsubcmd headers directly from source tree
` [PATCH v2 35/53] objtool/klp: Create empty checksum sections for function-less object files
` [PATCH v2 36/53] objtool/klp: Handle Clang .data..Lanon anonymous data sections
` [PATCH v2 37/53] objtool: Add is_alias_sym() helper
` [PATCH v2 38/53] objtool: Add is_cold_func() helper
` [PATCH v2 39/53] objtool/klp: Extricate checksum calculation from validate_branch()
` [PATCH v2 40/53] objtool: Consolidate file decoding into decode_file()
` [PATCH v2 41/53] objtool/klp: Add "objtool klp checksum" subcommand
` [PATCH v2 42/53] klp-build: Use "
` [PATCH v2 43/53] objtool/klp: Remove "objtool --checksum"
` [PATCH v2 44/53] klp-build: Validate short-circuit prerequisites
` [PATCH v2 45/53] objtool/klp: Calculate object checksums
` [PATCH v2 46/53] objtool/klp: Rewrite symbol correlation algorithm
` [PATCH v2 47/53] objtool/klp: Add correlation debugging output
` [PATCH v2 48/53] objtool: Add insn_sym() helper
` [PATCH v2 49/53] objtool/klp: Fix position-dependent checksums for non-relocated jumps/calls
` [PATCH v2 50/53] objtool: Grow __cfi_* prefix symbols for all CFI+CALL_PADDING
` [PATCH v2 51/53] objtool/klp: Fix kCFI prefix finding/cloning
` [PATCH v2 52/53] objtool: Improve and simplify prefix symbol detection
` [PATCH v2 53/53] objtool/klp: Cache dont_correlate() result

[PATCH 00/48] objtool/klp: Some klp-build fixes and improvements
 2026-04-30 15:11 UTC  (55+ messages)
` [PATCH 06/48] objtool/klp: Don't correlate rodata symbols
` [PATCH 09/48] objtool/klp: Fix create_fake_symbols() skipping entsize-based sections
` [PATCH 10/48] objtool/klp: Fix --debug-checksum for duplicate symbol names
` [PATCH 11/48] objtool/klp: Fix handling of zero-length .altinstr_replacement sections
` [PATCH 12/48] objtool/klp: Fix cloning of zero-length section symbols
` [PATCH 13/48] objtool/klp: Fix XXH3 state memory leak
` [PATCH 14/48] objtool/klp: Fix extraction of text annotations for alternatives
` [PATCH 15/48] objtool/klp: Fix kCFI trap handling
` [PATCH 16/48] objtool/klp: Fix relocation conversion failures for R_X86_64_NONE
` [PATCH 17/48] objtool: Fix reloc hash collision in find_reloc_by_dest_range()
` [PATCH 18/48] klp-build: Fix hang on out-of-date .config
` [PATCH 20/48] klp-build: Don't use errexit
` [PATCH 21/48] klp-build: Validate patch file existence
` [PATCH 22/48] klp-build: Suppress excessive fuzz output by default
` [PATCH 38/48] klp-build: Validate short-circuit prerequisites
` [PATCH 39/48] objtool: Replace iterator callbacks with for_each_sym_by_*()
` [PATCH 41/48] objtool/klp: Rewrite symbol correlation algorithm
` [PATCH 45/48] x86/Kconfig: Enable CONFIG_PREFIX_SYMBOLS for FineIBT

[PATCH v4 0/6] kselftests: livepatch: Adapt tests to be executed on 4.12 kernels
 2026-04-29 14:35 UTC  (7+ messages)
` [PATCH v4 1/6] selftests: livepatch: Check for ARCH_HAS_SYSCALL_WRAPPER config
` [PATCH v4 2/6] selftests: livepatch: Replace true/false module parameter by y/n
` [PATCH v4 3/6] selftests: livepatch: Introduce does_sysfs_exist function
` [PATCH v4 4/6] selftests: livepatch: Check if patched sysfs attribute exists
` [PATCH v4 5/6] selftests: livepatch: Check if replace "
` [PATCH v4 6/6] selftests: livepatch: Check if stack_order "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox