Miroslav Benes ([email protected])

Number of posts: 889 (0.25 per day)
First post: 2014-11-13 10:16:08
Last post: 2024-06-07 13:10:29

Date List Subject
2019-01-21 12:16:16 linux-kernel Re: [PATCH 2/4] livepatch: Handle failing allocation of shadow variables in the selftest
2019-01-21 12:12:31 linux-kernel Re: [PATCH 1/4] livepatch: Introduce klp_for_each_patch macro
2019-01-15 23:08:15 linux-kernel [PATCH v2 2/2] livepatch: Remove signal sysfs attribute
2019-01-15 22:10:08 linux-kernel [PATCH v2 1/2] livepatch: Send a fake signal periodically
2019-01-15 22:07:48 linux-kernel [PATCH v2 0/2] Periodic fake signal
2019-01-10 13:59:20 linux-kernel Re: [PATCH v15 10/11] livepatch: Remove ordering (stacking) of the livepatches
2019-01-10 13:43:53 linux-kernel Re: [PATCH v15 08/11] livepatch: Remove Nop structures when unused
2019-01-10 13:08:47 linux-kernel Re: [PATCH v15 07/11] livepatch: Add atomic replace
2019-01-10 12:35:39 linux-kernel Re: [PATCH v15 05/11] livepatch: Simplify API by removing registration step
2019-01-09 16:31:23 linux-kernel Re: [PATCH v15 04/11] livepatch: Don't block the removal of patches loaded after a forced transition
2019-01-09 16:00:58 linux-kernel Re: [PATCH v15 03/11] livepatch: Consolidate klp_free functions
2018-12-29 01:32:06 linux-kernel [PATCH] ring-buffer: Remove unused function ring_buffer_page_len()
2018-12-21 18:29:12 linux-kernel Re: [PATCH] kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabled
2018-12-21 18:01:56 linux-kernel Re: [PATCH] kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabled
2018-12-20 08:34:30 linux-kernel Re: [PATCH] kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabled
2018-12-19 15:52:01 linux-kernel [PATCH] kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabled
2018-12-18 09:31:41 linux-kernel Re: objtool warnings for kernel/trace/trace_selftest_dynamic.o
2018-12-18 09:03:23 linux-kernel Re: [PATCH V2] livepatch: fix non-static warnings
2018-12-18 08:50:39 linux-kernel Re: [PATCH V2] livepatch: fix non-static warnings
2018-12-17 12:07:10 linux-kernel Re: [PATCH V2] livepatch: fix non-static warnings
2018-12-17 11:46:30 linux-kernel Re: [PATCH 2/2] livepatch: check kzalloc return values
2018-12-14 09:38:49 linux-kernel Re: [PATCH v14 03/11] livepatch: Consolidate klp_free functions
2018-12-06 09:48:53 linux-kernel Re: [PATCH v5 1/2] module: Overwrite st_size instead of st_info
2018-12-06 09:33:11 linux-kernel Re: [PATCH v14 00/11] livepatch: Atomic replace feature
2018-12-06 09:26:22 linux-kernel Re: [PATCH v14 05/11] livepatch: Simplify API by removing registration step
2018-12-06 09:20:50 linux-kernel Re: [PATCH v14 04/11] livepatch: Refuse to unload only livepatches available during a forced transition
2018-12-05 11:41:37 linux-kernel Re: [PATCH v14 11/11] selftests/livepatch: introduce tests
2018-12-05 10:28:16 linux-kernel Re: [PATCH v14 10/11] livepatch: Remove ordering and refuse loading conflicting patches
2018-12-04 16:13:50 linux-kernel Re: [PATCH v14 09/11] livepatch: Atomic replace and cumulative patches documentation
2018-12-04 16:10:03 linux-kernel Re: [PATCH v14 08/11] livepatch: Remove Nop structures when unused
2018-12-04 15:33:55 linux-kernel Re: [PATCH v14 05/11] livepatch: Simplify API by removing registration step
2018-12-04 15:29:56 linux-kernel Re: [PATCH v14 07/11] livepatch: Add atomic replace
2018-12-04 14:15:40 linux-kernel Re: [PATCH v14 06/11] livepatch: Use lists to manage patches, objects and functions
2018-12-04 12:55:58 linux-kernel Re: [PATCH v14 05/11] livepatch: Simplify API by removing registration step
2018-12-03 15:30:55 linux-kernel Re: [PATCH v14 04/11] livepatch: Refuse to unload only livepatches available during a forced transition
2018-12-03 15:01:30 linux-kernel Re: [PATCH v14 03/11] livepatch: Consolidate klp_free functions
2018-12-03 13:37:57 linux-kernel Re: [PATCH v14 02/11] livepatch: Shuffle klp_enable_patch()/klp_disable_patch() code
2018-12-03 13:25:29 linux-kernel Re: [PATCH v14 01/11] livepatch: Change unsigned long old_addr -> void *old_func in struct klp_func
2018-11-29 08:20:29 linux-kernel Re: [PATCH v2] module: make it clearer when we're handling kallsyms symbols vs exported symbols
2018-11-24 08:33:29 linux-kernel Re: [PATCH 1/2] module: Overwrite st_size instead of st_info
2018-11-24 08:29:46 linux-kernel Re: [PATCH v13 08/12] livepatch: Add atomic replace
2018-11-24 03:12:42 linux-kernel Re: [PATCH] module: make it clearer when we're handling kallsyms symbols vs exported symbols
2018-11-23 09:28:52 linux-kernel Re: [PATCH] module: make it clearer when we're handling kallsyms symbols vs exported symbols
2018-11-21 16:42:37 linux-kernel Re: [PATCH v13 04/12] livepatch: Consolidate klp_free functions
2018-11-21 13:18:26 linux-kernel Re: [PATCH v13 02/12] livepatch: Helper macros to define livepatch structures
2018-11-06 16:49:49 linux-kernel Re: [PATCH v4 2/3] arm64: implement live patching
2018-11-06 09:47:20 linux-kernel Re: [PATCH v2] arm64/module: use plt section indices for relocations
2018-11-01 15:19:12 linux-kernel Re: [PATCH v2] arm64/module: use mod->klp_info section header information for livepatch modules
2018-10-29 13:25:54 linux-kernel Re: [PATCH v2] arm64/module: use mod->klp_info section header information for livepatch modules
2018-10-25 09:01:19 linux-kernel Re: [PATCH] arm64/module: use mod->klp_info section header information
2018-10-24 11:58:40 linux-kernel Re: [PATCH] arm64/module: use mod->klp_info section header information