public inbox for live-patching@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-08 15:27:48 to 2026-01-30 18:00:22 UTC [more...]

[PATCH 0/5] objtool/klp-build: small fixups and enhancements
 2026-01-30 17:59 UTC  (6+ messages)
` [PATCH 1/5] objtool/klp: limit parent .git directory search
` [PATCH 2/5] objtool/klp: handle patches that add new files
` [PATCH 3/5] objtool/klp: validate patches with git apply --recount
` [PATCH 4/5] objtool/klp: add -z/--fuzz patch rebasing option
` [PATCH 5/5] objtool/klp: provide friendlier error messages

[PATCH] klp-build: Support clang/llvm built kernel
 2026-01-29 18:08 UTC  (2+ messages)

[PATCH] livepatch/klp-build: Require Clang assembler >= 20
 2026-01-28 21:42 UTC  (2+ messages)

[PATCH] livepatch/klp-build: Fix klp-build vs CONFIG_MODULE_SRCVERSION_ALL
 2026-01-27  0:36 UTC  (2+ messages)

[PATCH] objtool/klp: Fix bug table handling for __WARN_printf()
 2026-01-26 18:44 UTC  (2+ messages)

[PATCH v3 0/2] Improve handling of the __klp_{objects,funcs} sections in modules
 2026-01-23 17:50 UTC  (4+ messages)
` [PATCH v3 1/2] livepatch: Fix having __klp_objects relics in non-livepatch modules
` [PATCH v3 2/2] livepatch: Free klp_{object,func}_ext data after initialization

[PATCH v2 0/2] Improve handling of the __klp_{objects,funcs} sections in modules
 2026-01-22  8:34 UTC  (5+ messages)
` [PATCH v2 1/2] livepatch: Fix having __klp_objects relics in non-livepatch modules
` [PATCH v2 2/2] livepatch: Free klp_{object,func}_ext data after initialization

[PATCH 0/2] Improve handling of the __klp_{objects,funcs} sections in modules
 2026-01-20 17:48 UTC  (6+ messages)
` [PATCH 1/2] livepatch: Fix having __klp_objects relics in non-livepatch modules
` [PATCH 2/2] livepatch: Free klp_{object,func}_ext data after initialization

[PATCH] powerpc64/bpf: support direct_call on livepatch function
 2026-01-09 13:48 UTC  (10+ messages)

[PATCH v4 00/63] objtool,livepatch: klp-build livepatch module generation
 2026-01-08 21:59 UTC  (31+ messages)
` [PATCH v4 02/63] vmlinux.lds: Unify TEXT_MAIN, DATA_MAIN, and related macros
` [PATCH v4 08/63] kbuild: Remove 'kmod_' prefix from __KBUILD_MODNAME
` [PATCH v4 49/63] objtool/klp: Add --checksum option to generate per-function checksums
` [PATCH v4 51/63] objtool/klp: Introduce klp diff subcommand for diffing object files

[PATCH v2 0/2] bpf, x86/unwind/orc: Support reliable unwinding through BPF stack frames
 2025-12-10  7:40 UTC  (7+ messages)
` [PATCH v2 1/2] bpf: Add bpf_has_frame_pointer()
` [PATCH v2 2/2] x86/unwind/orc: Support reliable unwinding through BPF stack frames

[PATCH AUTOSEL 6.18-5.10] livepatch: Match old_sympos 0 and 1 in klp_find_func()
 2025-12-05  4:33 UTC 

[GIT PULL] livepatching for 6.19
 2025-12-03 21:50 UTC  (2+ messages)

[PATCH 0/2] bpf, x86/unwind/orc: Support reliable unwinding through BPF stack frames
 2025-12-02 23:10 UTC  (8+ messages)
` [PATCH 1/2] bpf: Add bpf_has_frame_pointer()
` [PATCH 2/2] x86/unwind/orc: Support reliable unwinding through BPF stack frames
` [External] [PATCH 0/2] bpf, "

BPF fentry/fexit trampolines stall livepatch stalls transition due to missing ORC unwind metadata
 2025-12-01 20:59 UTC  (11+ messages)
    ` [External] "

[PATCH v2 0/6] unwind, arm64: add sframe unwinder for kernel
 2025-11-19 14:59 UTC  (21+ messages)
` [PATCH v2 1/6] unwind: build kernel with sframe info
` [PATCH v2 6/6] unwind: arm64: Add reliable stacktrace with sframe unwinder

[PATCH 0/4] objtool: Fix some -ffunction-sections edge cases
 2025-11-18  8:57 UTC  (12+ messages)
` [PATCH 1/4] vmlinux.lds: Fix TEXT_MAIN to include .text.start and friends
  ` [tip: objtool/core] "
` [PATCH 2/4] media: atomisp: Fix startup() section placement with -ffunction-sections
  ` [tip: objtool/core] media: atomisp: Fix namespace collision and "
` [PATCH 3/4] drivers/xen/xenbus: Fix split() section placement with AutoFDO
  ` [tip: objtool/core] drivers/xen/xenbus: Fix namespace collision and "
` [PATCH 4/4] objtool: Warn on functions with ambiguous -ffunction-sections section names
  ` [tip: objtool/core] "

[PATCH 0/2] objtool: xxhash dependency improvements
 2025-11-13  2:29 UTC  (5+ messages)
` [PATCH 1/2] objtool: Set minimum xxhash version to 0.8
` [PATCH 2/2] objtool/klp: Only enable --checksum when needed

[PATCH v4 bpf 0/3] Fix ftrace for livepatch + BPF fexit programs
 2025-11-04  1:40 UTC  (8+ messages)
` [PATCH v4 bpf 1/3] ftrace: Fix BPF fexit with livepatch
` [PATCH v4 bpf 2/3] ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()
` [PATCH v4 bpf 3/3] selftests/bpf: Add tests for livepatch + bpf trampoline

[PATCH v3 bpf 0/3] Fix ftrace for livepatch + BPF fexit programs
 2025-10-27 17:11 UTC  (9+ messages)
` [PATCH v3 bpf 1/3] ftrace: Fix BPF fexit with livepatch
` [PATCH v3 bpf 2/3] ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()
` [PATCH v3 bpf 3/3] selftests/bpf: Add tests for livepatch + bpf trampoline

[PATCH v2 bpf 0/3] Fix ftrace for livepatch + BPF fexit programs
 2025-10-26 20:27 UTC  (9+ messages)
` [PATCH v2 bpf 1/3] ftrace: Fix BPF fexit with livepatch
` [PATCH v2 bpf 2/3] ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()
` [PATCH v2 bpf 3/3] selftests/bpf: Add tests for livepatch + bpf trampoline

[PATCH bpf-next 0/3] Fix ftrace for livepatch + BPF fexit programs
 2025-10-24 18:51 UTC  (12+ messages)
` [PATCH bpf-next 1/3] ftrace: Fix BPF fexit with livepatch
` [PATCH bpf-next 2/3] ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()
` [PATCH bpf-next 3/3] selftests/bpf: Add tests for livepatch + bpf trampoline

[PATCH] module: Fix device table module aliases
 2025-10-22 14:32 UTC  (9+ messages)

Question - Livepatch/Kprobe Coexistence on Ftrace-enabled Functions (Ubuntu kernel based on Linux stable 5.15.30)
 2025-10-21 16:08 UTC  (24+ messages)
  ` [External] "

[PATCH] selftests: livepatch: use canonical ftrace path
 2025-10-15 13:11 UTC  (3+ messages)

[PATCH v2] livepatch: Match old_sympos 0 and 1 in klp_find_func()
 2025-10-15 13:10 UTC  (3+ messages)

[PATCH] livepatch: Match old_sympos 0 and 1 in klp_find_func()
 2025-10-13 14:45 UTC  (2+ messages)


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