Linux Live Patching
[Prev Page][Next Page]
- Re: [PATCH v2 3/4] livepatch: Proper error handling in the shadow variables selftest, (continued)
- [PATCH] selftests/livepatch: add DYNAMIC_DEBUG config dependency,
Joe Lawrence
- [PATCH AUTOSEL 4.20 208/304] livepatch: check kzalloc return values, Sasha Levin
- [PATCH AUTOSEL 4.19 174/258] livepatch: check kzalloc return values,
Sasha Levin
- [PATCH] livepatch: core: Return ENOTSUPP instead of ENOSYS,
Alice Ferrazzi
- [PATCH V4] livepatch: non static warnings fix,
Nicholas Mc Guire
- [PATCH] livepatch: fix size mismatch,
Nicholas Mc Guire
- [PATCH V3] livepatch: non static warnings fix,
Nicholas Mc Guire
- [PATCH 0/4] powerpc/livepatch: reliable stack unwinder fixes,
Joe Lawrence
- [PATCH v7 0/3] arm64: ftrace with regs,
Torsten Duwe
- [PATCH 0/4] livepatch: Followup changes for the atomic replace patchset,
Petr Mladek
- [PATCH v2 0/2] Periodic fake signal,
Miroslav Benes
- ppc64le reliable stack unwinder and scheduled tasks,
Joe Lawrence
- [PATCH v15 00/11] livepatch: Atomic replace feature,
Petr Mladek
- [PATCH v15 01/11] livepatch: Change unsigned long old_addr -> void *old_func in struct klp_func, Petr Mladek
- [PATCH v15 08/11] livepatch: Remove Nop structures when unused, Petr Mladek
- [PATCH v15 11/11] selftests/livepatch: introduce tests, Petr Mladek
- [PATCH v15 10/11] livepatch: Remove ordering (stacking) of the livepatches, Petr Mladek
- [PATCH v15 09/11] livepatch: Atomic replace and cumulative patches documentation, Petr Mladek
- [PATCH v15 06/11] livepatch: Use lists to manage patches, objects and functions, Petr Mladek
- [PATCH v15 07/11] livepatch: Add atomic replace, Petr Mladek
- [PATCH v15 05/11] livepatch: Simplify API by removing registration step, Petr Mladek
- [PATCH v15 02/11] livepatch: Shuffle klp_enable_patch()/klp_disable_patch() code, Petr Mladek
- [PATCH v15 04/11] livepatch: Don't block the removal of patches loaded after a forced transition, Petr Mladek
- [PATCH v15 03/11] livepatch: Consolidate klp_free functions, Petr Mladek
- Re: [PATCH v15 00/11] livepatch: Atomic replace feature, Josh Poimboeuf
- Re: [PATCH v15 00/11] livepatch: Atomic replace feature, Jiri Kosina
- [PATCH v6] arm64: implement ftrace with regs,
Torsten Duwe
- [GIT PULL] livepatching for 4.21,
Jiri Kosina
- [PATCH] kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabled,
Miroslav Benes
- [PATCH V2] livepatch: fix non-static warnings,
Nicholas Mc Guire
- [PATCH 1/2] livepatch: fix non-static warnings,
Nicholas Mc Guire
- [PATCH 1/2 V2] livepatch: handle kzalloc failure properly,
Nicholas Mc Guire
- [PATCH 1/2] livepatch: handle kzalloc failure,
Nicholas Mc Guire
- [PATCH v5] arm64: implement ftrace with regs,
Torsten Duwe
- [PATCH v14 00/11] livepatch: Atomic replace feature,
Petr Mladek
- [PATCH v14 01/11] livepatch: Change unsigned long old_addr -> void *old_func in struct klp_func, Petr Mladek
- [PATCH v14 06/11] livepatch: Use lists to manage patches, objects and functions, Petr Mladek
- [PATCH v14 09/11] livepatch: Atomic replace and cumulative patches documentation, Petr Mladek
- [PATCH v14 10/11] livepatch: Remove ordering and refuse loading conflicting patches, Petr Mladek
- [PATCH v14 11/11] selftests/livepatch: introduce tests, Petr Mladek
- [PATCH v14 05/11] livepatch: Simplify API by removing registration step, Petr Mladek
- [PATCH v14 08/11] livepatch: Remove Nop structures when unused, Petr Mladek
- [PATCH v14 07/11] livepatch: Add atomic replace, Petr Mladek
- [PATCH v14 04/11] livepatch: Refuse to unload only livepatches available during a forced transition, Petr Mladek
- [PATCH v14 03/11] livepatch: Consolidate klp_free functions, Petr Mladek
- [PATCH v14 02/11] livepatch: Shuffle klp_enable_patch()/klp_disable_patch() code, Petr Mladek
- Re: [PATCH v14 00/11] livepatch: Atomic replace feature, Joe Lawrence
- Re: [PATCH v2] ARM: module: Fix function kallsyms on Thumb-2,
Jessica Yu
- [PATCH v4 0/3] arm64 live patching,
Torsten Duwe
- Live patching microconference update,
Josh Poimboeuf
- [PATCH v13 00/12] livepatch: Atomic replace feature,
Petr Mladek
- [PATCH v13 12/12] selftests/livepatch: introduce tests, Petr Mladek
- [PATCH v13 11/12] livepatch: Remove ordering and refuse loading conflicting patches, Petr Mladek
- [PATCH v13 10/12] livepatch: Atomic replace and cumulative patches documentation, Petr Mladek
- [PATCH v13 08/12] livepatch: Add atomic replace, Petr Mladek
- [PATCH v13 09/12] livepatch: Remove Nop structures when unused, Petr Mladek
- [PATCH v13 06/12] livepatch: Simplify API by removing registration step, Petr Mladek
- [PATCH v13 07/12] livepatch: Use lists to manage patches, objects and functions, Petr Mladek
- [PATCH v13 05/12] livepatch: Refuse to unload only livepatches available during a forced transition, Petr Mladek
- [PATCH v13 04/12] livepatch: Consolidate klp_free functions, Petr Mladek
- [PATCH v13 02/12] livepatch: Helper macros to define livepatch structures, Petr Mladek
- [PATCH v13 03/12] livepatch: Shuffle klp_enable_patch()/klp_disable_patch() code, Petr Mladek
- [PATCH v13 01/12] livepatch: Change void *new_func -> unsigned long new_addr in struct klp_func, Petr Mladek
- Re: [PATCH v13 00/12] livepatch: Atomic replace feature, Josh Poimboeuf
- [PATCH v3 0/4] arm64 live patching,
Torsten Duwe
- Re: GCC options for kernel live-patching (Was: Add a new option to control inlining only on static functions),
Martin Jambor
- Re: GCC options for kernel live-patching (Was: Add a new option to control inlining only on static functions), Qing Zhao
- Message not available
- Re: GCC options for kernel live-patching (Was: Add a new option to control inlining only on static functions), Martin Jambor
- Re: GCC options for kernel live-patching (Was: Add a new option to control inlining only on static functions), Qing Zhao
- Re: GCC options for kernel live-patching (Was: Add a new option to control inlining only on static functions), Martin Liška
- Message not available
- Re: GCC options for kernel live-patching (Was: Add a new option to control inlining only on static functions), Martin Liška
- Message not available
- Message not available
- Re: GCC options for kernel live-patching (Was: Add a new option to control inlining only on static functions), Jan Hubicka
- Re: GCC options for kernel live-patching (Was: Add a new option to control inlining only on static functions), Martin Liška
- Re: GCC options for kernel live-patching (Was: Add a new option to control inlining only on static functions), Martin Liška
- Re: GCC options for kernel live-patching (Was: Add a new option to control inlining only on static functions), Jan Hubicka
- Re: GCC options for kernel live-patching (Was: Add a new option to control inlining only on static functions), Martin Liška
- Re: GCC options for kernel live-patching (Was: Add a new option to control inlining only on static functions), Jan Hubicka
- Re: GCC options for kernel live-patching (Was: Add a new option to control inlining only on static functions), Jan Hubicka
- [PATCH][RFC] Come up with -flive-patching master option., Martin Liška
- Re: [PATCH][RFC] Come up with -flive-patching master option., Qing Zhao
- Re: [PATCH][RFC] Come up with -flive-patching master option., Martin Liška
- Re: [PATCH][RFC] Come up with -flive-patching master option., Qing Zhao
- Re: [PATCH][RFC] Come up with -flive-patching master option., Martin Liška
- Message not available
- [PATCH][RFC] Come up with -flive-patching master option., Qing Zhao
- Re: [PATCH][RFC] Come up with -flive-patching master option., Miroslav Benes
- Re: [PATCH][RFC] Come up with -flive-patching master option., Qing Zhao
- Re: [PATCH][RFC] Come up with -flive-patching master option., Martin Liška
- Re: [PATCH][RFC] Come up with -flive-patching master option., Miroslav Benes
- Message not available
- Message not available
- Re: [PATCH][RFC] Come up with -flive-patching master option., Martin Liška
- Message not available
- Message not available
- Message not available
- Message not available
- [PATCH]Come up with -flive-patching master option., Qing Zhao
- Re: [PATCH]Come up with -flive-patching master option., Martin Liška
- Re: [PATCH]Come up with -flive-patching master option., Jan Hubicka
- Message not available
- Re: [PATCH]Come up with -flive-patching master option., Martin Liška
- Message not available
- Re: [PATCH]Come up with -flive-patching master option., Martin Liška
- [PATCH][Version 3]Come up with -flive-patching master option., Qing Zhao
- Re: [PATCH][Version 3]Come up with -flive-patching master option., Jan Hubicka
- Message not available
- Re: [PATCH][Version 3]Come up with -flive-patching master option., Rainer Orth
- Re: [PATCH][Version 3]Come up with -flive-patching master option., Jonathan Wakely
- Message not available
- Re: [PATCH][Version 3]Come up with -flive-patching master option., Jonathan Wakely
- Re: [PATCH][Version 3]Come up with -flive-patching master option., Richard Biener
- Re: [PATCH][RFC] Come up with -flive-patching master option., Bernhard Reutner-Fischer
- Re: [PATCH][RFC] Come up with -flive-patching master option., Martin Liška
Re: GCC options for kernel live-patching (Was: Add a new option to control inlining only on static functions), Martin Jambor
Re: GCC options for kernel live-patching (Was: Add a new option to control inlining only on static functions), Qing Zhao
Performance impact of disabling non-clone IPA optimizations for the Linux kernel (was: "GCC options for kernel live-patching"), Nicolai Stange
[PATCH v12 00/12],
Petr Mladek
- [PATCH v12 01/12] livepatch: Change void *new_func -> unsigned long new_addr in struct klp_func, Petr Mladek
- [PATCH v12 03/12] livepatch: Shuffle klp_enable_patch()/klp_disable_patch() code, Petr Mladek
- [PATCH v12 10/12] livepatch: Atomic replace and cumulative patches documentation, Petr Mladek
- [PATCH v12 11/12] livepatch: Remove ordering and refuse loading conflicting patches, Petr Mladek
- [PATCH v12 12/12] selftests/livepatch: introduce tests, Petr Mladek
- [PATCH v12 08/12] livepatch: Add atomic replace, Petr Mladek
- [PATCH v12 09/12] livepatch: Remove Nop structures when unused, Petr Mladek
- [PATCH v12 05/12] livepatch: Refuse to unload only livepatches available during a forced transition, Petr Mladek
- [PATCH v12 07/12] livepatch: Use lists to manage patches, objects and functions, Petr Mladek
- [PATCH v12 06/12] livepatch: Simplify API by removing registration step, Petr Mladek
- [PATCH v12 02/12] livepatch: Helper macros to define livepatch structures, Petr Mladek
- [PATCH v12 04/12] livepatch: Consolidate klp_free functions, Petr Mladek
- Re: [PATCH v12 00/12], Miroslav Benes
[GIT PULL] livepatching, Jiri Kosina
[PATCH v2 0/3] arm64 live patching,
Torsten Duwe
[PATCH 0/3] arm64 live patching,
Torsten Duwe
Live patching miniconf proposal submitted,
Jiri Kosina
[RFC PATCH 0/1] x86/ftrace: fix live patching vs. tracing race,
Nicolai Stange
[PATCH] livepatch: Validate module/old func name length,
Kamalesh Babulal
[PATCH v2] doc: livepatch: fix minor typo/grammar in shadow-vars.txt,
Kamalesh Babulal
[PATCH] doc: livepatch: fix minor typo in shadow-vars.txt,
Kamalesh Babulal
Livepatch consistency model, objtool, and s390x arch,
Joe Lawrence
[PATCH] livepatch: Remove reliable stacktrace check in klp_try_switch_task(),
Kamalesh Babulal
[GIT] livepatching, Jiri Kosina
[PATCH 0/3] Deny the patched modules to be removed,
Miroslav Benes
[PATCH] module: exclude SHN_UNDEF symbols from kallsyms api,
Jessica Yu
[PATCH 0/2] Periodic fake signal,
Miroslav Benes
[PATCH 4.9 02/29] objtool: Move checking code to check.c, Greg Kroah-Hartman
[PATCH 4.9 26/29] objtool, x86: Add several functions and files to the objtool whitelist, Greg Kroah-Hartman
[PATCH 02/29] objtool: Move checking code to check.c, Greg Kroah-Hartman
[PATCH 26/29] objtool, x86: Add several functions and files to the objtool whitelist, Greg Kroah-Hartman
/proc/kallsyms shows undefined symbols for livepatch modules,
Josh Poimboeuf
Bug when reloading a patched module,
Josh Poimboeuf
[PATCH] livepatch: Remove not longer valid limitations from the documentation,
Petr Mladek
[PATCH v4 0/1] Add livepatch kselftests,
Joe Lawrence
[PATCH v3 0/2] livepatch: Allocate and free shadow variables more safely,
Petr Mladek
[PATCH v3] Add livepatch kselftests,
Joe Lawrence
[PATCH v2] Add livepatch kselftests,
Joe Lawrence
Re: [PATCH v2] Add livepatch kselftests, Josh Poimboeuf
Re: [PATCH v2] Add livepatch kselftests, Miroslav Benes
[PATCH v2 0/2] livepatch: Allocate and free shadow variables more safely,
Petr Mladek
[PATCH] Add livepatch kselftests,
Joe Lawrence
[PATCH 0/8] livepatch: Atomic replace feature,
Petr Mladek
[Index of Archives]
[Linux Kernel]
[Linux NFS]
[Linux NILFS]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]