live-patching.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-05 21:32:01 to 2023-02-15 09:57:13 UTC [more...]

[PATCH 0/3] livepatch,sched: Add livepatch task switching to cond_resched()
 2023-02-15  9:56 UTC  (8+ messages)
` [PATCH 1/3] livepatch: Skip task_call_func() for current task
` [PATCH 2/3] livepatch,sched: Add livepatch task switching to cond_resched()
` [PATCH 3/3] vhost: Fix livepatch timeouts in vhost_worker()

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-02-14 16:57 UTC  (7+ messages)
` [PATCH 16/35] Documentation: livepatch: correct spelling
` (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)

[RFC PATCH v3 00/22] arm64: livepatch: Use ORC for dynamic frame pointer validation
 2023-02-11  4:34 UTC  (25+ messages)
  ` [RFC PATCH v3 01/22] objtool: Reorganize CFI code
  ` [RFC PATCH v3 02/22] objtool: Reorganize instruction-related code
  ` [RFC PATCH v3 03/22] objtool: Move decode_instructions() to a separate file
  ` [RFC PATCH v3 04/22] objtool: Reorganize Unwind hint code
  ` [RFC PATCH v3 05/22] objtool: Reorganize ORC types
  ` [RFC PATCH v3 06/22] objtool: Reorganize ORC code
  ` [RFC PATCH v3 07/22] objtool: Reorganize ORC kernel code
  ` [RFC PATCH v3 08/22] objtool: Introduce STATIC_CHECK
  ` [RFC PATCH v3 09/22] objtool: arm64: Add basic definitions and compile
  ` [RFC PATCH v3 10/22] objtool: arm64: Implement decoder for Dynamic FP validation
  ` [RFC PATCH v3 11/22] objtool: arm64: Invoke the decoder
  ` [RFC PATCH v3 12/22] objtool: arm64: Compute destinations for call and jump instructions
  ` [RFC PATCH v3 13/22] objtool: arm64: Walk instructions and compute CFI for each instruction
  ` [RFC PATCH v3 14/22] objtool: arm64: Generate ORC data from CFI for object files
  ` [RFC PATCH v3 15/22] objtool: arm64: Add unwind hint support
  ` [RFC PATCH v3 16/22] arm64: Add unwind hints to exception handlers
  ` [RFC PATCH v3 17/22] arm64: Add kernel and module support for ORC
  ` [RFC PATCH v3 18/22] arm64: Build the kernel with ORC information
  ` [RFC PATCH v3 19/22] arm64: unwinder: Add a reliability check in the unwinder based on ORC
  ` [RFC PATCH v3 20/22] arm64: Define HAVE_DYNAMIC_FTRACE_WITH_ARGS
  ` [RFC PATCH v3 21/22] arm64: Define TIF_PATCH_PENDING for livepatch
  ` [RFC PATCH v3 22/22] arm64: Enable livepatch for ARM64

[PATCH 00/24 v2] Documentation: correct lots of spelling errors (series 1)
 2023-02-11  0:30 UTC  (3+ messages)
` [PATCH 09/24] Documentation: livepatch: correct spelling

[RFC PATCH v6 00/12] livepatch: klp-convert tool
 2023-02-07 15:54 UTC  (7+ messages)
` [RFC PATCH v6 03/12] livepatch: Add "
` [RFC PATCH v6 06/12] livepatch: Add sample livepatch module

[PATCH v2] Document klp_modinfo using kdoc
 2023-02-06 17:09 UTC  (4+ messages)
` [PATCH v2 1/2] module.h: Document klp_modinfo struct "
` [PATCH v2 2/2] Documentation: livepatch: module-elf-format: Remove local klp_modinfo definition

[PATCH 0/2] powerpc: Fix livepatch module re-patching issue
 2023-02-05 16:21 UTC  (18+ messages)
` [PATCH 1/2] powerpc/module_64: Improve restore_r2() return semantics
` [PATCH 2/2] powerpc/module_64: Fix "expected nop" error on module re-patching

[PATCH v2 0/4] livepatch: Add garbage collection for shadow variables
 2023-02-04 23:59 UTC  (33+ messages)
` [PATCH v2 3/4] livepatch/shadow: Introduce klp_shadow_type structure
` [PATCH v2 4/4] livepatch/shadow: Add garbage collection of shadow variables

[PATCH v11 1/2] x86/module: remove unused code in __apply_relocate_add
 2023-02-03 13:33 UTC  (7+ messages)
` [PATCH v11 2/2] livepatch,x86: Clear relocation targets on a module removal

[PATCH] module.h: Document klp_modinfo struct members
 2023-02-02 19:07 UTC  (3+ messages)

[PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads
 2023-02-01 17:11 UTC  (36+ messages)
` [PATCH 1/2] livepatch: add an interface for safely switching kthreads
` [PATCH 2/2] vhost: check for pending livepatches from vhost worker kthreads

[PATCH v10 1/2] x86/module: remove unused code in __apply_relocate_add
 2023-01-25 17:14 UTC  (9+ messages)
` [PATCH v10 2/2] livepatch,x86: Clear relocation targets on a module removal

[PATCH v9] livepatch: Clear relocation targets on a module removal
 2023-01-24 22:32 UTC  (10+ messages)

[PATCHv3 bpf-next 0/3] kallsyms: Optimize the search for module symbols by livepatch and bpf
 2023-01-20  1:30 UTC  (11+ messages)
` [PATCHv3 bpf-next 1/3] livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
` [PATCHv3 bpf-next 2/3] selftests/bpf: Add serial_test_kprobe_multi_bench_attach_kernel/module tests
` [PATCHv3 bpf-next 3/3] bpf: Change modules resolving for kprobe multi link

[PATCH v8] livepatch: Clear relocation targets on a module removal
 2023-01-18 19:23 UTC  (9+ messages)

[PATCH v3] kallsyms: Remove the performance test from kallsyms_selftest.c
 2023-01-18  1:34 UTC  (3+ messages)

[PATCHv2 bpf-next 0/3] kallsyms: Optimize the search for module symbols by livepatch and bpf
 2023-01-15 21:49 UTC  (10+ messages)
` [PATCHv2 bpf-next 1/3] livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
` [PATCHv2 bpf-next 2/3] selftests/bpf: Add serial_test_kprobe_multi_bench_attach_kernel/module tests
` [PATCHv2 bpf-next 3/3] bpf: Change modules resolving for kprobe multi link

[PATCH 0/3] kallsyms: Optimize the search for module symbols by livepatch and bpf
 2023-01-11  9:53 UTC  (16+ messages)
` [PATCH 2/3] bpf: Optimize get_modules_for_addrs()

[PATCH v7] livepatch: Clear relocation targets on a module removal
 2023-01-06 16:51 UTC  (9+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).