live-patching.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-26 10:20:25 to 2022-02-16 17:17:21 UTC [more...]

[RFC PATCH v6 00/12] livepatch: klp-convert tool
 2022-02-16 17:17 UTC  (18+ messages)
` [RFC PATCH v6 01/12] livepatch: Create and include UAPI headers
` [RFC PATCH v6 02/12] kbuild: Support for symbols.klp creation
` [RFC PATCH v6 03/12] livepatch: Add klp-convert tool
` [RFC PATCH v6 04/12] livepatch: Add klp-convert annotation helpers
` [RFC PATCH v6 05/12] modpost: Integrate klp-convert
` [RFC PATCH v6 06/12] livepatch: Add sample livepatch module
` [RFC PATCH v6 07/12] documentation: Update on livepatch elf format
` [RFC PATCH v6 08/12] livepatch/selftests: add klp-convert
` [RFC PATCH v6 09/12] livepatch/selftests: test multiple sections
` [RFC PATCH v6 10/12] livepatch/selftests: add __asm__ symbol renaming examples
` [RFC PATCH v6 11/12] livepatch/selftests: add data relocations test
` [RFC PATCH v6 12/12] livepatch/selftests: add static keys test

[PATCH v3] livepatch: Skip livepatch tests if ftrace cannot be configured
 2022-02-16 16:11 UTC 

[PATCH v10 00/15] Function Granular KASLR
 2022-02-16 15:15 UTC  (31+ messages)
` [PATCH v10 01/15] modpost: fix removing numeric suffixes
` [PATCH v10 02/15] livepatch: avoid position-based search if `-z unique-symbol` is available
` [PATCH v10 03/15] kallsyms: randomize /proc/kallsyms output order
` [PATCH v10 04/15] arch: introduce asm function sections
` [PATCH v10 05/15] x86: support "
` [PATCH v10 06/15] x86: decouple ORC table sorting into a separate file
` [PATCH v10 07/15] Makefile: add config options and build scripts for FG-KASLR
` [PATCH v10 08/15] x86/tools: Add relative relocs for randomized functions
` [PATCH v10 09/15] x86: Add support for function granular KASLR
` [PATCH v10 10/15] FG-KASLR: use a scripted approach to handle .text.* sections
` [PATCH v10 11/15] x86/boot: allow FG-KASLR to be selected
` [PATCH v10 12/15] module: add arch-indep FG-KASLR for randomizing function layout
` [PATCH v10 13/15] module: use a scripted approach for FG-KASLR
` [PATCH v10 14/15] Documentation: add documentation "
` [PATCH v10 15/15] maintainers: add MAINTAINERS entry "

[PATCH v2 00/13] Implement livepatch on PPC32 and more
 2022-02-16 13:27 UTC  (22+ messages)
` [PATCH v2 08/13] powerpc/ftrace: Prepare PPC64's ftrace_caller() for CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v2 09/13] powerpc/ftrace: Implement CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [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 v13 00/11] arm64: Reorganize the unwinder and implement stack trace reliability checks
 2022-02-15 18:12 UTC  (25+ messages)
  ` [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 11/11] arm64: Select HAVE_RELIABLE_STACKTRACE

[PATCH v5 11/13] module: Move sysfs support into a separate file
 2022-02-15 15:11 UTC  (12+ messages)
` [PATCH v5 12/13] module: Move kdb_modules list out of core code
` [PATCH v5 13/13] module: Move version support into a separate file

[PATCH v4 00/20] Rust support
 2022-02-12 13:03 UTC  (2+ messages)
` [PATCH v4 02/20] kallsyms: increase maximum kernel symbol length to 512

[PATCH v5 07/13] module: Move extra signature support out of core code
 2022-02-11 19:55 UTC  (13+ messages)
` [PATCH v5 08/13] module: Move kmemleak support to a separate file
` [PATCH v5 09/13] module: Move kallsyms support into "
` [PATCH v5 10/13] module: Move procfs "

[PATCH v5 00/13] module: core code clean up
 2022-02-11 11:09 UTC  (22+ messages)
` [PATCH v5 01/13] module: Move all into module/
` [PATCH v5 02/13] module: Simple refactor in preparation for split
` [PATCH v5 03/13] module: Make internal.h more compliant
` [PATCH v5 04/13] module: Move livepatch support to a separate file
` [PATCH v5 05/13] module: Move latched RB-tree "
` [PATCH v5 06/13] module: Move strict rwx "

[PATCH] livepatch: Skip livepatch tests if ftrace cannot be configured
 2022-02-10 20:58 UTC  (10+ messages)
` [PATCH v2] "

[RFC PATCH v4 00/13] module: core code clean up
 2022-02-09 14:37 UTC  (39+ messages)
` [RFC PATCH v4 01/13] module: Move all into module/
` [RFC PATCH v4 02/13] module: Simple refactor in preparation for split
` [RFC PATCH v4 03/13] module: Move livepatch support to a separate file
` [RFC PATCH v4 04/13] module: Move latched RB-tree "
` [RFC PATCH v4 05/13] module: Move arch strict rwx "
` [RFC PATCH v4 06/13] module: Move "
` [RFC PATCH v4 07/13] module: Move extra signature support out of core code
` [RFC PATCH v4 08/13] module: Move kmemleak support to a separate file
` [RFC PATCH v4 09/13] module: Move kallsyms support into "
` [RFC PATCH v4 10/13] module: Move procfs "
` [RFC PATCH v4 11/13] module: Move sysfs "
` [RFC PATCH v4 12/13] module: Move kdb_modules list out of core code
` [RFC PATCH v4 13/13] module: Move version support into a separate file

[RFC PATCH v3 00/13] module: core code clean up
 2022-01-29  7:27 UTC  (16+ 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 04/13] module: Move latched RB-tree "
` [RFC PATCH v3 05/13] module: Move arch strict rwx "
` [RFC PATCH v3 06/13] module: Move "
` [RFC PATCH v3 07/13] module: Move extra signature support out of core code
` [RFC PATCH v3 08/13] module: Move kmemleak support to a separate file
` [RFC PATCH v3 09/13] module: Move kallsyms support into "
` [RFC PATCH v3 10/13] module: Move procfs "
` [RFC PATCH v3 11/13] module: Move sysfs "
` [RFC PATCH v3 12/13] module: Move kdb_modules list out of core code
` [RFC PATCH v3 13/13] module: Move version support into a separate file

[PATCH v9 00/15] Function Granular KASLR
 2022-01-26 14:49 UTC  (4+ messages)
` [PATCH v9 05/15] x86: support ASM function sections


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