Linux Live Patching
[Prev Page][Next Page]
- [PATCH v2] livepatch: Fix leak on klp_init_patch_early failure path,
David Vernet
- [PATCH] livepatch: Fix leak on klp_init_patch_early failure path,
David Vernet
- [PATCH v2 0/2] livepatch: Allow user to specify functions to search for on a stack,
Miroslav Benes
- [PATCH] Documentation: livepatch: Add kernel-doc link to klp_enable_patch,
David Vernet
- Some questions about arm64 live-patching support,
Hubin
- Re: [PATCH] powerpc/module_64: Fix livepatching for RO modules,
Joe Lawrence
- [PATCH v8 00/14] Function Granular KASLR,
Alexander Lobakin
- [PATCH v8 01/14] x86: Makefile: Add build and config option for CONFIG_FG_KASLR, Alexander Lobakin
- [PATCH v8 02/14] x86/tools: Add relative relocs for randomized functions, Alexander Lobakin
- [PATCH v8 03/14] x86: Add support for function granular KASLR, Alexander Lobakin
- [PATCH v8 04/14] linkage: add macros for putting ASM functions into own sections, Alexander Lobakin
- [PATCH v8 07/14] kallsyms: Hide layout, Alexander Lobakin
- [PATCH v8 08/14] livepatch: only match unique symbols when using FG-KASLR, Alexander Lobakin
- [PATCH v8 06/14] FG-KASLR: use a scripted approach to handle .text.* sections, Alexander Lobakin
- [PATCH v8 10/14] arm64/crypto: conditionally place ASM functions into separate sections, Alexander Lobakin
- [PATCH v8 09/14] x86/boot: allow FG-KASLR to be selected, Alexander Lobakin
- [PATCH v8 12/14] module: use a scripted approach for FG-KASLR, Alexander Lobakin
- [PATCH v8 13/14] Documentation: add documentation for FG-KASLR, Alexander Lobakin
- [PATCH v8 14/14] maintainers: add MAINTAINERS entry for FG-KASLR, Alexander Lobakin
- [PATCH v8 11/14] module: Reorder functions, Alexander Lobakin
- Message not available
- Re: [PATCH v8 00/14] Function Granular KASLR, Peter Zijlstra
[PATCH v11 0/5] arm64: Reorganize the unwinder and implement stack trace reliability checks,
madvenka
Re: CET/IBT support and live-patches,
Miroslav Benes
[PATCH 0/3] livepatch: Allow user to specify functions to search for on a stack,
Miroslav Benes
Re: [PATCH 20/22] x86,word-at-a-time: Remove .fixup usage,
Josh Poimboeuf
[PATCH] arm64: module: Use aarch64_insn_write when updating relocations later on,
Suraj Jitindar Singh
[PATCH V4 0/3] livepatch: cleanup kpl_patch kobject release,
Ming Lei
[PATCH V3 0/3] livepatch: cleanup kpl_patch kobject release,
Ming Lei
ppc64le STRICT_MODULE_RWX and livepatch apply_relocate_add() crashes,
Joe Lawrence
[PATCH V2 0/3] livepatch: cleanup kpl_patch kobject release,
Ming Lei
[PATCH 0/3] livepatch: cleanup kpl_patch kobject release,
Ming Lei
[PATCH v1 0/5] Implement livepatch on PPC32,
Christophe Leroy
[PATCH] livepatch: Fix build failure on 32 bits processors, Christophe Leroy
[PATCH v7 0/2] fix & prevent the missing preemption disabling,
王贇
[PATCH v6 0/2] fix & prevent the missing preemption disabling,
王贇
[PATCH v5 0/2] fix & prevent the missing preemption disabling,
王贇
Re: [PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate,
Miroslav Benes
[PATCH v2] tracing: Have all levels of checks prevent recursion,
Steven Rostedt
[PATCH v4 0/2] fix & prevent the missing preemption disabling,
王贇
[PATCH] tracing: Have all levels of checks prevent recursion,
Steven Rostedt
[PATCH v10 00/11] arm64: Reorganize the unwinder and implement stack trace reliability checks,
madvenka
- [PATCH v10 01/11] arm64: Select STACKTRACE in arch/arm64/Kconfig, madvenka
- [PATCH v10 02/11] arm64: Make perf_callchain_kernel() use arch_stack_walk(), madvenka
- [PATCH v10 03/11] arm64: Make get_wchan() use arch_stack_walk(), madvenka
- [PATCH v10 07/11] arm64: Call stack_backtrace() only from within walk_stackframe(), madvenka
- [PATCH v10 05/11] arm64: Make dump_stacktrace() use arch_stack_walk(), madvenka
- [PATCH v10 06/11] arm64: Make profile_pc() use arch_stack_walk(), madvenka
- [PATCH v10 04/11] arm64: Make return_address() use arch_stack_walk(), madvenka
- [PATCH v10 08/11] arm64: Rename unwinder functions, prevent them from being traced and kprobed, madvenka
- [PATCH v10 09/11] arm64: Make the unwind loop in unwind() similar to other architectures, madvenka
- [PATCH v10 10/11] arm64: Introduce stack trace reliability checks in the unwinder, madvenka
- [PATCH v10 11/11] arm64: Create a list of SYM_CODE functions, check return PC against list, madvenka
- Re: [PATCH v10 00/11] arm64: Reorganize the unwinder and implement stack trace reliability checks, Madhavan T. Venkataraman
[PATCH v9 00/11] arm64: Reorganize the unwinder and implement stack trace reliability checks,
madvenka
- [PATCH v9 01/11] arm64: Select STACKTRACE in arch/arm64/Kconfig, madvenka
- [PATCH v9 10/11] arm64: Introduce stack trace reliability checks in the unwinder, madvenka
- [PATCH v9 11/11] arm64: Create a list of SYM_CODE functions, check return PC against list, madvenka
- [PATCH v9 02/11] arm64: Make perf_callchain_kernel() use arch_stack_walk(), madvenka
- [PATCH v9 04/11] arm64: Make return_address() use arch_stack_walk(), madvenka
- [PATCH v9 03/11] arm64: Make get_wchan() use arch_stack_walk(), madvenka
- [PATCH v9 05/11] arm64: Make dump_stacktrace() use arch_stack_walk(), madvenka
- [PATCH v9 06/11] arm64: Make profile_pc() use arch_stack_walk(), madvenka
- [PATCH v9 07/11] arm64: Call stack_backtrace() only from within walk_stackframe(), madvenka
- [PATCH v9 08/11] arm64: Rename unwinder functions, prevent them from being traced and kprobed, madvenka
- [PATCH v9 09/11] arm64: Make the unwind loop in unwind() similar to other architectures, madvenka
- Re: [PATCH v9 00/11] arm64: Reorganize the unwinder and implement stack trace reliability checks, Madhavan T. Venkataraman
[PATCH v3 0/2] fix & prevent the missing preemption disabling,
王贇
[RESEND PATCH v2 0/2] fix & prevent the missing preemption disabling,
王贇
[PATCH 0/2] ftrace: make sure preemption disabled on recursion testing,
王贇
Re: [syzbot] upstream test error: KASAN: invalid-access Read in __entry_tramp_text_end,
Josh Poimboeuf
[PATCH v2 00/11] sched,rcu,context_tracking,livepatch: Improve livepatch task transitions for idle and NOHZ_FULL,
Peter Zijlstra
- [PATCH v2 03/11] sched,livepatch: Use task_call_func(), Peter Zijlstra
- [RFC][PATCH v2 11/11] context_tracking,x86: Fix text_poke_sync() vs NOHZ_FULL, Peter Zijlstra
- [RFC][PATCH v2 09/11] context_tracking,livepatch: Dont disturb NOHZ_FULL, Peter Zijlstra
- [RFC][PATCH v2 07/11] context_tracking: Add an atomic sequence/state count, Peter Zijlstra
- [RFC][PATCH v2 08/11] context_tracking,rcu: Replace RCU dynticks counter with context_tracking, Peter Zijlstra
- [RFC][PATCH v2 06/11] context_tracking: Prefix user_{enter,exit}*(), Peter Zijlstra
- [PATCH v2 02/11] sched,rcu: Rework try_invoke_on_locked_down_task(), Peter Zijlstra
- [PATCH v2 05/11] sched,livepatch: Use wake_up_if_idle(), Peter Zijlstra
- [PATCH v2 01/11] sched: Improve try_invoke_on_locked_down_task(), Peter Zijlstra
- [PATCH v2 04/11] sched: Simplify wake_up_*idle*(), Peter Zijlstra
[RFC][PATCH v2 10/11] livepatch: Remove klp_synchronize_transition(), Peter Zijlstra
Re: [PATCH v2 00/11] sched,rcu,context_tracking,livepatch: Improve livepatch task transitions for idle and NOHZ_FULL, Paul E. McKenney
[RFC][PATCH 0/7] sched,rcu,context_tracking,livepatch: Improve livepatch task transitions for idle and NOHZ_FULL cpus,
Peter Zijlstra
- [RFC][PATCH 2/7] sched: Fix task_try_func(), Peter Zijlstra
- [RFC][PATCH 7/7] livepatch,context_tracking: Avoid disturbing NOHZ_FULL tasks, Peter Zijlstra
- [RFC][PATCH 4/7] sched: Simplify wake_up_*idle*(), Peter Zijlstra
- [RFC][PATCH 3/7] sched,livepatch: Use task_try_func(), Peter Zijlstra
- [RFC][PATCH 1/7] sched,rcu: Rework try_invoke_on_locked_down_task(), Peter Zijlstra
- [RFC][PATCH 6/7] context_tracking: Provide SMP ordering using RCU, Peter Zijlstra
- [RFC][PATCH 5/7] sched,livepatch: Use wake_up_if_idle(), Peter Zijlstra
- Re: [RFC][PATCH 0/7] sched,rcu,context_tracking,livepatch: Improve livepatch task transitions for idle and NOHZ_FULL cpus, Petr Mladek
[PATCH v2] livepatch: Fix idle cpu's tasks transition,
Vasily Gorbik
Re: [PATCH v6 kspp-next 16/22] livepatch: only match unique symbols when using fgkaslr,
Miroslav Benes
[PATCH] livepatch: Fix idle cpu's tasks transition,
Vasily Gorbik
[GIT PULL] livepatching for 5.15,
Petr Mladek
announcing LLpatch: arch-independent live-patch creation,
Peter Swain
[RFC PATCH v8 0/4] arm64: Reorganize the unwinder and implement stack trace reliability checks,
madvenka
[RFC PATCH v7 0/4] arm64: Reorganize the unwinder and implement stack trace reliability checks,
madvenka
[PATCH v2 0/3] kmod: add patient module removal support,
Luis Chamberlain
[PATCH] tracing: define needed config DYNAMIC_FTRACE_WITH_ARGS,
Lukas Bulwahn
Reference to non-existing DYNAMIC_FTRACE_WITH_ARGS,
Lukas Bulwahn
[PATCH] libkmod-module: add support for a patient module removal option,
Luis Chamberlain
[PATCH 00/38] Replace deprecated CPU-hotplug,
Sebastian Andrzej Siewior
[PATCH] MAINTAINERS: Add Luis Chamberlain as modules maintainer, Jessica Yu
[RFC PATCH] livepatch: Speed up transition retries,
Vasily Gorbik
[RFC PATCH] livepatch: Kick idle cpu's tasks to perform transition,
Vasily Gorbik
[RFC PATCH v6 0/3] arm64: Implement stack trace reliability checks,
madvenka
[RFC PATCH 1/1] arm64: implement live patching,
Suraj Jitindar Singh
[RFC PATCH v5 0/2] arm64: Implement stack trace reliability checks,
madvenka
[RFC PATCH v4 0/2] arm64: Stack trace reliability checks in the unwinder,
madvenka
[RFC PATCH v3 0/4] arm64: Stack trace reliability checks in the unwinder,
madvenka
[GIT PULL] livepatching for 5.13,
Petr Mladek
[PATCH v3 0/1] arm64: Implement stack trace termination record,
madvenka
Re: the qemu-nbd process automatically exit with the commit 43347d56c 'livepatch: send a fake signal to all blocking tasks',
Miroslav Benes
[Index of Archives]
[Linux Kernel]
[Linux NFS]
[Linux NILFS]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]