Live Patching
 help / color / mirror / Atom feed
 messages from 2026-09-09 02:57:56 to 2026-09-13 02:58:20 UTC [more...]

[PATCH v9 0/9] livepatch: Add support for scoped atomic replace
 2026-09-13  2:57 UTC  (14+ messages)
` [PATCH v9 1/9] selftests/livepatch: Clarify test module file names
` [PATCH v9 2/9] selftests/livepatch: Adapt atomic replace tests to provides/obsoletes
` [PATCH v9 3/9] livepatch: Make klp_find_func() non static
` [PATCH v9 4/9] livepatch: Call klp_init_patch_early() earlier
` [PATCH v9 5/9] livepatch: Implement provides and obsoletes for scoped atomic replace
` [PATCH v9 6/9] livepatch: Deprecate stack_order
` [PATCH v9 7/9] selftests/livepatch: Add provides/obsoletes test scenarios
` [PATCH v9 8/9] selftests/livepatch: Add state test for provides/obsoletes
` [PATCH v9 9/9] selftests/livepatch: Add function "

[PATCH 00/58] Unit test framework for klp-build toolchain
 2026-09-13  1:53 UTC  (77+ messages)
` [PATCH 01/58] objtool: Add test harness for the klp subcommands
` [PATCH 02/58] objtool/klp: Check the klp test environment once, before any test
` [PATCH 03/58] objtool/klp: Group the klp tests by architecture
` [PATCH 04/58] objtool/klp: Classify klp test outcomes
` [PATCH 05/58] objtool/klp: Build klp test fixtures through the harness
` [PATCH 06/58] objtool/klp: Grow the klp test harness vocabulary
` [PATCH 07/58] objtool/klp: Give each run one working directory, one per test inside it
` [PATCH 08/58] objtool/klp: Run the klp tests under set -u
` [PATCH 09/58] objtool/klp: Document the klp test harness
` [PATCH 10/58] objtool: Keep failing test workdirs by default
` [PATCH 11/58] objtool: Forward toolchain variables to the klp test runner
` [PATCH 12/58] objtool/klp: Add test for rejecting changed data
` [PATCH 13/58] objtool/klp: Add test for newly introduced data
` [PATCH 14/58] objtool/klp: Add test for newly introduced functions
` [PATCH 15/58] objtool/klp: Add test for static local correlation
` [PATCH 16/58] objtool/klp: Add test for cold function halves
` [PATCH 17/58] objtool/klp: Add test for special section extraction
` [PATCH 18/58] objtool/klp: Add test for selective "
` [PATCH 19/58] objtool/klp: Add test for jump table key relocations
` [PATCH 20/58] objtool/klp: Add test for rejecting module-owned static branch keys
` [PATCH 21/58] objtool/klp: Add test for rejecting module-owned static call keys
` [PATCH 22/58] objtool/klp: Add test for symids in discarded sections
` [PATCH 23/58] objtool/klp: Add test for rejecting references to init code/data
` [PATCH 24/58] objtool/klp: Add test for correlation across ThinLTO name mangling
` [PATCH 25/58] objtool/klp: Add test for objects without .modinfo
` [PATCH 26/58] objtool/klp: Add test for unchecksummed input
  ` [PATCH 27/58] objtool/klp: Add klp diff and post-link regression tests
  ` [PATCH 28/58] objtool/klp: Add test for klp reloc section naming in module objects
  ` [PATCH 29/58] objtool/klp: Add test for vmlinux relocs in a patched module
  ` [PATCH 30/58] objtool/klp: Add test for Module.symvers path normalization
  ` [PATCH 31/58] objtool/klp: Add test for the contents of the klp_funcs list
  ` [PATCH 32/58] objtool/klp: Add test for EXPORT_SYMBOL_FOR_MODULES references
  ` [PATCH 33/58] objtool/klp: Add test for new references to exported symbols
  ` [PATCH 34/58] objtool/klp: Add test for empty x86 alternative replacements
  ` [PATCH 35/58] objtool/klp: Add test for recorded checksum values
  ` [PATCH 36/58] objtool/klp: Add test for position-independent checksums
  ` [PATCH 37/58] objtool/klp: Add test for sympos in module objects
  ` [PATCH 38/58] objtool/klp: Add test for sympos resolved against a linked vmlinux
  ` [PATCH 39/58] objtool/klp: Add test for static locals which must not be correlated
  ` [PATCH 40/58] objtool/klp: Add test for __bug_table, __ex_table and __mcount_loc extraction
  ` [PATCH 41/58] objtool/klp: Add test for kCFI prefix symbols and traps
  ` [PATCH 42/58] objtool/klp: Add test for symbols whose linkage the patch changes
  ` [PATCH 43/58] objtool/klp: Test rejection of a file-local static branch key
  ` [PATCH 44/58] objtool/klp: Test a hand-built livepatch module's static call keys
  ` [PATCH 45/58] objtool/klp: Test text annotations on alternative replacements
  ` [PATCH 46/58] objtool/klp: Add test for data object checksums
  ` [PATCH 47/58] objtool/klp: Add test for symbols with no checksum entry of their own
  ` [PATCH 48/58] objtool/klp: Add test for a static branch introduced by the patch
  ` [PATCH 49/58] objtool/klp: Add test for tracepoint and pr_debug static branch keys
  ` [PATCH 50/58] objtool/klp: Add test for a static call introduced by the patch
  ` [PATCH 51/58] objtool/klp: Add test for instruction operand checksums
  ` [PATCH 52/58] objtool/klp: Add test for alternative replacement code in checksums
  ` [PATCH 53/58] objtool/klp: Add test for the alignment of cloned data sections
  ` [PATCH 54/58] objtool/klp: Add test for a patch which strips a data annotation
  ` [PATCH 55/58] objtool/klp: Add test for absolute and __ADDRESSABLE symbols
  ` [PATCH 56/58] objtool/klp: Add test for UBSAN metadata in an unchanged function
  ` [PATCH 57/58] objtool/klp: Add test for Clang switch jump tables
  ` [PATCH 58/58] objtool/klp: Add test for ThinLTO symbols sharing a demangled name

[PATCH 7.2 0974/1815] objtool/klp: Fix module name normalization for paths with dots
 2026-09-12  6:45 UTC  (5+ messages)
` [PATCH 7.2 0975/1815] objtool/klp: Normalize Module.symvers paths to module names
` [PATCH 7.2 0976/1815] objtool/klp: Fix false module dependencies caused by dead relocs
` [PATCH 7.2 0977/1815] objtool/klp: Add .klp.symid for sympos disambiguation
` [PATCH 7.2 0978/1815] objtool/klp: Fix symbol resolution for duplicate data symbols

[PATCH v7 for-next 0/8] livepatch: Introduce replace set support
 2026-09-10 21:59 UTC  (10+ messages)
` [PATCH v7 for-next 3/8] livepatch: Implement replace set for scoped atomic replace
  ` Replace rules: was: "

[PATCH v2] objtool/klp: Fix checksums for constant pool references
 2026-09-10 21:05 UTC  (2+ messages)

[RFC PATCH v2 0/7] klp-build: OOT module support
 2026-09-10 14:35 UTC  (5+ messages)
` [RFC PATCH v2 1/7] objtool/klp: simplify read_exports file handling
` [RFC PATCH v2 2/7] objtool/klp: add --symvers option to klp diff

[PATCH] objtool/klp: Fix missed changes to same-named symbol references
 2026-09-10  9:32 UTC  (3+ messages)

[PATCH v8 0/9] livepatch: Add support for scoped atomic replace
 2026-09-09  7:30 UTC  (15+ messages)
` [PATCH v8 1/9] selftests/livepatch: Clarify test module file names
` [PATCH v8 2/9] selftests/livepatch: Adapt atomic replace tests to provides/obsoletes
` [PATCH v8 4/9] livepatch: Call klp_init_patch_early() earlier
` [PATCH v8 8/9] selftests/livepatch: Add state test for provides/obsoletes
` [PATCH v8 9/9] selftests/livepatch: Add function "


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