live-patching.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-24 18:57:11 to 2021-10-27 11:57:47 UTC [more...]

[PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
 2021-10-27 11:57 UTC  (11+ messages)

[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  (24+ messages)
` [PATCH 1/2] ftrace: disable preemption on the testing of recursion
` [PATCH 2/2] ftrace: prevent preemption in perf_ftrace_function_call()
` [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  (51+ messages)
` [PATCH v2 01/11] sched: Improve try_invoke_on_locked_down_task()
` [PATCH v2 02/11] sched,rcu: Rework try_invoke_on_locked_down_task()
` [PATCH v2 03/11] sched,livepatch: Use task_call_func()
` [PATCH v2 04/11] sched: Simplify wake_up_*idle*()
` [PATCH v2 05/11] sched,livepatch: Use wake_up_if_idle()
` [RFC][PATCH v2 06/11] context_tracking: Prefix user_{enter,exit}*()
` [RFC][PATCH v2 07/11] context_tracking: Add an atomic sequence/state count
` [RFC][PATCH v2 08/11] context_tracking,rcu: Replace RCU dynticks counter with context_tracking
` [RFC][PATCH v2 09/11] context_tracking,livepatch: Dont disturb NOHZ_FULL
` [RFC][PATCH v2 10/11] livepatch: Remove klp_synchronize_transition()
` [RFC][PATCH v2 11/11] context_tracking,x86: Fix text_poke_sync() vs NOHZ_FULL

[PATCH v9 00/11] arm64: Reorganize the unwinder and implement stack trace reliability checks
 2021-10-26 12:05 UTC  (42+ 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 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

[RFC PATCH v8 0/4] arm64: Reorganize the unwinder and implement stack trace reliability checks
 2021-10-09 23:41 UTC  (4+ messages)
  ` [RFC PATCH v8 1/4] arm64: Make all stack walking functions use arch_stack_walk()

[syzbot] upstream test error: KASAN: invalid-access Read in __entry_tramp_text_end
 2021-10-02  5:10 UTC  (3+ messages)

[PATCH v2 0/3] kmod: add patient module removal support
 2021-09-29 18:48 UTC  (5+ messages)
` [PATCH v2 3/3] libkmod-module: add support for a patient module removal option

[RFC][PATCH 0/7] sched,rcu,context_tracking,livepatch: Improve livepatch task transitions for idle and NOHZ_FULL cpus
 2021-09-27 14:33 UTC  (4+ messages)
` [RFC][PATCH 6/7] context_tracking: Provide SMP ordering using RCU


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