live-patching.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-13 16:36:35 to 2022-01-28 20:39:48 UTC [more...]

[RFC PATCH v3 00/13] module: core code clean up
 2022-01-28 20:39 UTC  (5+ messages)
` [RFC PATCH v3 01/13] module: Move all into module/
` [RFC PATCH v3 02/13] module: Simple refactor in preparation for split
` [RFC PATCH v3 03/13] module: Move livepatch support to a separate file
` [RFC PATCH v3 05/13] module: Move arch strict rwx "

[PATCH v13 00/11] arm64: Reorganize the unwinder and implement stack trace reliability checks
 2022-01-27  1:13 UTC  (18+ messages)
  ` [PATCH v13 01/11] arm64: Remove NULL task check from unwind_frame()
  ` [PATCH v13 02/11] arm64: Rename unwinder functions
  ` [PATCH v13 03/11] arm64: Rename stackframe to unwind_state
  ` [PATCH v13 04/11] arm64: Split unwind_init()
  ` [PATCH v13 05/11] arm64: Copy the task argument to unwind_state
  ` [PATCH v13 06/11] arm64: Use stack_trace_consume_fn and rename args to unwind()
  ` [PATCH v13 07/11] arm64: Make the unwind loop in unwind() similar to other architectures
  ` [PATCH v13 08/11] arm64: Introduce stack trace reliability checks in the unwinder
  ` [PATCH v13 09/11] arm64: Create a list of SYM_CODE functions, check return PC against list
  ` [PATCH v13 10/11] arm64: Introduce arch_stack_walk_reliable()
  ` [PATCH v13 11/11] arm64: Select HAVE_RELIABLE_STACKTRACE

[PATCH v9 00/15] Function Granular KASLR
 2022-01-26 14:49 UTC  (42+ messages)
` [PATCH v9 01/15] modpost: fix removing numeric suffixes
` [PATCH v9 02/15] livepatch: use `-z unique-symbol` if available to nuke pos-based search
` [PATCH v9 03/15] kallsyms: Hide layout
` [PATCH v9 04/15] arch: introduce ASM function sections
` [PATCH v9 05/15] x86: support "
` [PATCH v9 06/15] x86: decouple ORC table sorting into a separate file
` [PATCH v9 07/15] Makefile: Add build and config option for CONFIG_FG_KASLR
` [PATCH v9 08/15] x86/tools: Add relative relocs for randomized functions
` [PATCH v9 09/15] x86: Add support for function granular KASLR
` [PATCH v9 10/15] FG-KASLR: use a scripted approach to handle .text.* sections
` [PATCH v9 11/15] x86/boot: allow FG-KASLR to be selected
` [PATCH v9 12/15] module: Reorder functions
` [PATCH v9 13/15] module: use a scripted approach for FG-KASLR
` [PATCH v9 14/15] Documentation: add documentation "
` [PATCH v9 15/15] maintainers: add MAINTAINERS entry "

[GIT PULL] livepatching for 5.17
 2022-01-16  8:22 UTC  (2+ messages)

[RFC PATCH v2 03/13] module: Move livepatch support to a separate file
 2022-01-14  9:14 UTC  (3+ messages)

[PATCH] livepatch: Avoid CPU hogging with cond_resched
 2022-01-11  1:49 UTC  (10+ messages)

[PATCH] livepatch: Avoid CPU hogging with cond_resched
 2022-01-10 14:38 UTC  (4+ messages)

[PATCH v12 00/10] arm64: Reorganize the unwinder and implement stack trace reliability checks
 2022-01-06 20:17 UTC  (23+ messages)
  ` [PATCH v12 01/10] arm64: Remove NULL task check from unwind_frame()
  ` [PATCH v12 02/10] arm64: Rename unwinder functions
  ` [PATCH v12 03/10] arm64: Rename stackframe to unwind_state
  ` [PATCH v12 04/10] arm64: Split unwind_init()
  ` [PATCH v12 05/10] arm64: Copy unwind arguments to unwind_state
  ` [PATCH v12 06/10] arm64: Make the unwind loop in unwind() similar to other architectures
  ` [PATCH v12 07/10] arm64: Introduce stack trace reliability checks in the unwinder
  ` [PATCH v12 08/10] arm64: Create a list of SYM_CODE functions, check return PC against list
  ` [PATCH v12 09/10] arm64: Introduce arch_stack_walk_reliable()
  ` [PATCH v12 10/10] arm64: Select HAVE_RELIABLE_STACKTRACE

[PATCH v2 00/13] Implement livepatch on PPC32 and more
 2022-01-04 19:44 UTC  (19+ messages)
` [PATCH v2 01/13] livepatch: Fix build failure on 32 bits processors
` [PATCH v2 02/13] tracing: Fix selftest config check for function graph start up test
` [PATCH v2 03/13] powerpc/module_32: Fix livepatching for RO modules
` [PATCH v2 04/13] powerpc/ftrace: Add support for livepatch to PPC32
` [PATCH v2 05/13] powerpc/ftrace: Don't save again LR in ftrace_regs_caller() on PPC32
` [PATCH v2 06/13] powerpc/ftrace: Simplify PPC32's return_to_handler()
` [PATCH v2 07/13] powerpc/ftrace: Prepare PPC32's ftrace_caller() for CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v2 08/13] powerpc/ftrace: Prepare PPC64's "
` [PATCH v2 09/13] powerpc/ftrace: Implement CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v2 10/13] powerpc/ftrace: Refactor ftrace_{en/dis}able_ftrace_graph_caller
` [PATCH v2 11/13] powerpc/ftrace: directly call of function graph tracer by ftrace caller
` [PATCH v2 12/13] powerpc/ftrace: Prepare ftrace_64_mprofile.S for reuse by PPC32
` [PATCH v2 13/13] powerpc/ftrace: Remove ftrace_32.S

[PATCH -next] livepatch: Fix missing unlock on error in klp_enable_patch()
 2022-01-04 13:09 UTC  (5+ messages)

[PATCH bpf-next v5 1/9] kernel: Add kallsyms_on_each_symbol variant for single module
 2021-12-30  2:36 UTC 

Happy Weekend:
 2021-12-26  9:29 UTC 

[PATCH v3] livepatch: Fix kobject refcount bug on klp_init_patch_early failure path
 2021-12-23 11:09 UTC  (5+ messages)

[PATCH v3] Documentation: livepatch: Add livepatch API page
 2021-12-23 11:08 UTC  (4+ messages)

[PATCH v2] Documentation: livepatch: Add livepatch API page
 2021-12-20 11:24 UTC  (4+ messages)

[PATCH v2] livepatch: Fix leak on klp_init_patch_early failure path
 2021-12-20  9:48 UTC  (7+ messages)

[PATCH] arm64: module: Use aarch64_insn_write when updating relocations later on
 2021-12-20  4:11 UTC  (3+ messages)

[PATCH v1 0/5] Implement livepatch on PPC32
 2021-12-18 16:12 UTC  (16+ messages)

[PATCH] livepatch: Fix leak on klp_init_patch_early failure path
 2021-12-17 13:53 UTC  (19+ messages)

[PATCH v2 0/2] livepatch: Allow user to specify functions to search for on a stack
 2021-12-16  9:15 UTC  (10+ messages)
` [PATCH v2 1/2] "

ppc64le STRICT_MODULE_RWX and livepatch apply_relocate_add() crashes
 2021-12-14 13:35 UTC  (10+ messages)

[PATCH] Documentation: livepatch: Add kernel-doc link to klp_enable_patch
 2021-12-14  8:54 UTC  (5+ 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).