messages from 2026-05-13 07:47:17 to 2026-06-08 10:23:52 UTC [more...]
[PATCH 0/8] LoongArch: Add livepatch build (KLP) support
2026-06-08 10:23 UTC (14+ 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 v2 0/8] LoongArch: Add livepatch build (KLP) support
2026-06-08 10:08 UTC (9+ 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
[PATCH v3 0/7] livepatch: Introduce replace set support
2026-06-07 14:00 UTC (12+ 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
` [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-05 15:14 UTC (17+ messages)
` [PATCH 1/4] selftests: livepatch: Introduce _remove_mod function
` [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
[PATCH] selftests/livepatch: fix resource leak in test_klp_syscall init error path
2026-06-05 6:51 UTC (8+ messages)
` [PATCH v2] "
[PATCH v3] killswitch: add per-function short-circuit mitigation primitive
2026-06-04 21:18 UTC (20+ messages)
[PATCH] selftests: livepatch: set LC_ALL=C to fix locale-dependent test failure
2026-06-03 13:12 UTC (6+ messages)
[PATCH 0/8] riscv: Add reliable stack unwinding for livepatch
2026-06-03 7:14 UTC (33+ messages)
` [PATCH 1/8] scripts/sorttable: Handle RISC-V patchable ftrace entries
` [PATCH 2/8] riscv: stacktrace: Add frame record metadata
` [PATCH 3/8] riscv: stacktrace: disable KASAN instrumentation for stacktrace.o
` [PATCH 4/8] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
` [PATCH 5/8] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH 6/8] riscv: stacktrace: switch to frame-pointer based unwinder
` [PATCH 7/8] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
` [PATCH 8/8] selftests/livepatch: Add RISC-V syscall wrapper prefix
` [PATCH v2 0/8] riscv: Add reliable stack unwinding for livepatch
` [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 v2 0/4] livepatch: Introduce replace set support
2026-05-29 9:13 UTC (13+ messages)
` [PATCH v2 1/4] livepatch: Make klp_find_func() non-static
` [PATCH v2 2/4] livepatch: Support scoped atomic replace using replace_set
` [PATCH v2 3/4] livepatch: deprecate stack_order
` [PATCH v2 4/4] selftests/livepatch: Update tests for replace_set
[RFC PATCH 0/6] livepatch: Introduce replace set support
2026-05-27 2:37 UTC (24+ messages)
` [RFC PATCH 1/6] livepatch: Support scoped atomic replace using replace set
` [RFC PATCH 2/6] livepatch: Add callbacks for introducing and removing states
` [RFC PATCH 3/6] livepatch: Allow to handle lifetime of shadow variables using the livepatch state
` [PATCH] "
` [RFC PATCH 4/6] livepatch: Remove "data" from struct klp_state
` [RFC PATCH 5/6] livepatch: Remove obsolete per-object callbacks
` [RFC PATCH 6/6] livepatch: Support replace_set in shadow variable API
[PATCH] livepatch: Improve the accuracy of symbol search
2026-05-21 11:53 UTC (2+ messages)
[PATCH v6 0/9] unwind, arm64: add sframe unwinder for kernel
2026-05-19 11:20 UTC (11+ messages)
` [PATCH v6 1/9] sframe: Allow kernelspace sframe sections
` [PATCH v6 2/9] arm64, unwind: build kernel with sframe V3 info
` [PATCH v6 3/9] arm64: entry: add unwind info for call_on_irq_stack()
` [PATCH v6 4/9] arm64, crypto/lib: Annotate leaf functions with CFI info
` [PATCH v6 5/9] sframe: Provide PC lookup for vmlinux .sframe section
` [PATCH v6 6/9] arm64/module, sframe: Add sframe support for modules
` [PATCH v6 7/9] sframe: Introduce in-kernel SFRAME_VALIDATION
` [PATCH v6 8/9] sframe: Initialize debug info for kernel sections
` [PATCH v6 9/9] unwind: arm64: Use sframe to unwind interrupt frames
[PATCH v5 0/8] unwind, arm64: add sframe unwinder for kernel
2026-05-19 11:05 UTC (12+ messages)
` [PATCH v5 3/8] arm64: entry: add unwind info for various kernel entries
` [PATCH v5 8/8] unwind: arm64: Use sframe to unwind interrupt frames
[PATCH v3 00/21] objtool/arm64: Port klp-build to arm64
2026-05-15 21:20 UTC (9+ messages)
` [PATCH v3 01/21] klp-build: Reject patches to init/*.c
` [PATCH v3 04/21] arm64: Rename TRAMP_VALIAS -> TRAMP_VALIAS_ASM in asm-offsets
` [PATCH v3 11/21] objtool: Allow empty alternatives
` [PATCH v3 16/21] objtool/klp: Filter arm64 mapping symbols in find_symbol_by_offset()
[PATCH v3 21/21] klp-build: Add arm64 syscall patching macro
2026-05-15 2:44 UTC (2+ messages)
[PATCH v3 19/21] objtool/klp: Introduce objtool for arm64
2026-05-15 2:08 UTC (2+ messages)
[PATCH v3 17/21] objtool/klp: Don't correlate arm64 mapping symbols
2026-05-15 1:19 UTC (2+ messages)
[PATCH v3 14/21] objtool: Prevent kCFI hashes from being decoded as instructions
2026-05-15 0:16 UTC (2+ messages)
[PATCH v3 12/21] objtool: Refactor elf_add_data() to use a growable data buffer
2026-05-14 23:13 UTC (2+ messages)
[PATCH v3 10/21] objtool: Ignore jumps to the end of the function for checksum runs
2026-05-14 22:30 UTC (2+ messages)
[PATCH v3 09/21] kbuild: Only run objtool if there is at least one command
2026-05-14 22:25 UTC (2+ messages)
[RFC 4/4] livepatch/klp-build: add basic out-of-tree module patching support
2026-05-14 21:20 UTC (2+ messages)
[RFC 3/4] objtool/klp: add --arch option to display target architecture
2026-05-14 21:10 UTC (2+ messages)
[RFC 2/4] objtool/klp: allow special section entry size overrides
2026-05-14 20:58 UTC (2+ messages)
[RFC 1/4] objtool/klp: add --symvers option to klp diff
2026-05-14 20:47 UTC (2+ messages)
Sashiko patch review for live-patching?
2026-05-14 16:59 UTC (8+ messages)
[PATCH] killswitch: add per-function short-circuit mitigation primitive
2026-05-14 14:35 UTC (2+ 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