live-patching.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-02 07:43:24 to 2023-05-09 20:34:56 UTC [more...]

[PATCH v7 00/10] livepatch: klp-convert tool
 2023-05-09 20:34 UTC  (29+ 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

Live Patching Microconference at Linux Plumbers
 2023-05-03 20:33 UTC  (20+ messages)

[PATCH] ftrace: Allow inline functions not inlined to be traced
 2023-05-02 22:25 UTC  (2+ messages)

Question about inline, notrace, and livepatch
 2023-05-02 18:26 UTC  (3+ messages)

[GIT PULL] livepatching for 6.4
 2023-04-25 20:10 UTC  (2+ messages)

[PATCH modules-next v10 00/13] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms
 2023-04-25  8:27 UTC  (4+ messages)

[RFC PATCH v3 00/22] arm64: livepatch: Use ORC for dynamic frame pointer validation
 2023-04-16  8:21 UTC  (38+ messages)
  ` [RFC PATCH v3 05/22] objtool: Reorganize ORC types
  ` [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

[RFC PATCH v3 00/22] arm64: livepatch: Use ORC for dynamic frame pointer validation
 2023-04-08  3:41 UTC  (2+ messages)

[PATCH v7 00/10] livepatch: klp-convert tool
 2023-04-01  9:59 UTC  (5+ messages)

[PATCH v3 0/3] livepatch,sched: Add livepatch task switching to cond_resched()
 2023-03-30 16:11 UTC  (12+ 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 0.5/3] livepatch: Convert stack entries array to percpu
` [PATCH v3 3/3] vhost: Fix livepatch timeouts in vhost_worker()

question re klp_transition_work kickoff timeout
 2023-03-23 16:31 UTC  (7+ messages)

[PATCH 0/6] x86,objtool: Split UNWIND_HINT_EMPTY in two
 2023-03-23 12:38 UTC  (9+ 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] module/decompress: Never use kunmap() for local un-mappings
 2023-03-22 23:24 UTC  (6+ messages)

[PATCH] kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_symbol()
 2023-03-19 19:59 UTC  (5+ messages)

mod->klp set on copy ok ?
 2023-03-17 23:31 UTC  (4+ messages)

[PATCH] livepatch: Make kobj_type structures constant
 2023-03-09 10:52 UTC  (3+ messages)

[PATCH] livepatch: fix ELF typos
 2023-03-09  9:58 UTC  (3+ 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 v2 0/4] livepatch: Add garbage collection for shadow variables
 2023-02-17 16:22 UTC  (23+ messages)
` [PATCH v2 4/4] livepatch/shadow: Add garbage collection of "

[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  (2+ messages)
` (subset) "

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

[PATCH v11 1/2] x86/module: remove unused code in __apply_relocate_add
 2023-02-03 13:33 UTC  (2+ messages)

[PATCH] module.h: Document klp_modinfo struct members
 2023-02-02 19:07 UTC  (3+ 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).