Live Patching
 help / color / mirror / Atom feed
 messages from 2026-08-13 03:04:23 to 2026-09-04 02:18:44 UTC [more...]

[PATCH RFC 0/8] arm64: ftrace: support CALL_OPS on kernels built with kCFI
 2026-09-04  2:18 UTC  (10+ messages)
` [PATCH RFC 1/8] ftrace: Let ftrace_call_adjust() reject a patch site
` [PATCH RFC 2/8] scripts/sorttable: Make the arm64 before_func offset configurable
` [PATCH RFC 3/8] compiler_types: Let notrace keep the function prefix NOPs
` [PATCH RFC 4/8] arm64: ftrace: Make the CALL_OPS prefix layout configurable
` [PATCH RFC 5/8] arm64: cfi: Use CONFIG_ARM64_FUNCTION_PREFIX_NOPS for the type hash offset
` [PATCH RFC 6/8] arm64: ftrace: Support CALL_OPS on kernels built with kCFI
` [PATCH RFC 7/8] arm64: ftrace: Use five prefix NOPs on ThinLTO kernels with BTI
` [PATCH RFC 8/8] arm64: ftrace: Allow CALL_OPS on kCFI kernels built with Rust

[PATCH v7 for-next 0/8] livepatch: Introduce replace set support
 2026-09-03 21:18 UTC  (44+ messages)
` [PATCH v7 for-next 1/8] livepatch: Make klp_find_func() non static
` [PATCH v7 for-next 2/8] livepatch: Call klp_init_patch_early() earlier
` [PATCH v7 for-next 3/8] livepatch: Implement replace set for scoped atomic replace
  ` Replace rules: was: "
  ` documentation: "
  ` code cleanup: "
` [PATCH v7 for-next 4/8] livepatch: Deprecate stack_order
` [PATCH v7 for-next 5/8] selftests/livepatch: Adapt atomic replace tests to provides/obsoletes
` [PATCH v7 for-next 6/8] selftests/livepatch: Add provides/obsoletes test scenarios
` [PATCH v7 for-next 7/8] selftests/livepatch: Add test for state ID conflict across provides
` [PATCH v7 for-next 8/8] selftests/livepatch: Add test for function "

[PATCH v3 0/3] livepatch: Fail object initialization on duplicate patched function
 2026-08-31 12:57 UTC  (6+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] livepatch: Move code for updating livepatch object relocations
` [PATCH 3/3] livepatch: Clean up klp_init_object_loaded() when fails

[PATCH v2] livepatch: Reject livepatches with aliased old_func
 2026-08-31  8:44 UTC  (17+ messages)
    ` [PATCH 0/2] livepatch: Clear relocations when klp_init_object_loaded() fails
      ` [PATCH 1/2] livepatch: Move code for updating livepatch object relocations
      ` [PATCH 2/2] livepatch: Clean up klp_init_object_loaded() when fails

[PATCH v4 0/2] livepatch: Fix issues around CONFIG_DEBUG_KOBJECT_RELEASE
 2026-08-30  5:48 UTC  (3+ messages)
` [PATCH v4 1/2] livepatch: Fix UAF of unregistered patch kobjects
` [PATCH v4 2/2] selftests/livepatch: filter debug messages in check_result()

[PATCH v2] objtool/klp: Fix checksums for constant pool references
 2026-08-28 18:21 UTC  (3+ messages)

[PATCH] objtool/klp: Fix checksums for constant pool references
 2026-08-28 17:45 UTC  (3+ messages)

[PATCH] livepatch/klp-build: Fix wrong index in error cleanup loop
 2026-08-28  7:19 UTC  (5+ messages)

[RFC PATCH v2 0/7] klp-build: OOT module support
 2026-08-27 21:45 UTC  (17+ 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
` [RFC PATCH v2 3/7] objtool/klp: allow special section entry size overrides
` [RFC PATCH v2 4/7] objtool: add target architecture to usage
` [RFC PATCH v2 5/7] livepatch/klp-build: add basic out-of-tree module support
` [RFC PATCH v2 6/7] livepatch/klp-build: add pre-built object support for advanced OOT workflows
` [RFC PATCH v2 7/7] livepatch/klp-build: add validation for user-supplied OOT objects

[PATCH v3 0/2] livepatch: Fix issues around CONFIG_DEBUG_KOBJECT_RELEASE
 2026-08-27  5:55 UTC  (10+ messages)
` [PATCH v3 1/2] livepatch: Fix UAF of unregistered patch kobjects
` [PATCH v3 2/2] selftests/livepatch: filter debug messages in check_result()

[PATCH v5 0/7] riscv: Add reliable stack unwinding for livepatch
 2026-08-26 12:31 UTC  (3+ messages)
` [PATCH v5 7/7] selftests/livepatch: Add RISC-V syscall wrapper prefix

[RFC PATCH bpf-next v3 0/2] ftrace: deprecate the ftrace_enabled disable switch
 2026-08-25 13:12 UTC  (17+ messages)
` [RFC PATCH bpf-next v3 1/2] ftrace: deprecate disabling via ftrace_enabled sysctl
` [RFC PATCH bpf-next v3 2/2] selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabled

[PATCH v6 0/8] livepatch: Introduce replace set support
 2026-08-25  2:29 UTC  (17+ messages)
` [PATCH v6 1/8] livepatch: Make klp_find_func() non static
` [PATCH v6 2/8] livepatch: Call klp_init_patch_early() earlier
` [PATCH v6 3/8] livepatch: Implement replace set for scoped atomic replace
` [PATCH v6 4/8] livepatch: Deprecate stack_order
` [PATCH v6 5/8] selftests: livepatch: Adapt atomic replace tests to provides/obsoletes
` [PATCH v6 6/8] selftests: livepatch: Add provides/obsoletes test scenarios
` [PATCH v6 7/8] selftests: livepatch: Add test for state ID conflict across provides
` [PATCH v6 8/8] selftests: livepatch: Add test for function "

[PATCH] livepatch: Fix stack check for aliased old_func
 2026-08-23  5:00 UTC  (3+ messages)

[GIT PULL] livepatching for 7.3
 2026-08-21 20:26 UTC  (2+ messages)

[PATCH v2 0/2] ivepatch: Fix several bugs found during replace set implementation
 2026-08-21  8:51 UTC  (10+ messages)
` [PATCH v2 1/2] livepatch: Fix wrong index in funcs cleanup error path
` [PATCH v2 2/2] livepatch: Fix UAF of unregistered patch kobjects

[PATCH] selftests: livepatch: filter kobject debug messages in check_result()
 2026-08-20  7:42 UTC  (4+ messages)

[PATCH 00/12] arm64/bti: Fix kernel BTI issues with livepatch, large kernels, toolchains
 2026-08-18 14:15 UTC  (28+ messages)
` [PATCH 01/12] arm64/bti: Add BTI landing pad to __sdei_asm_handler()
` [PATCH 02/12] arm64/module: Fix BTI exceptions caused by omitted landing pads in Clang 21
` [PATCH 03/12] arm64/bti: Fix BTI linker failures with long branches into .idmap.text
` [PATCH 04/12] arm64/bti: Work around ld crash caused by linker script aliases
` [PATCH 05/12] arm64/bti: Add link error for large kernels with BTI and unsupported toolchains
` [PATCH 06/12] arm64/bti: Add link error for large kernels with BTI and livepatch
` [PATCH 07/12] arm64/bti: Advertise BTI in assembly objects
` [PATCH 08/12] arm64/bti: Enable BTI in the pi/ startup code
` [PATCH 09/12] efi/libstub: Preserve the GNU property note
` [PATCH 10/12] efi/libstub: Remove obsolete .note.gnu.property workaround
` [PATCH 11/12] arm64/bti: Force-enable BTI linker veneers
` [PATCH 12/12] arm64/bti: Enable kernel BTI for GCC

[PATCH] objtool/klp: Fix vmlinux klp relocations for EXPORT_SYMBOL_FOR_MODULES()
 2026-08-17 16:53 UTC  (4+ messages)

[PATCH 0/2] livepatch: Fix several bugs found during replace set implementation
 2026-08-16  2:45 UTC  (7+ messages)
` [PATCH 1/2] livepatch: Fix wrong index in funcs cleanup error path
` [PATCH 2/2] livepatch: Fix UAF of unregistered patch kobjects

[PATCH v3 0/9] objtool/klp: sympos/module/alternative/etc fixes
 2026-08-15  1:25 UTC  (5+ messages)
` [PATCH v3 8/9] objtool/klp: Fix relocations for EXPORT_SYMBOL_FOR_MODULES() symbols

[PATCH 00/14] objtool/klp: sympos/module/alternative/etc fixes
 2026-08-14 20:44 UTC  (5+ messages)
` [PATCH 03/14] objtool/klp: Fix false module dependencies caused by dead relocs


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