messages from 2026-05-29 09:08:20 to 2026-07-02 07:59:36 UTC [more...]
[PATCH v2 0/2] perf symbols: skip livepatch symbols
2026-07-02 7:59 UTC (5+ messages)
` [PATCH v2 1/2] perf symbols: skip livepatch symbols when loading kallsyms
` [PATCH v2 2/2] perf symbols: skip livepatch symbols in kcore_copy kallsyms processing
[PATCH] selftests: livepatch: unset sub_make_done in case top level Makefile be overwritten
2026-07-02 7:11 UTC (8+ messages)
[PATCH v2 0/8] LoongArch: Add livepatch build (KLP) support
2026-07-01 23:06 UTC (10+ messages)
` [PATCH v2 1/8] objtool/LoongArch: Add arch_adjusted_addend() for KLP support
` [PATCH v2 2/8] LoongArch: Mark special sections "
` [PATCH v2 3/8] livepatch/klp-build: disable direct-extern-access for LoongArch to fix kernel panic
` [PATCH v2 4/8] livepatch/klp-build: build LoongArch with -fPIC to keep GOT-indirect symbol references
` [PATCH v2 5/8] LoongArch: Fix EFI linking with -fdata-sections
` [PATCH v2 6/8] objtool/klp: Add LoongArch jump opcode bytes support
` [PATCH v2 7/8] klp-build: Add LoongArch syscall patching macro
` [PATCH v2 8/8] LoongArch: Add livepatch build (KLP) support
[ANNOUNCEMENT/CFP] LPC 2026 Live Patching MC
2026-07-01 16:01 UTC
[PATCH v3 00/21] objtool/arm64: Port klp-build to arm64
2026-07-01 11:54 UTC (11+ 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 14/21] objtool: Prevent kCFI hashes from being decoded as instructions
[PATCH] livepatch/klp-build: Fix wrong index in error cleanup loop
2026-07-01 11:16 UTC (2+ messages)
[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
2026-07-01 11:07 UTC (22+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants
` [PATCH v3 2/7] llist: "
` [PATCH v3 5/7] kernel: Use mutable list iterators
[PATCH] livepatch: Fix NULL pointer dereference in klp_find_func()
2026-06-30 15:50 UTC (4+ messages)
` [PATCH v2] "
[PATCH v4 RESEND 0/7] riscv: Add reliable stack unwinding for livepatch
2026-06-29 7:27 UTC (8+ messages)
` [PATCH v4 RESEND 1/7] riscv: stacktrace: Add frame record metadata
` [PATCH v4 RESEND 2/7] riscv: stacktrace: disable KASAN and KCOV instrumentation for stacktrace.o
` [PATCH v4 RESEND 3/7] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
` [PATCH v4 RESEND 4/7] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH v4 RESEND 5/7] riscv: stacktrace: switch to frame-pointer based unwinder
` [PATCH v4 RESEND 6/7] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
` [PATCH v4 RESEND 7/7] selftests/livepatch: Add RISC-V syscall wrapper prefix
[PATCH v4 3/7] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
2026-06-29 6:42 UTC
[PATCH v4 5/7] riscv: stacktrace: switch to frame-pointer based unwinder
2026-06-29 6:42 UTC
[PATCH v4 1/7] riscv: stacktrace: Add frame record metadata
2026-06-29 6:42 UTC
[PATCH v4 0/7] riscv: Add reliable stack unwinding for livepatch
2026-06-29 6:42 UTC
[PATCH v4 6/7] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
2026-06-29 6:42 UTC
[PATCH v4 7/7] selftests/livepatch: Add RISC-V syscall wrapper prefix
2026-06-29 6:42 UTC
[PATCH v4 4/7] riscv: stacktrace: introduce stack-bound tracking helpers
2026-06-29 6:42 UTC
[PATCH v4 2/7] riscv: stacktrace: disable KASAN and KCOV instrumentation for stacktrace.o
2026-06-29 6:42 UTC
[PATCH v2 0/8] riscv: Add reliable stack unwinding for livepatch
2026-06-26 8:21 UTC (13+ messages)
` [PATCH v3 "
` [PATCH v3 1/8] scripts/sorttable: Handle RISC-V patchable ftrace entries
` [PATCH v3 2/8] riscv: stacktrace: Add frame record metadata
` [PATCH v3 3/8] riscv: stacktrace: disable KASAN and KCOV instrumentation for stacktrace.o
` [PATCH v3 4/8] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
` [PATCH v3 5/8] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH v3 6/8] riscv: stacktrace: switch to frame-pointer based unwinder
` [PATCH v3 7/8] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
` [PATCH v3 8/8] selftests/livepatch: Add RISC-V syscall wrapper prefix
[RFC 0/4] klp-build: simple OOT module support
2026-06-25 13:38 UTC (5+ messages)
[PATCH] perf symbols: ignore livepatch symbols
2026-06-25 9:10 UTC (2+ messages)
[PATCH v3 0/7] livepatch: Introduce replace set support
2026-06-24 14:05 UTC (50+ messages)
` [PATCH v3 1/7] livepatch: Fix NULL pointer dereference in klp_find_func()
` [PATCH v3 2/7] livepatch: Move klp_find_func() into core.h
` [PATCH v3 3/7] livepatch: Support scoped atomic replace using replace_set
` code review: was: "
` [PATCH v3 4/7] livepatch: Deprecate stack_order
` [PATCH v3 5/7] selftests/livepatch: Update tests for replace_set
` [PATCH v3 6/7] selftests/livepatch: Add test for state ID conflict across replace_sets
` [PATCH v3 7/7] selftests/livepatch: Add test for function "
[PATCH 0/4] selftests: livepatch: Support 4.12 kernels
2026-06-19 12:52 UTC (13+ messages)
` [PATCH 2/4] selftests: livepatch: Remove leftover modules when a testcase fails
` [PATCH 3/4] selftests: livepatch: Adapt mod_target module to pass on 4.12 kernels
` [PATCH 4/4] selftests: livepatch: Add information about minimum kernel support
[GIT PULL] livepatching for 7.2
2026-06-17 19:14 UTC (2+ messages)
[PATCH v4] rethook: Remove the running task check in rethook_find_ret_addr()
2026-06-12 12:20 UTC (5+ messages)
[PATCH v3] rethook: Remove the running task check in rethook_find_ret_addr()
2026-06-10 8:29 UTC (3+ messages)
[PATCH 0/8] riscv: Add reliable stack unwinding for livepatch
2026-06-09 14:21 UTC (20+ messages)
` [PATCH v2 1/8] scripts/sorttable: Handle RISC-V patchable ftrace entries
` [PATCH v2 2/8] riscv: stacktrace: Add frame record metadata
` [PATCH v2 3/8] riscv: stacktrace: disable KASAN instrumentation for stacktrace.o
` [PATCH v2 4/8] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
` [PATCH v2 5/8] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH v2 6/8] riscv: stacktrace: switch to frame-pointer based unwinder
` [PATCH v2 7/8] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
` [PATCH v2 8/8] selftests/livepatch: Add RISC-V syscall wrapper prefix
[PATCH] selftests/livepatch: fix resource leak in test_klp_syscall init error path
2026-06-09 11:04 UTC (9+ messages)
` [PATCH v2] "
[PATCH 0/8] LoongArch: Add livepatch build (KLP) support
2026-06-08 10:33 UTC (15+ messages)
` [PATCH 1/8] "
` [PATCH 2/8] objtool/LoongArch: Add arch_adjusted_addend() for KLP support
` [PATCH 3/8] LoongArch: Add special section entry sizes "
` [PATCH 4/8] livepatch/klp-build: disable direct-extern-access for LoongArch to fix kernel panic
` [PATCH 5/8] LoongArch: fix kernel panic with -fPIC for same-compilation-unit symbol references
` [PATCH 6/8] LoongArch: Fix EFI linking with -fdata-sections
` [PATCH 7/8] objtool/klp: Add LoongArch jump opcode bytes support
` [PATCH 8/8] klp-build: Add LoongArch syscall patching macro
[PATCH 1/4] selftests: livepatch: Introduce _remove_mod function
2026-06-05 13:44 UTC (4+ messages)
[PATCH v3] killswitch: add per-function short-circuit mitigation primitive
2026-06-04 21:18 UTC (4+ messages)
[PATCH] selftests: livepatch: set LC_ALL=C to fix locale-dependent test failure
2026-06-03 13:12 UTC (2+ messages)
[PATCH 1/8] scripts/sorttable: Handle RISC-V patchable ftrace entries
2026-06-03 7:14 UTC (2+ messages)
[PATCH v2 3/4] livepatch: deprecate stack_order
2026-05-29 9:13 UTC (3+ messages)
[PATCH v2 4/4] selftests/livepatch: Update tests for replace_set
2026-05-29 9:12 UTC (3+ messages)
[PATCH v2 2/4] livepatch: Support scoped atomic replace using replace_set
2026-05-29 9:11 UTC (3+ messages)
[PATCH v2 1/4] livepatch: Make klp_find_func() non-static
2026-05-29 9:07 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox