live-patching.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-13 01:47:36 to 2021-11-03 12:52:37 UTC [more...]

[PATCH V4 0/3] livepatch: cleanup kpl_patch kobject release
 2021-11-03 12:52 UTC  (7+ 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 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 v1 0/5] Implement livepatch on PPC32
 2021-11-01 14:50 UTC  (8+ 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

ppc64le STRICT_MODULE_RWX and livepatch apply_relocate_add() crashes
 2021-11-01 13:48 UTC  (3+ messages)

[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 v9 00/11] arm64: Reorganize the unwinder and implement stack trace reliability checks
 2021-10-27 20:07 UTC  (48+ messages)
  ` [PATCH v9 01/11] arm64: Select STACKTRACE in arch/arm64/Kconfig
  ` [PATCH v9 10/11] arm64: Introduce stack trace reliability checks in the unwinder
  ` [PATCH v9 11/11] arm64: Create a list of SYM_CODE functions, check return PC against list
  ` [PATCH v9 02/11] arm64: Make perf_callchain_kernel() use arch_stack_walk()
  ` [PATCH v9 03/11] arm64: Make get_wchan() "
  ` [PATCH v9 04/11] arm64: Make return_address() "
  ` [PATCH v9 05/11] arm64: Make dump_stacktrace() "
  ` [PATCH v9 06/11] arm64: Make profile_pc() "
  ` [PATCH v9 07/11] arm64: Call stack_backtrace() only from within walk_stackframe()
  ` [PATCH v9 08/11] arm64: Rename unwinder functions, prevent them from being traced and kprobed
  ` [PATCH v9 09/11] arm64: Make the unwind loop in unwind() similar to other architectures
` [PATCH v10 00/11] arm64: Reorganize the unwinder and implement stack trace reliability checks
  ` [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 07/11] arm64: Call stack_backtrace() only from within walk_stackframe()
  ` [PATCH v10 08/11] arm64: Rename unwinder functions, prevent them from being traced and kprobed
  ` [PATCH v10 09/11] arm64: Make the unwind loop in unwind() similar to other architectures
  ` [PATCH v10 10/11] arm64: Introduce stack trace reliability checks in the unwinder
  ` [PATCH v10 11/11] arm64: Create a list of SYM_CODE functions, check return PC against list

[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  (20+ messages)
` [PATCH 1/2] ftrace: disable preemption on the testing of recursion
` [PATCH v2 0/2] fix & prevent the missing preemption disabling
  ` [PATCH v2 1/2] ftrace: disable preemption between ftrace_test_recursion_trylock/unlock()
  ` [PATCH v2 2/2] ftrace: do CPU checking after preemption disabled

[PATCH v2 00/11] sched,rcu,context_tracking,livepatch: Improve livepatch task transitions for idle and NOHZ_FULL
 2021-10-26 19:38 UTC  (22+ messages)
` [PATCH v2 04/11] sched: Simplify wake_up_*idle*()
` [PATCH v2 05/11] sched,livepatch: Use wake_up_if_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  (6+ messages)
` [PATCH v4 1/2] ftrace: disable preemption when recursion locked
` [PATCH v4 2/2] ftrace: do CPU checking after preemption disabled

[PATCH] tracing: Have all levels of checks prevent recursion
 2021-10-19 13:00 UTC  (15+ messages)

[PATCH v2] tracing: Have all levels of checks prevent recursion
 2021-10-18 21:55 UTC  (2+ messages)

[PATCH v3 0/2] fix & prevent the missing preemption disabling
 2021-10-15 13:35 UTC  (13+ messages)
` [PATCH v3 1/2] ftrace: disable preemption between ftrace_test_recursion_trylock/unlock()
` [PATCH v3 2/2] ftrace: do CPU checking after preemption disabled

[RESEND PATCH v2 0/2] fix & prevent the missing preemption disabling
 2021-10-13 14:24 UTC  (8+ messages)
` [RESEND PATCH v2 1/2] ftrace: disable preemption between ftrace_test_recursion_trylock/unlock()
` [RESEND PATCH v2 2/2] ftrace: do CPU checking after preemption disabled


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).