Live-Patching Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-25 14:58:51 to 2022-01-03 15:41:49 UTC [more...]

[PATCH v9 00/15] Function Granular KASLR
 2022-01-03 15:40 UTC  (32+ 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 "

[PATCH -next] livepatch: Fix missing unlock on error in klp_enable_patch()
 2022-01-03 13:46 UTC  (4+ messages)

[PATCH] livepatch: Avoid CPU hogging with cond_resched
 2021-12-31 23:05 UTC  (2+ messages)

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

[PATCH] livepatch: Avoid CPU hogging with cond_resched
 2021-12-29 21:56 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 00/13] Implement livepatch on PPC32 and more
 2021-12-22 14:19 UTC  (17+ 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 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  (17+ 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  (11+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests/livepatch: Test of the API for specifying "

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)

[PATCH v8 00/14] Function Granular KASLR
 2021-12-10 13:20 UTC  (39+ 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

[PATCH v11 0/5] arm64: Reorganize the unwinder and implement stack trace reliability checks
 2021-12-10  4:13 UTC  (17+ messages)
  ` [PATCH v11 1/5] arm64: Call stack_backtrace() only from within walk_stackframe()
  ` [PATCH v11 2/5] arm64: Rename unwinder functions
  ` [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] powerpc/module_64: Fix livepatching for RO modules
 2021-12-10  3:08 UTC  (4+ messages)

[PATCH v2 0/3] kmod: add patient module removal support
 2021-12-08 12:53 UTC  (7+ messages)
` [PATCH v2 3/3] libkmod-module: add support for a patient module removal option

Some questions about arm64 live-patching support
 2021-12-08  7:48 UTC  (3+ messages)

CET/IBT support and live-patches
 2021-12-06  6:12 UTC  (5+ messages)

[PATCH 2/3] livepatch: Allow user to specify functions to search for on a stack
 2021-12-03 16:01 UTC  (3+ messages)

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


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 read-only IMAP folder(s) and NNTP newsgroup(s).