live-patching.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-07 15:33:49 to 2020-04-17 09:08:46 UTC [more...]

[PATCH 0/7] livepatch,module: Remove .klp.arch and module_disable_ro()
 2020-04-17  9:08 UTC  (38+ messages)
` [PATCH 1/7] livepatch: Apply vmlinux-specific KLP relocations early
` [PATCH 2/7] livepatch: Remove .klp.arch
` [PATCH 3/7] livepatch: Prevent module-specific KLP rela sections from referencing vmlinux symbols
` [PATCH 4/7] s390/module: Use s390_kernel_write() for relocations
` [PATCH 5/7] x86/module: Use text_poke() "
` [PATCH 6/7] livepatch: Remove module_disable_ro() usage
` [PATCH 7/7] module: Remove module_disable_ro()

RFC: Handle hard module dependencies that are not symbol-based (r8169 + realtek)
 2020-04-15  9:16 UTC  (3+ messages)

Live patching MC at LPC2020?
 2020-04-14 10:03 UTC  (5+ messages)

[POC 00/23] livepatch: Split livepatch module per-object
 2020-04-07 20:57 UTC  (38+ messages)
` [POC 01/23] module: Allow to delete module also from inside kernel
` [POC 02/23] livepatch: Split livepatch modules per livepatched object
` [POC 03/23] livepatch: Better checks of struct klp_object definition
` [POC 04/23] livepatch: Prevent loading livepatch sub-module unintentionally
` [POC 05/23] livepatch: Initialize and free livepatch submodule
` [POC 06/23] livepatch: Enable the "
` [POC 07/23] livepatch: Remove obsolete functionality from klp_module_coming()
` [POC 08/23] livepatch: Automatically load livepatch module when the patch module is loaded
` [POC 09/23] livepatch: Handle race when livepatches are reloaded during a module load
` [POC 10/23] livepatch: Handle modprobe exit code
` [POC 11/23] livepatch: Safely detect forced transition when removing split livepatch modules
` [POC 12/23] livepatch: Automatically remove livepatch module when the object is freed
` [POC 13/23] livepatch: Remove livepatch module when the livepatched module is unloaded
` [POC 14/23] livepatch: Never block livepatch modules when the related module is being removed
` [POC 15/23] livepatch: Prevent infinite loop when loading livepatch module
` [POC 16/23] livepatch: Add patch into the global list early
` [POC 17/23] livepatch: Load livepatches for modules when loading the main livepatch
` [POC 18/23] module: Refactor add_unformed_module()
` [POC 19/23] module/livepatch: Allow to use exported symbols from livepatch module for "vmlinux"
` [POC 20/23] module/livepatch: Relocate local variables in the module loaded when the livepatch is being loaded
` [POC 21/23] livepatch: Remove obsolete arch_klp_init_object_loaded()
` [POC 22/23] livepatch/module: Remove obsolete copy_module_elf()
` [POC 23/23] module: Remove obsolete module_disable_ro()

[RESEND][PATCH v3 03/17] module: Properly propagate MODULE_STATE_COMING failure
 2020-03-27  4:51 UTC 

[PATCH v3 0/2] x86/xen: Make idle tasks reliable
 2020-03-26  9:30 UTC  (5+ messages)
` [PATCH v3 1/2] x86/xen: Make the boot CPU idle task reliable
` [PATCH v3 2/2] x86/xen: Make the secondary CPU idle tasks reliable

[PATCH v2 0/2] x86/xen: Make idle tasks reliable
 2020-03-19 10:38 UTC  (7+ messages)
` [PATCH v2 1/2] x86/xen: Make the boot CPU idle task reliable
` [PATCH v2 2/2] x86/xen: Make the secondary CPU idle tasks reliable

[PATCH 0/2] x86/xen: Make idle tasks reliable
 2020-03-17  9:16 UTC  (12+ messages)
` [PATCH 1/2] x86/xen: Make the boot CPU idle task reliable
  ` [Xen-devel] "
` [RFC PATCH 2/2] x86/xen: Make the secondary CPU idle tasks reliable

Current status about arm64 livepatch support
 2020-03-13 13:30 UTC 

[PATCH] ftrace: return first found result in lookup_rec()
 2020-03-10 19:38 UTC  (4+ messages)
  ` [PATCH v2] "

[help] Confusion on livepatch's per-task consistency model
 2020-03-02 16:58 UTC  (6+ messages)

[PATCH 0/3] Unexport kallsyms_lookup_name() and kallsyms_on_each_symbol()
 2020-02-26 14:16 UTC  (5+ messages)

[PATCH v3 5/6] x86/ftrace: Use text_poke()
 2020-01-31  7:17 UTC  (28+ messages)

[GIT PULL] livepatching for 5.6
 2020-01-27 19:15 UTC  (2+ messages)

[PATCH 0/4] livepatch/samples/selftest: Clean up show variables handling
 2020-01-17 10:13 UTC  (9+ messages)
` [PATCH 1/4] livepatch/sample: Use the right type for the leaking data pointer
` [PATCH 2/4] livepatch/selftest: Clean up shadow variable names and type
` [PATCH 3/4] livepatch/samples/selftest: Use klp_shadow_alloc() API correctly
` [PATCH 4/4] livepatch: Handle allocation failure in the sample of shadow variable API

[PATCH 0/2] selftests/livepatch: Trivial cleanups
 2020-01-14  8:19 UTC  (7+ messages)
` [PATCH 1/2] selftests/livepatch: Replace set_dynamic_debug() with setup_config() in README
` [PATCH 2/2] selftests/livepatch: Remove unused local variable in set_ftrace_enabled()

[bug report] livepatch: Initialize shadow variables safely by a custom callback
 2020-01-13 15:11 UTC  (6+ messages)

Investment opportunity
 2020-01-12  5:37 UTC 

BPF tracing trampoline synchronization between update/freeing and execution?
 2020-01-07  9:03 UTC  (5+ messages)

[PATCH v2] selftests: livepatch: Fix it to do root uid check and skip
 2019-12-17 15:08 UTC  (4+ messages)

[PATCH] selftests: livepatch: Fix it to do root uid check and skip
 2019-12-16  8:37 UTC  (4+ messages)

[PATCH v3 4/4] s390/livepatch: Implement reliable stack tracing for the consistency model
 2019-12-11 13:45 UTC  (8+ messages)
  ` [PATCH v4 1/2] s390/unwind: add stack pointer alignment sanity checks
  ` [PATCH v4 2/2] s390/livepatch: Implement reliable stack tracing for the consistency model

Zdravstvujte! Vas interesujut bazy dannyh dlja prodazhi Vashih tovarov i uslug?
 2019-12-03  0:06 UTC 

[PATCH v3 0/4] s390/livepatch: Implement reliable stack tracing for the consistency model
 2019-11-28 16:51 UTC  (3+ messages)
` [PATCH v3 1/4] s390/unwind: drop unnecessary code around calling ftrace_graph_ret_addr()

[GIT PULL] livepatching for 5.5
 2019-11-26  4:25 UTC  (2+ messages)

Zdravstvujte! Vas interesujut bazy dannyh dlja prodazhi Vashih tovarov i uslug?
 2019-11-21 18:55 UTC 

Summary of LPC 2019 live patching miniconf
 2019-11-15 15:32 UTC 

Zdravstvujte! Vas interesujut bazy dannyh dlja prodazhi Vashih tovarov i uslug?
 2019-11-14 20:15 UTC 

Investment opportunity
 2019-11-12 22:04 UTC 

[PATCH] selftests/livepatch: filter 'taints' from dmesg comparison
 2019-11-07 15:33 UTC  (7+ 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).