live-patching.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-20 22:12:44 to 2023-03-07 11:50:26 UTC [more...]

[PATCH v7 00/10] livepatch: klp-convert tool
 2023-03-07 11:48 UTC  (13+ messages)
` [PATCH v7 01/10] livepatch: Create and include UAPI headers
` [PATCH v7 02/10] livepatch: Add klp-convert tool
` [PATCH v7 03/10] kbuild/modpost: create symbols.klp and integrate klp-convert
` [PATCH v7 04/10] livepatch: Add sample livepatch module
` [PATCH v7 05/10] documentation: Update on livepatch elf format
` [PATCH v7 06/10] livepatch/selftests: add klp-convert
` [PATCH v7 07/10] livepatch/selftests: test multiple sections
` [PATCH v7 08/10] livepatch/selftests: add __asm__ symbol renaming examples
` [PATCH v7 09/10] livepatch/selftests: add data relocations test
` [PATCH v7 10/10] livepatch/selftests: add static keys test

[RFC PATCH v3 00/22] arm64: livepatch: Use ORC for dynamic frame pointer validation
 2023-03-06 16:58 UTC  (34+ 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 v3 0/3] livepatch,sched: Add livepatch task switching to cond_resched()
 2023-03-03 14:00 UTC  (8+ messages)
` [PATCH v3 1/3] livepatch: Skip task_call_func() for current task
` [PATCH v3 2/3] livepatch,sched: Add livepatch task switching to cond_resched()
` [PATCH v3 3/3] vhost: Fix livepatch timeouts in vhost_worker()

[PATCH 0/6] x86,objtool: Split UNWIND_HINT_EMPTY in two
 2023-03-01 17:34 UTC  (8+ messages)
` [PATCH 1/6] objtool: Add objtool_types.h
` [PATCH 2/6] objtool: Use relative pointers for annotations
` [PATCH 3/6] objtool: Change UNWIND_HINT() argument order
` [PATCH 4/6] x86,objtool: Introduce ORC_TYPE_*
` [PATCH 5/6] x86,objtool: Separate unret validation from unwind hints
` [PATCH 6/6] x86,objtool: Split UNWIND_HINT_EMPTY in two

[PATCH] livepatch: fix ELF typos
 2023-02-28 16:01 UTC  (2+ messages)

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

[GIT PULL] livepatching for 6.3
 2023-02-23 22:20 UTC  (2+ messages)

[PATCH] livepatch: Make kobj_type structures constant
 2023-02-21 15:55 UTC  (2+ messages)

[PATCH v2 0/4] livepatch: Add garbage collection for shadow variables
 2023-02-17 16:22 UTC  (34+ 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 0/3] livepatch,sched: Add livepatch task switching to cond_resched()
 2023-02-17  9:14 UTC  (12+ 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)

[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 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  (5+ 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).