messages from 2019-10-16 15:01:18 to 2020-03-12 14:20:14 UTC [more...]
[PATCH 0/2] x86/xen: Make idle tasks reliable
2020-03-12 14:20 UTC (2+ messages)
` [RFC PATCH 2/2] x86/xen: Make the secondary CPU "
[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 (41+ messages)
[POC 00/23] livepatch: Split livepatch module per-object
2020-01-28 12:16 UTC (32+ 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()
[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 0/4] s390/livepatch: Implement reliable stack tracing for the consistency model
2019-12-11 13:45 UTC (13+ messages)
` [PATCH v3 1/4] s390/unwind: drop unnecessary code around calling ftrace_graph_ret_addr()
` [PATCH v3 2/4] s390/unwind: split unwind_next_frame() to several functions
` [PATCH v3 3/4] s390/unwind: prepare the unwinding interface for reliable stack traces
` [PATCH v3 4/4] s390/livepatch: Implement reliable stack tracing for the consistency model
` [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
[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 (9+ messages)
[PATCH v2] x86/stacktrace: update kconfig help text for reliable unwinders
2019-11-07 14:54 UTC (5+ messages)
[PATCH] x86/stacktrace: update kconfig help text for reliable unwinders
2019-11-06 23:54 UTC (4+ messages)
[PATCH v4 0/5] livepatch: new API to track system state changes
2019-11-01 12:14 UTC (8+ messages)
` [PATCH v4 1/5] livepatch: Keep replaced patches until post_patch callback is called
` [PATCH v4 2/5] livepatch: Basic API to track system state changes
` [PATCH v4 3/5] livepatch: Allow to distinguish different version of "
` [PATCH v4 4/5] livepatch: Documentation of the new API for tracking "
` [PATCH v4 5/5] livepatch: Selftests of the "
[PATCH v2 0/3] s390/livepatch: Implement reliable stack tracing for the consistency model
2019-10-31 15:24 UTC (9+ messages)
` [PATCH v2 1/3] s390/unwind: drop unnecessary code around calling ftrace_graph_ret_addr()
` [PATCH v2 2/3] s390/unwind: prepare the unwinding interface for reliable stack traces
` [PATCH v2 3/3] s390/livepatch: Implement reliable stack tracing for the consistency model
[PATCH v4 15/16] module: Move where we mark modules RO,X
2019-10-28 10:43 UTC (10+ messages)
[PATCH] selftests/livepatch: Disable the timeout
2019-10-25 18:00 UTC (3+ messages)
[PATCH v3 0/5] livepatch: new API to track system state changes
2019-10-24 12:13 UTC (4+ messages)
` [PATCH v3 3/5] livepatch: Allow to distinguish different version of "
[PATCH v8 0/5] arm64: ftrace with regs
2019-10-21 13:20 UTC (8+ messages)
[PATCH v3 0/3] ftrace: Introduce PERMANENT ftrace_ops flag
2019-10-17 7:25 UTC (12+ messages)
` [PATCH v3 2/3] selftests/livepatch: Make dynamic debug setup and restore generic
` [PATCH v3 3/3] selftests/livepatch: Test interaction with ftrace_enabled
page: next (older) | prev (newer) | latest
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).