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
2021-02-10 12:15:35 linux-kernel Re: [PATCH] module: potential uninitialized return in module_kallsyms_on_each_symbol()
2021-02-10 05:45:41 linux-kernel Re: [PATCH v2 0/3] objtool: Support the stack swizzle
2021-02-09 15:18:47 linux-kernel Re: [GIT PULL] x86/urgent for v5.11-rc7
2021-02-09 08:35:24 linux-kernel Re: [GIT PULL] x86/urgent for v5.11-rc7
2021-02-03 09:34:32 linux-kernel Re: [PATCH 10/13] module: pass struct find_symbol_args to find_symbol
2021-02-03 00:40:16 linux-kernel Re: [PATCH 09/13] module: merge each_symbol_section into find_symbol
2021-02-03 00:39:51 linux-kernel Re: [PATCH 08/13] module: remove each_symbol_in_section
2021-02-03 00:30:41 linux-kernel Re: [PATCH 10/13] module: pass struct find_symbol_args to find_symbol
2021-02-02 22:23:45 linux-kernel Re: [PATCH 13/13] module: remove EXPORT_UNUSED_SYMBOL*
2021-02-02 22:22:20 linux-kernel Re: [PATCH 12/13] module: remove EXPORT_SYMBOL_GPL_FUTURE
2021-02-02 22:21:23 linux-kernel Re: [PATCH 07/13] module: mark module_mutex static
2021-02-02 22:21:17 linux-kernel Re: [PATCH 11/13] module: move struct symsearch to module.c
2021-02-02 22:21:17 linux-kernel Re: [PATCH 06/13] kallsyms: only build {,module_}kallsyms_on_each_symbol when required
2021-02-02 10:48:51 linux-kernel Re: [PATCH 05/13] kallsyms: refactor {,module_}kallsyms_on_each_symbol
2021-02-01 14:05:28 linux-kernel Re: [PATCH 05/13] kallsyms: refactor {,module_}kallsyms_on_each_symbol
2021-02-01 13:41:37 linux-kernel Re: [PATCH 05/13] kallsyms: refactor {,module_}kallsyms_on_each_symbol
2021-02-01 13:18:43 linux-kernel Re: [PATCH 04/13] module: use RCU to synchronize find_module
2021-01-27 22:11:34 linux-kernel Re: [PATCH] stacktrace: Move documentation for arch_stack_walk_reliable() to header
2021-01-27 22:08:39 linux-kernel Re: [PATCH v6 0/2] Documentation: livepatch: Document reliable stacktrace and minor cleanup
2021-01-15 11:41:46 linux-kernel Re: [PATCH] objtool: Don't fail the kernel build on fatal errors
2021-01-15 11:33:43 linux-kernel Re: [PATCH] objtool: Don't fail on missing symbol table
2021-01-08 08:19:07 linux-kernel Re: [PATCH 3/3] objtool: Support stack layout changes in alternatives
2021-01-07 13:26:38 linux-kernel Re: [PATCH 3/3] objtool: Support stack layout changes in alternatives
2020-11-13 11:43:02 linux-kernel Re: [PATCH 3/3 v6] livepatch: Use the default ftrace_ops instead of REGS when ARGS is available
2020-11-06 10:10:04 linux-kernel Re: [PATCH 07/11 v3] livepatch: Trigger WARNING if livepatch function fails due to recursion
2020-11-06 10:07:24 linux-kernel Re: [PATCH 06/11 v3] livepatch/ftrace: Add recursion protection to the ftrace callback
2020-11-04 14:02:12 linux-kernel Re: [PATCH v2 0/3] module: refactor module_sig_check()
2020-10-30 13:09:14 linux-kernel Re: [RFC][PATCH 3/3 v3] livepatching: Use the default ftrace_ops instead of REGS when ARGS is available
2020-10-30 09:50:49 linux-kernel Re: [PATCH 6/9] livepatch/ftrace: Add recursion protection to the ftrace callback
2020-10-30 09:15:29 linux-kernel Re: [PATCH 1/9] ftrace: Move the recursion testing into global headers
2020-10-29 15:05:13 linux-kernel Re: [PATCH 6/9] livepatch/ftrace: Add recursion protection to the ftrace callback
2020-10-29 13:52:57 linux-kernel Re: [PATCH 6/9] livepatch/ftrace: Add recursion protection to the ftrace callback
2020-10-29 12:35:59 linux-kernel Re: [PATCH] module: set MODULE_STATE_GOING state when a module fails to load
2020-10-29 10:08:26 linux-kernel Re: [PATCH] Documentation: livepatch: document reliable stacktrace
2020-10-28 19:12:45 linux-kernel [PATCH] module: set MODULE_STATE_GOING state when a module fails to load
2020-10-12 17:30:27 linux-kernel Re: [PATCHSET RFC v3 0/6] Add support for TIF_NOTIFY_SIGNAL
2020-10-09 08:04:21 linux-kernel Re: [PATCHSET RFC v3 0/6] Add support for TIF_NOTIFY_SIGNAL
2020-10-05 07:11:44 linux-kernel Re: [PATCH v4 04/29] objtool: Add a pass for generating __mcount_loc
2020-10-01 13:18:58 linux-kernel Re: [PATCH v4 04/29] objtool: Add a pass for generating __mcount_loc
2020-09-25 13:26:31 linux-kernel Re: [PATCH v5 00/10] Function Granular KASLR
2020-09-24 13:08:08 linux-kernel Re: [PATCH v5 10/10] livepatch: only match unique symbols when using fgkaslr
2020-09-16 20:56:49 linux-kernel Re: [PATCH v3 0/3] arm64: Convert to ARCH_STACKWALK
2020-09-11 10:46:47 linux-kernel Re: [PATCH v3 00/10] Make check implementation arch agnostic
2020-09-04 07:57:56 linux-kernel Re: [PATCH] objtool: support symtab_shndx during dump
2020-09-03 15:15:24 linux-kernel Re: [PATCH] objtool: support symtab_shndx during dump
2020-09-02 15:42:33 linux-kernel Re: [PATCH 1/2] docs/livepatch: Add new compiler considerations doc
2020-09-02 14:58:50 linux-kernel Re: refactoring livepatch documentation was Re: [PATCH 1/2] docs/livepatch: Add new compiler considerations doc
2020-09-02 13:55:17 linux-kernel Re: [PATCH 2/2] samples/livepatch: Add README.rst disclaimer
2020-09-02 09:35:23 linux-kernel Re: [PATCH v2 3/3] arm64: stacktrace: Convert to ARCH_STACKWALK
2020-09-02 09:28:35 linux-kernel Re: [PATCH v2 2/3] arm64: stacktrace: Make stack walk callback consistent with generic code
2020-09-02 09:28:00 linux-kernel Re: [PATCH v2 1/3] stacktrace: Remove reliable argument from arch_stack_walk() callback