live-patching.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-20 14:59:41 to 2021-12-03 10:06:18 UTC [more...]

[PATCH v8 00/14] Function Granular KASLR
 2021-12-03 10:05 UTC  (21+ messages)
` [PATCH v8 01/14] x86: Makefile: Add build and config option for CONFIG_FG_KASLR
` [PATCH v8 02/14] x86/tools: Add relative relocs for randomized functions
` [PATCH v8 03/14] x86: Add support for function granular KASLR
` [PATCH v8 04/14] linkage: add macros for putting ASM functions into own sections
` [PATCH v8 06/14] FG-KASLR: use a scripted approach to handle .text.* sections
` [PATCH v8 07/14] kallsyms: Hide layout
` [PATCH v8 08/14] livepatch: only match unique symbols when using FG-KASLR
` [PATCH v8 09/14] x86/boot: allow FG-KASLR to be selected
` [PATCH v8 10/14] arm64/crypto: conditionally place ASM functions into separate sections
` [PATCH v8 11/14] module: Reorder functions
` [PATCH v8 12/14] module: use a scripted approach for FG-KASLR
` [PATCH v8 13/14] Documentation: add documentation "
` [PATCH v8 14/14] maintainers: add MAINTAINERS entry "
  ` [PATCH v8 05/14] x86: conditionally place regular ASM functions into separate sections

CET/IBT support and live-patches
 2021-12-01 18:57 UTC  (11+ messages)

[PATCH v11 0/5] arm64: Reorganize the unwinder and implement stack trace reliability checks
 2021-11-30 20:29 UTC  (20+ messages)
  ` [PATCH v11 1/5] arm64: Call stack_backtrace() only from within walk_stackframe()
  ` [PATCH v11 2/5] arm64: Rename unwinder functions
  ` [PATCH v11 3/5] arm64: Make the unwind loop in unwind() similar to other architectures
  ` [PATCH v11 4/5] arm64: Introduce stack trace reliability checks in the unwinder
  ` [PATCH v11 5/5] arm64: Create a list of SYM_CODE functions, check return PC against list

[PATCH 0/3] livepatch: Allow user to specify functions to search for on a stack
 2021-11-26 14:06 UTC  (13+ messages)
` [PATCH 1/3] livepatch: Move the initialization of old_func to a new function
` [PATCH 2/3] livepatch: Allow user to specify functions to search for on a stack
` [PATCH 3/3] selftests/livepatch: Test of the API for specifying "

[PATCH 20/22] x86,word-at-a-time: Remove .fixup usage
 2021-11-25  8:18 UTC  (13+ messages)

[PATCH v1 0/5] Implement livepatch on PPC32
 2021-11-25  5:49 UTC  (12+ messages)
` [PATCH v1 1/5] livepatch: Fix build failure on 32 bits processors
` [PATCH v1 2/5] powerpc/ftrace: No need to read LR from stack in _mcount()
` [PATCH v1 3/5] powerpc/ftrace: Add module_trampoline_target() for PPC32
` [PATCH v1 4/5] powerpc/ftrace: Activate HAVE_DYNAMIC_FTRACE_WITH_REGS on PPC32
` [PATCH v1 5/5] powerpc/ftrace: Add support for livepatch to PPC32

[PATCH v2 0/3] kmod: add patient module removal support
 2021-11-15 20:21 UTC  (6+ messages)
` [PATCH v2 3/3] libkmod-module: add support for a patient module removal option

[PATCH v10 00/11] arm64: Reorganize the unwinder and implement stack trace reliability checks
 2021-11-14 16:15 UTC  (35+ messages)
  ` [PATCH v10 01/11] arm64: Select STACKTRACE in arch/arm64/Kconfig
  ` [PATCH v10 02/11] arm64: Make perf_callchain_kernel() use arch_stack_walk()
  ` [PATCH v10 03/11] arm64: Make get_wchan() "
  ` [PATCH v10 04/11] arm64: Make return_address() "
  ` [PATCH v10 05/11] arm64: Make dump_stacktrace() "
  ` [PATCH v10 06/11] arm64: Make profile_pc() "
  ` [PATCH v10 08/11] arm64: Rename unwinder functions, prevent them from being traced and kprobed
  ` [PATCH v10 10/11] arm64: Introduce stack trace reliability checks in the unwinder

[PATCH V4 0/3] livepatch: cleanup kpl_patch kobject release
 2021-11-10 14:42 UTC  (13+ messages)
` [PATCH V4 1/3] livepatch: remove 'struct completion finish' from klp_patch
` [PATCH V4 2/3] livepatch: free klp_patch object without holding klp_mutex
` [PATCH V4 3/3] livepatch: free klp_patch object synchronously

[PATCH] arm64: module: Use aarch64_insn_write when updating relocations later on
 2021-11-04 12:14 UTC  (2+ messages)

ppc64le STRICT_MODULE_RWX and livepatch apply_relocate_add() crashes
 2021-11-03 21:33 UTC  (4+ messages)

[PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
 2021-11-03 12:44 UTC  (20+ messages)

[PATCH V3 0/3] livepatch: cleanup kpl_patch kobject release
 2021-11-02  4:17 UTC  (6+ messages)
` [PATCH V3 1/3] livepatch: remove 'struct completion finish' from klp_patch
` [PATCH V3 2/3] livepatch: free klp_patch object without holding klp_mutex
` [PATCH V3 3/3] livepatch: free klp_patch object synchronously

[PATCH 0/3] livepatch: cleanup kpl_patch kobject release
 2021-11-01 11:30 UTC  (8+ messages)
` [PATCH 1/3] livepatch: remove 'struct completion finish' from klp_patch
` [PATCH 2/3] livepatch: free klp_patch object without holding klp_mutex
` [PATCH 3/3] livepatch: free klp_patch object synchronously

[PATCH V2 0/3] livepatch: cleanup kpl_patch kobject release
 2021-11-01  0:31 UTC  (4+ messages)
` [PATCH V2 1/3] livepatch: remove 'struct completion finish' from klp_patch
` [PATCH V2 2/3] livepatch: free klp_patch object without holding klp_mutex
` [PATCH V2 3/3] livepatch: free klp_patch object synchronously

[PATCH] livepatch: Fix build failure on 32 bits processors
 2021-10-27  4:42 UTC 

[PATCH v7 0/2] fix & prevent the missing preemption disabling
 2021-10-27  3:15 UTC  (3+ messages)
` [PATCH v7 1/2] ftrace: disable preemption when recursion locked
` [PATCH v7 2/2] ftrace: do CPU checking after preemption disabled

[PATCH v6 0/2] fix & prevent the missing preemption disabling
 2021-10-27  3:09 UTC  (5+ messages)
` [PATCH v6 1/2] ftrace: disable preemption when recursion locked
` [PATCH v6 2/2] ftrace: do CPU checking after preemption disabled

[PATCH v5 0/2] fix & prevent the missing preemption disabling
 2021-10-27  2:28 UTC  (11+ messages)
` [PATCH v5 1/2] ftrace: disable preemption when recursion locked
  ` [PATCH v6] "
` [PATCH v5 2/2] ftrace: do CPU checking after preemption disabled

[PATCH 0/2] ftrace: make sure preemption disabled on recursion testing
 2021-10-26 23:48 UTC  (2+ messages)

[PATCH v2 00/11] sched,rcu,context_tracking,livepatch: Improve livepatch task transitions for idle and NOHZ_FULL
 2021-10-26 19:38 UTC  (11+ messages)
` [PATCH v2 04/11] sched: Simplify wake_up_*idle*()
` [RFC][PATCH v2 11/11] context_tracking,x86: Fix text_poke_sync() vs NOHZ_FULL

[PATCH v4 0/2] fix & prevent the missing preemption disabling
 2021-10-26  2:52 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).