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
2018-10-22 13:56:49 linux-kernel Re: [PATCH v3 3/4] arm64: implement live patching
2018-10-19 15:21:58 linux-kernel Re: [PATCH v3 3/4] arm64: implement live patching
2018-10-19 15:15:26 linux-kernel Re: [PATCH v3 3/4] arm64: implement live patching
2018-10-19 12:18:31 linux-kernel Re: [PATCH v12 06/12] livepatch: Simplify API by removing registration step
2018-10-19 11:59:46 linux-kernel Re: [PATCH v3 3/4] arm64: implement live patching
2018-10-17 13:40:21 linux-kernel Re: [PATCH v3 3/4] arm64: implement live patching
2018-10-15 16:02:30 linux-kernel Re: [PATCH v12 06/12] livepatch: Simplify API by removing registration step
2018-09-05 09:36:00 linux-kernel Re: [PATCH v12 06/12] livepatch: Simplify API by removing registration step
2018-09-04 15:18:15 linux-kernel Re: [PATCH v12 10/12] livepatch: Atomic replace and cumulative patches documentation
2018-09-04 14:51:51 linux-kernel Re: [PATCH v12 09/12] livepatch: Remove Nop structures when unused
2018-09-03 16:02:10 linux-kernel Re: [PATCH v12 07/12] livepatch: Use lists to manage patches, objects and functions
2018-08-31 11:12:15 linux-kernel Re: [PATCH v12 04/12] livepatch: Consolidate klp_free functions
2018-08-31 08:52:49 linux-kernel Re: [PATCH v12 03/12] livepatch: Shuffle klp_enable_patch()/klp_disable_patch() code
2018-08-31 08:52:14 linux-kernel Re: [PATCH v12 01/12] livepatch: Change void *new_func -> unsigned long new_addr in struct klp_func
2018-08-30 11:59:40 linux-kernel Re: [PATCH v12 00/12]
2018-08-29 11:38:57 linux-kernel Re: [PATCH 2/3] arm64: implement live patching
2018-07-12 09:15:54 linux-kernel Re: [PATCH] livepatch: Remove reliable stacktrace check in klp_try_switch_task()
2018-06-11 12:43:47 linux-kernel Re: [PATCH 2/3] livepatch: Deny the patched modules to be removed
2018-06-08 06:35:32 linux-kernel [PATCH] compiler-gcc.h: don't set COMPILER_HAS_GENERIC_BUILTIN_OVERFLOW for sparse
2018-06-07 11:07:01 linux-kernel sparse warnings in overflow.h
2018-06-07 10:28:14 linux-kernel [PATCH 2/3] livepatch: Deny the patched modules to be removed
2018-06-07 10:27:59 linux-kernel [PATCH 3/3] module: Remove superfluous call to klp_module_going()
2018-06-07 10:27:55 linux-kernel [PATCH 1/3] livepatch: Nullify obj->mod in klp_module_coming()'s error path
2018-06-07 09:34:00 linux-kernel [PATCH 0/3] Deny the patched modules to be removed
2018-06-06 07:50:49 linux-kernel Re: [PATCH 1/2] livepatch: Send a fake signal periodically
2018-06-05 07:18:32 linux-kernel Re: [PATCH 1/2] livepatch: Send a fake signal periodically
2018-06-04 14:17:56 linux-kernel [PATCH 2/2] livepatch: Remove signal sysfs attribute
2018-06-04 14:17:45 linux-kernel [PATCH 1/2] livepatch: Send a fake signal periodically
2018-06-04 14:17:32 linux-kernel [PATCH 0/2] Periodic fake signal
2018-05-23 13:07:41 linux-kernel Re: [PATCH] livepatch: Remove not longer valid limitations from the documentation
2018-05-22 14:29:04 linux-kernel Re: [PATCH v4 0/1] Add livepatch kselftests
2018-04-17 11:23:09 linux-kernel Re: [PATCH v3 0/2] livepatch: Allocate and free shadow variables more safely
2018-04-17 08:26:07 linux-kernel Re: [PATCH v10 05/10] livepatch: Support separate list for replaced patches.
2018-04-17 08:07:35 linux-kernel Re: [PATCH v3] selftests/livepatch: introduce tests
2018-04-16 12:26:49 linux-kernel Re: [PATCH v3] selftests/livepatch: introduce tests
2018-04-13 12:15:01 linux-kernel Re: [PATCH v3] selftests/livepatch: introduce tests
2018-04-12 13:33:19 linux-kernel Re: [PATCH v2] Add livepatch kselftests
2018-04-11 13:43:02 linux-kernel Re: [PATCH v10 05/10] livepatch: Support separate list for replaced patches.
2018-04-11 09:34:21 linux-kernel Re: [PATCH v2 1/2] livepatch: Initialize shadow variables safely by a custom callback
2018-04-11 08:11:28 linux-kernel Re: [PATCH v10 05/10] livepatch: Support separate list for replaced patches.
2018-04-11 08:02:29 linux-kernel Re: [PATCH v10 05/10] livepatch: Support separate list for replaced patches.
2018-04-10 14:37:41 linux-kernel Re: [PATCH] selftests/livepatch: introduce tests
2018-04-10 13:31:41 linux-kernel Re: [PATCH v10 05/10] livepatch: Support separate list for replaced patches.
2018-04-10 09:17:35 linux-kernel Re: [PATCH 6/8] livepatch: Remove Nop structures when unused
2018-04-09 14:05:41 linux-kernel Re: [PATCH 4/8] livepatch: Add an extra flag to distinguish registered patches
2018-04-09 13:57:54 linux-kernel Re: [PATCH 3/8] livepatch: Add atomic replace
2018-03-21 13:26:59 linux-kernel Re: [PATCH 2/2] livepatch: Allow to unregister or free shadow data using a custom function
2018-03-21 12:58:23 linux-kernel Re: [PATCH 1/2] livepatch: Initialize shadow variables by init function safely
2018-03-20 13:33:31 linux-kernel Re: [PATCH v10 05/10] livepatch: Support separate list for replaced patches.
2018-03-20 13:17:27 linux-kernel Re: [PATCH v10 00/10] livepatch: Atomic replace feature
2018-03-05 14:17:16 linux-kernel Re: [PATCH v8 0/8] livepatch: Atomic replace feature