messages from 2025-11-14 08:57:03 to 2026-02-19 22:22:51 UTC [more...]
[PATCH v2 0/8] objtool/klp: klp-build LTO support and tests
2026-02-19 22:22 UTC (2+ messages)
` [PATCH v2 1/8] objtool/klp: Remove redundent strcmp in correlate_symbols
[PATCH 0/8] objtool/klp: klp-build LTO support and tests
2026-02-19 21:31 UTC (14+ messages)
` [PATCH 1/8] objtool/klp: Remove redundent strcmp in correlate_symbols
` [PATCH 2/8] objtool/klp: Remove trailing '_' in demangle_name()
` [PATCH 3/8] objtool/klp: Use sym->demangled_name for symbol_name hash
` [PATCH 4/8] objtool/klp: Also demangle global objects
` [PATCH 5/8] objtool/klp: Remove .llvm suffix in demangle_name()
` [PATCH 6/8] objtool/klp: Match symbols based on demangled_name for global variables
` [PATCH 7/8] objtool/klp: Correlate locals to globals
` [PATCH 8/8] livepatch: Add tests for klp-build toolchain
[PATCH v3 00/13] livepatch-klp-build: small fixups and enhancements
2026-02-19 2:55 UTC (33+ messages)
` [PATCH v3 01/13] objtool/klp: honor SHF_MERGE entry alignment in elf_add_data()
` [PATCH v3 02/13] objtool/klp: fix mkstemp() failure with long paths
` [PATCH v3 03/13] livepatch/klp-build: support patches that add/remove files
` [PATCH v3 04/13] livepatch/klp-build: switch to GNU patch and recountdiff
` [PATCH v3 05/13] livepatch/klp-build: add grep-override function
` [PATCH v3 06/13] livepatch/klp-build: add Makefile with check target
` [PATCH v3 07/13] livepatch/klp-build: fix shellcheck complaints
` [PATCH v3 08/13] livepatch/klp-build: improve short-circuit validation
` [PATCH v3 09/13] livepatch/klp-build: fix version mismatch when short-circuiting
` [PATCH v3 10/13] livepatch/klp-build: provide friendlier error messages
` [PATCH v3 11/13] livepatch/klp-build: add terminal color output
` [PATCH v3 12/13] livepatch/klp-build: report patch validation drift
` [PATCH v3 13/13] livepatch/klp-build: don't look for changed objects in tools/
[PATCH 0/3] objtool/klp: Special section validation fixes
2026-02-11 0:10 UTC (5+ messages)
` [PATCH 1/3] objtool/klp: Fix detection of corrupt static branch/call entries
` [PATCH 2/3] objtool/klp: Disable unsupported pr_debug() usage
` [PATCH 3/3] objtool/klp: Avoid NULL pointer dereference when printing code symbol name
[PATCH v2 0/5] livepatch-klp-build: small fixups and enhancements
2026-02-10 20:57 UTC (19+ messages)
` [PATCH v2 1/5] objtool/klp: Fix mkstemp() failure with long paths
` [PATCH v2 2/5] livepatch/klp-build: handle patches that add/remove files
` [PATCH v2 3/5] livepatch/klp-build: switch to GNU patch and recountdiff
` [PATCH v2 4/5] livepatch/klp-build: minor short-circuiting tweaks
` [PATCH v2 5/5] livepatch/klp-build: provide friendlier error messages
[PATCH] klp: use stop machine to check and expedite transition for running tasks
2026-02-09 19:12 UTC (5+ messages)
[PATCH] klp-build: Support clang/llvm built kernel
2026-02-05 16:50 UTC (4+ messages)
[PATCH] klp-build: Update demangle_name for LTO
2026-02-04 6:38 UTC (5+ messages)
[PATCH 0/5] objtool/klp-build: small fixups and enhancements
2026-02-03 19:47 UTC (26+ 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 v3 0/2] Improve handling of the __klp_{objects,funcs} sections in modules
2026-02-03 10:24 UTC (7+ 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] objtool/klp: Fix unexported static call key access for manually built livepatch modules
2026-02-02 21:59 UTC (3+ messages)
[PATCH] objtool/klp: Fix symbol correlation for orphaned local symbols
2026-02-02 21:56 UTC (2+ messages)
objtool: static_call: can't find static_call_key symbol: __SCK__WARN_trap
2026-02-02 18:26 UTC (3+ messages)
[PATCH] klp-build: Do not warn "no correlation" for __irf_[start|end]
2026-02-01 4:26 UTC (3+ 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 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 (5+ messages)
` [PATCH v4 02/63] vmlinux.lds: Unify TEXT_MAIN, DATA_MAIN, and related macros
[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 (5+ messages)
` [PATCH 2/4] media: atomisp: Fix startup() section placement with -ffunction-sections
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