Linux Live Patching
[Prev Page][Next Page]
- Re: [ANNOUNCE and CfP] Live Patching MC at LPC 2023, (continued)
- [PATCH] livepatch: match symbols exactly in klp_find_object_symbol(),
Song Liu
- [PATCH] livepatch: Make 'klp_stack_entries' static,
Josh Poimboeuf
- [PATCH] ftrace: Allow inline functions not inlined to be traced,
Steven Rostedt
- Question about inline, notrace, and livepatch,
Song Liu
- [GIT PULL] livepatching for 6.4,
Petr Mladek
- Re: [PATCH modules-next v10 00/13] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms,
Josh Poimboeuf
- Live Patching Microconference at Linux Plumbers,
Miroslav Benes
- question re klp_transition_work kickoff timeout,
Alexey Dobriyan
- Re: mod->klp set on copy ok ?,
Luis Chamberlain
- [PATCH] module/decompress: Never use kunmap() for local un-mappings,
Fabio M. De Francesco
- [PATCH] kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_symbol(),
Zhen Lei
- [PATCH v7 00/10] livepatch: klp-convert tool,
Joe Lawrence
- [PATCH v7 10/10] livepatch/selftests: add static keys test, Joe Lawrence
- [PATCH v7 05/10] documentation: Update on livepatch elf format, Joe Lawrence
- [PATCH v7 03/10] kbuild/modpost: create symbols.klp and integrate klp-convert, Joe Lawrence
- [PATCH v7 04/10] livepatch: Add sample livepatch module, Joe Lawrence
- [PATCH v7 09/10] livepatch/selftests: add data relocations test, Joe Lawrence
- [PATCH v7 01/10] livepatch: Create and include UAPI headers, Joe Lawrence
- [PATCH v7 08/10] livepatch/selftests: add __asm__ symbol renaming examples, Joe Lawrence
- [PATCH v7 06/10] livepatch/selftests: add klp-convert, Joe Lawrence
- [PATCH v7 07/10] livepatch/selftests: test multiple sections, Joe Lawrence
- [PATCH v7 02/10] livepatch: Add klp-convert tool, Joe Lawrence
- Re: [PATCH v7 00/10] livepatch: klp-convert tool, Marcos Paulo de Souza
- Re: [PATCH v7 00/10] livepatch: klp-convert tool, Marcos Paulo de Souza
- <Possible follow-ups>
- Re: [PATCH v7 00/10] livepatch: klp-convert tool, Alexey Dobriyan
- [PATCH 0/6] x86,objtool: Split UNWIND_HINT_EMPTY in two,
Josh Poimboeuf
- [PATCH 4/6] x86,objtool: Introduce ORC_TYPE_*, Josh Poimboeuf
- [PATCH 3/6] objtool: Change UNWIND_HINT() argument order, Josh Poimboeuf
- [PATCH 1/6] objtool: Add objtool_types.h, Josh Poimboeuf
- [PATCH 2/6] objtool: Use relative pointers for annotations, Josh Poimboeuf
- [PATCH 5/6] x86,objtool: Separate unret validation from unwind hints, Josh Poimboeuf
- [PATCH 6/6] x86,objtool: Split UNWIND_HINT_EMPTY in two, Josh Poimboeuf
- Re: [PATCH 0/6] x86,objtool: Split UNWIND_HINT_EMPTY in two, Peter Zijlstra
- [PATCH] livepatch: fix ELF typos,
Alexey Dobriyan
- [PATCH v3 0/3] livepatch,sched: Add livepatch task switching to cond_resched(),
Josh Poimboeuf
- [GIT PULL] livepatching for 6.3,
Petr Mladek
- [PATCH v2 0/3] livepatch,sched: Add livepatch task switching to cond_resched(),
Josh Poimboeuf
- [PATCH] livepatch: Make kobj_type structures constant,
Thomas Weißschuh
- [PATCH 0/3] livepatch,sched: Add livepatch task switching to cond_resched(),
Josh Poimboeuf
- [PATCH 00/24 v2] Documentation: correct lots of spelling errors (series 1),
Randy Dunlap
- [PATCH v2] Document klp_modinfo using kdoc,
Marcos Paulo de Souza
- [PATCH] module.h: Document klp_modinfo struct members,
Marcos Paulo de Souza
- [RFC PATCH v3 00/22] arm64: livepatch: Use ORC for dynamic frame pointer validation,
madvenka
- [RFC PATCH v3 01/22] objtool: Reorganize CFI code, madvenka
- [RFC PATCH v3 04/22] objtool: Reorganize Unwind hint code, madvenka
- [RFC PATCH v3 02/22] objtool: Reorganize instruction-related code, madvenka
- [RFC PATCH v3 05/22] objtool: Reorganize ORC types, madvenka
- [RFC PATCH v3 03/22] objtool: Move decode_instructions() to a separate file, madvenka
- [RFC PATCH v3 06/22] objtool: Reorganize ORC code, madvenka
- [RFC PATCH v3 08/22] objtool: Introduce STATIC_CHECK, madvenka
- [RFC PATCH v3 07/22] objtool: Reorganize ORC kernel code, madvenka
- [RFC PATCH v3 10/22] objtool: arm64: Implement decoder for Dynamic FP validation, madvenka
- [RFC PATCH v3 12/22] objtool: arm64: Compute destinations for call and jump instructions, madvenka
- [RFC PATCH v3 11/22] objtool: arm64: Invoke the decoder, madvenka
- [RFC PATCH v3 09/22] objtool: arm64: Add basic definitions and compile, madvenka
- [RFC PATCH v3 15/22] objtool: arm64: Add unwind hint support, madvenka
- [RFC PATCH v3 16/22] arm64: Add unwind hints to exception handlers, madvenka
- [RFC PATCH v3 18/22] arm64: Build the kernel with ORC information, madvenka
- [RFC PATCH v3 13/22] objtool: arm64: Walk instructions and compute CFI for each instruction, madvenka
- [RFC PATCH v3 14/22] objtool: arm64: Generate ORC data from CFI for object files, madvenka
- [RFC PATCH v3 17/22] arm64: Add kernel and module support for ORC, madvenka
- [RFC PATCH v3 19/22] arm64: unwinder: Add a reliability check in the unwinder based on ORC, madvenka
- [RFC PATCH v3 21/22] arm64: Define TIF_PATCH_PENDING for livepatch, madvenka
- [RFC PATCH v3 22/22] arm64: Enable livepatch for ARM64, madvenka
- [RFC PATCH v3 20/22] arm64: Define HAVE_DYNAMIC_FTRACE_WITH_ARGS, madvenka
- RE: [RFC PATCH v3 00/22] arm64: livepatch: Use ORC for dynamic frame pointer validation, Tomohiro Misono (Fujitsu)
- Re: [RFC PATCH v3 00/22] arm64: livepatch: Use ORC for dynamic frame pointer validation, Mark Rutland
- <Possible follow-ups>
- RE: [RFC PATCH v3 00/22] arm64: livepatch: Use ORC for dynamic frame pointer validation, Dylan Hatch
- [PATCH 00/35] Documentation: correct lots of spelling errors (series 1),
Randy Dunlap
- [PATCH v11 1/2] x86/module: remove unused code in __apply_relocate_add,
Song Liu
- [PATCH 0/2] powerpc: Fix livepatch module re-patching issue,
Josh Poimboeuf
- [PATCH v10 1/2] x86/module: remove unused code in __apply_relocate_add,
Song Liu
- [PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads,
Seth Forshee (DigitalOcean)
- Re: [PATCH v9] livepatch: Clear relocation targets on a module removal,
Josh Poimboeuf
- [PATCHv3 bpf-next 0/3] kallsyms: Optimize the search for module symbols by livepatch and bpf,
Jiri Olsa
- [PATCHv2 bpf-next 0/3] kallsyms: Optimize the search for module symbols by livepatch and bpf,
Jiri Olsa
- [PATCH v3] kallsyms: Remove the performance test from kallsyms_selftest.c,
Zhen Lei
- [PATCH v8] livepatch: Clear relocation targets on a module removal,
Song Liu
- [PATCH 0/3] kallsyms: Optimize the search for module symbols by livepatch and bpf,
Zhen Lei
- [PATCH v7] livepatch: Clear relocation targets on a module removal,
Song Liu
- [GIT PULL] livepatching for 6.2,
Petr Mladek
- [PATCH] livepatch: Call klp_match_callback() in klp_find_callback() to avoid code duplication,
Zhen Lei
- Re: [PATCH v6] livepatch: Clear relocation targets on a module removal,
Song Liu
- [PATCH v9] kallsyms: Add self-test facility,
Zhen Lei
- Re: [PATCH v9] kallsyms: Add self-test facility, Luis Chamberlain
- Re: [PATCH v9] kallsyms: Add self-test facility, Leizhen (ThunderTown)
- Re: [PATCH v9] kallsyms: Add self-test facility, Geert Uytterhoeven
- Re: [PATCH v9] kallsyms: Add self-test facility, Leizhen (ThunderTown)
- Re: [PATCH v9] kallsyms: Add self-test facility, Geert Uytterhoeven
- Re: [PATCH v9] kallsyms: Add self-test facility, Leizhen (ThunderTown)
- Re: [PATCH v9] kallsyms: Add self-test facility, Geert Uytterhoeven
- Re: [PATCH v9] kallsyms: Add self-test facility, Leizhen (ThunderTown)
- Re: [PATCH v9] kallsyms: Add self-test facility, Leizhen (ThunderTown)
- Re: [PATCH v9] kallsyms: Add self-test facility, Geert Uytterhoeven
- Re: [PATCH v9] kallsyms: Add self-test facility, Leizhen (ThunderTown)
- Re: [PATCH v9] kallsyms: Add self-test facility, Leizhen (ThunderTown)
- Re: [PATCH v9] kallsyms: Add self-test facility, Geert Uytterhoeven
- Re: [PATCH v9] kallsyms: Add self-test facility, Leizhen (ThunderTown)
- RE: [PATCH v9] kallsyms: Add self-test facility, David Laight
- RE: [PATCH v9] kallsyms: Add self-test facility, David Laight
- Re: [PATCH v9] kallsyms: Add self-test facility, Andreas Schwab
- RE: [PATCH v9] kallsyms: Add self-test facility, David Laight
- Re: [PATCH v9] kallsyms: Add self-test facility, Andreas Schwab
- RE: [PATCH v9] kallsyms: Add self-test facility, David Laight
- Re: [PATCH v9] kallsyms: Add self-test facility, Andreas Schwab
- RE: [PATCH v9] kallsyms: Add self-test facility, David Laight
- Re: [PATCH v9] kallsyms: Add self-test facility, Steven Rostedt
- RE: [PATCH v9] kallsyms: Add self-test facility, David Laight
- Re: [PATCH v9] kallsyms: Add self-test facility, Steven Rostedt
- Re: [PATCH v9] kallsyms: Add self-test facility, Steven Rostedt
- RE: [PATCH v9] kallsyms: Add self-test facility, David Laight
- Re: [PATCH v9] kallsyms: Add self-test facility, Leizhen (ThunderTown)
- Re: [PATCH v9] kallsyms: Add self-test facility, Geert Uytterhoeven
- RE: [PATCH v9] kallsyms: Add self-test facility, David Laight
- Re: [PATCH v9] kallsyms: Add self-test facility, Andreas Schwab
- Re: [PATCH v9] kallsyms: Add self-test facility, Geert Uytterhoeven
- RE: [PATCH v9] kallsyms: Add self-test facility, David Laight
- Re: [PATCH v9] kallsyms: Add self-test facility, Andreas Schwab
- [PATCH 40/46] x86/livepatch, lto: Disable live patching with gcc LTO,
Jiri Slaby (SUSE)
- [PATCH v8 0/9] kallsyms: Optimizes the performance of lookup symbols,
Zhen Lei
- [PATCH v8 1/9] scripts/kallsyms: rename build_initial_tok_table(), Zhen Lei
- [PATCH v8 3/9] kallsyms: Correctly sequence symbols when CONFIG_LTO_CLANG=y, Zhen Lei
- [PATCH v8 5/9] kallsyms: Add helper kallsyms_on_each_match_symbol(), Zhen Lei
- [PATCH v8 9/9] kallsyms: Add self-test facility, Zhen Lei
- [PATCH v8 4/9] kallsyms: Reduce the memory occupied by kallsyms_seqs_of_names[], Zhen Lei
- [PATCH v8 7/9] livepatch: Improve the search performance of module_kallsyms_on_each_symbol(), Zhen Lei
- [PATCH v8 8/9] kallsyms: Delete an unused parameter related to kallsyms_on_each_symbol(), Zhen Lei
- [PATCH v8 2/9] kallsyms: Improve the performance of kallsyms_lookup_name(), Zhen Lei
- [PATCH v8 6/9] livepatch: Use kallsyms_on_each_match_symbol() to improve performance, Zhen Lei
- Re: [PATCH v8 0/9] kallsyms: Optimizes the performance of lookup symbols, Luis Chamberlain
- [PATCH v2 0/4] livepatch: Add garbage collection for shadow variables,
Marcos Paulo de Souza
- [PATCH v7 00/11] kallsyms: Optimizes the performance of lookup symbols,
Zhen Lei
[PATCH v7 08/11] livepatch: Use kallsyms_on_each_match_symbol() to improve performance, Zhen Lei
[PATCH v7 01/11] scripts/kallsyms: rename build_initial_tok_table(), Zhen Lei
[PATCH v7 03/11] scripts/kallsyms: remove helper sym_name() and cleanup, Zhen Lei
[PATCH v7 06/11] kallsyms: Improve the performance of kallsyms_lookup_name() when CONFIG_LTO_CLANG=y, Zhen Lei
[PATCH v7 02/11] scripts/kallsyms: don't compress symbol types, Zhen Lei
[PATCH v7 05/11] kallsyms: Improve the performance of kallsyms_lookup_name(), Zhen Lei
[PATCH v7 07/11] kallsyms: Add helper kallsyms_on_each_match_symbol(), Zhen Lei
[PATCH v7 10/11] kallsyms: Delete an unused parameter related to kallsyms_on_each_symbol(), Zhen Lei
[PATCH v7 09/11] livepatch: Improve the search performance of module_kallsyms_on_each_symbol(), Zhen Lei
[PATCH v7 04/11] kallsyms: Add helper kallsyms_compress_symbol_name(), Zhen Lei
Re: [PATCH v7 00/11] kallsyms: Optimizes the performance of lookup symbols, Luis Chamberlain
[GIT PULL] livepatching for 6.1,
Petr Mladek
[PATCH] livepatch: Move the result-invariant calculation out of the loop,
Zhen Lei
[PATCH v10 00/27] Rust support,
Miguel Ojeda
[PATCH v6 00/11] kallsyms: Optimizes the performance of lookup symbols,
Zhen Lei
[PATCH v6 09/11] livepatch: Improve the search performance of module_kallsyms_on_each_symbol(), Zhen Lei
[PATCH v6 10/11] kallsyms: Delete an unused parameter related to kallsyms_on_each_symbol(), Zhen Lei
[PATCH v5 00/10] kallsyms: Optimizes the performance of lookup symbols,
Zhen Lei
- [PATCH v5 09/10] kallsyms: Delete an unused parameter related to kallsyms_on_each_symbol(), Zhen Lei
- [PATCH v5 02/10] scripts/kallsyms: don't compress symbol types, Zhen Lei
- [PATCH v5 01/10] scripts/kallsyms: rename build_initial_tok_table(), Zhen Lei
- [PATCH v5 03/10] scripts/kallsyms: remove helper sym_name() and cleanup, Zhen Lei
- [PATCH v5 08/10] livepatch: Improve the search performance of module_kallsyms_on_each_symbol(), Zhen Lei
- [PATCH v5 07/10] livepatch: Use kallsyms_on_each_match_symbol() to improve performance, Zhen Lei
- [PATCH v5 06/10] kallsyms: Add helper kallsyms_on_each_match_symbol(), Zhen Lei
- [PATCH v5 04/10] scripts/kallsyms: generate kallsyms_best_token_table[], Zhen Lei
- [PATCH v5 10/10] kallsyms: Add self-test facility, Zhen Lei
- [PATCH v5 05/10] kallsyms: Improve the performance of kallsyms_lookup_name(), Zhen Lei
[PATCH v4 0/8] kallsyms: Optimizes the performance of lookup symbols,
Zhen Lei
[PATCH v3 0/8] kallsyms: Optimizes the performance of lookup symbols,
Zhen Lei
[RFC] Objtool toolchain proposal: -fannotate-{jump-table,noreturn},
Josh Poimboeuf
[PATCH v2 0/8] kallsyms: Optimizes the performance of lookup symbols,
Zhen Lei
[Index of Archives]
[Linux Kernel]
[Linux NFS]
[Linux NILFS]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]