LinuxLists
Users
About
Joe Lawrence (
[email protected]
)
Number of posts: 450 (0.16 per day)
First post: 2016-11-09 16:00:13
Last post: 2024-06-06 15:17:50
Previous Page
/
Next Page
Date
List
Subject
2019-03-18 19:22:49
linux-kernel
Re: [PATCH v2 8/8] documentation: Update on livepatch elf format
2019-03-18 19:22:47
linux-kernel
Re: [PATCH v2 7/8] livepatch: Add sample livepatch module
2019-03-18 19:21:56
linux-kernel
Re: [PATCH v2 6/8] modpost: Add modinfo flag to livepatch modules
2019-03-18 19:21:42
linux-kernel
Re: [PATCH v2 5/8] modpost: Integrate klp-convert
2019-03-18 19:21:35
linux-kernel
Re: [PATCH v2 2/8] kbuild: Support for Symbols.list creation
2019-03-18 19:21:13
linux-kernel
Re: [PATCH v2 3/8] livepatch: Add klp-convert tool
2019-03-18 19:19:41
linux-kernel
Re: [PATCH v2 0/8] klp-convert
2019-02-27 23:21:35
linux-kernel
Re: [PATCH] x86/stacktrace: export save_stack_trace_tsk_reliable
2019-02-27 22:26:00
linux-kernel
Re: [PATCH] x86/stacktrace: export save_stack_trace_tsk_reliable
2019-02-27 21:18:57
linux-kernel
[PATCH] x86/stacktrace: export save_stack_trace_tsk_reliable
2019-02-05 21:19:16
linux-kernel
Re: [PATCH v2 3/4] livepatch: Proper error handling in the shadow variables selftest
2019-02-01 22:34:02
linux-kernel
Re: [PATCH] sched/debug: initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACK
2019-02-01 16:03:29
linux-kernel
Re: [PATCH 0/4] livepatch: Followup changes for the atomic replace patchset
2019-01-29 16:17:36
linux-kernel
Re: [PATCH] sched/debug: initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACK
2019-01-28 19:53:43
linux-kernel
Re: [PATCH] livepatch: core: Return ENOTSUPP instead of ENOSYS
2019-01-24 17:06:56
linux-kernel
Re: [PATCH V4] livepatch: non static warnings fix
2019-01-23 18:29:24
linux-kernel
Re: [PATCH 4/4] livepatch: Remove the redundant enabled flag in struct klp_patch
2019-01-22 16:32:23
linux-kernel
Re: [PATCH V2] livepatch: fix non-static warnings
2019-01-22 16:01:37
linux-kernel
[PATCH 4/4] powerpc/livepatch: return -ERRNO values in save_stack_trace_tsk_reliable()
2019-01-22 16:00:09
linux-kernel
[PATCH 2/4] powerpc/livepatch: relax reliable stack tracer checks for first-frame
2019-01-22 15:59:20
linux-kernel
[PATCH 3/4] powerpc/livepatch: small cleanups in save_stack_trace_tsk_reliable()
2019-01-22 15:59:03
linux-kernel
[PATCH 1/4] powerpc/64s: Clear on-stack exception marker upon exception return
2019-01-22 15:58:55
linux-kernel
[PATCH 0/4] powerpc/livepatch: reliable stack unwinder fixes
2019-01-21 22:52:59
linux-kernel
Re: [PATCH 4/4] livepatch: Remove the redundant enabled flag in struct klp_patch
2019-01-21 22:49:23
linux-kernel
Re: [PATCH 3/4] livepatch: Module coming and going callbacks can proceed all listed patches
2019-01-21 22:41:53
linux-kernel
Re: [PATCH 2/4] livepatch: Handle failing allocation of shadow variables in the selftest
2019-01-21 22:36:18
linux-kernel
Re: [PATCH 1/4] livepatch: Introduce klp_for_each_patch macro
2019-01-14 17:56:14
linux-kernel
Re: ppc64le reliable stack unwinder and scheduled tasks
2019-01-14 16:49:01
linux-kernel
Re: ppc64le reliable stack unwinder and scheduled tasks
2019-01-14 04:11:12
linux-kernel
Re: ppc64le reliable stack unwinder and scheduled tasks
2019-01-11 21:45:56
linux-kernel
Re: [PATCH v2] x86/tools/relocs: fix big section header tables
2019-01-11 03:43:56
linux-kernel
Re: ppc64le reliable stack unwinder and scheduled tasks
2019-01-10 23:53:21
linux-kernel
ppc64le reliable stack unwinder and scheduled tasks
2018-12-18 15:21:27
linux-kernel
Re: [PATCH V2] livepatch: fix non-static warnings
2018-12-17 15:45:53
linux-kernel
Re: [PATCH V2] livepatch: fix non-static warnings
2018-12-15 16:27:32
linux-kernel
Re: [PATCH 1/2] livepatch: fix non-static warnings
2018-12-14 22:05:11
linux-kernel
Re: [PATCH 1/2] livepatch: fix non-static warnings
2018-12-14 21:41:32
linux-kernel
Re: [PATCH 2/2] livepatch: check kzalloc return values
2018-12-14 21:35:46
linux-kernel
Re: [PATCH 1/2] livepatch: fix non-static warnings
2018-12-13 20:41:35
linux-kernel
Re: [PATCH 2/2 V2] livepatch: handle kzalloc failure properly
2018-12-13 16:41:05
linux-kernel
Re: [PATCH 2/2 V2] livepatch: handle kzalloc failure properly
2018-12-13 14:18:23
linux-kernel
Re: [PATCH 2/2 V2] livepatch: handle kzalloc failure properly
2018-12-06 14:39:12
linux-kernel
Re: [PATCH v14 05/11] livepatch: Simplify API by removing registration step
2018-12-06 14:32:38
linux-kernel
Re: [PATCH v14 00/11] livepatch: Atomic replace feature
2018-12-06 14:26:04
linux-kernel
Re: [PATCH v14 03/11] livepatch: Consolidate klp_free functions
2018-12-05 20:50:08
linux-kernel
Re: [PATCH v14 00/11] livepatch: Atomic replace feature
2018-12-05 20:28:52
linux-kernel
Re: [PATCH v14 11/11] selftests/livepatch: introduce tests
2018-12-05 20:26:22
linux-kernel
Re: [PATCH v14 10/11] livepatch: Remove ordering and refuse loading conflicting patches
2018-12-05 20:21:30
linux-kernel
Re: [PATCH v14 09/11] livepatch: Atomic replace and cumulative patches documentation
2018-12-05 20:18:47
linux-kernel
Re: [PATCH v14 08/11] livepatch: Remove Nop structures when unused
2018-12-05 19:40:03
linux-kernel
Re: [PATCH v14 07/11] livepatch: Add atomic replace