live-patching.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-10 08:33:46 to 2022-05-24 00:17:53 UTC [more...]

[RFC PATCH v2 00/20] arm64: livepatch: Use ORC for dynamic frame pointer validation
 2022-05-24  0:16 UTC  (21+ messages)
  ` [RFC PATCH v2 01/20] objtool: Reorganize CFI code
  ` [RFC PATCH v2 02/20] objtool: Reorganize instruction-related code
  ` [RFC PATCH v2 03/20] objtool: Move decode_instructions() to a separate file
  ` [RFC PATCH v2 04/20] objtool: Reorganize Unwind hint code
  ` [RFC PATCH v2 05/20] objtool: Reorganize ORC types
  ` [RFC PATCH v2 06/20] objtool: Reorganize ORC code
  ` [RFC PATCH v2 07/20] objtool: Reorganize ORC kernel code
  ` [RFC PATCH v2 08/20] objtool: arm64: Implement decoder for FP validation
  ` [RFC PATCH v2 09/20] objtool: arm64: Implement command to invoke the decoder
  ` [RFC PATCH v2 10/20] objtool: arm64: Compute destinations for call and jump instructions
  ` [RFC PATCH v2 11/20] objtool: arm64: Walk instructions and compute CFI for each instruction
  ` [RFC PATCH v2 12/20] objtool: arm64: Generate ORC data from CFI for object files
  ` [RFC PATCH v2 13/20] objtool: arm64: Dump ORC data present in "
  ` [RFC PATCH v2 14/20] objtool: arm64: Add unwind hint support
  ` [RFC PATCH v2 15/20] arm64: Add unwind hints to specific points in code
  ` [RFC PATCH v2 16/20] arm64: Add kernel and module support for ORC
  ` [RFC PATCH v2 17/20] arm64: Build the kernel with ORC information
  ` [RFC PATCH v2 18/20] arm64: unwinder: Add a reliability check in the unwinder based on ORC
  ` [RFC PATCH v2 19/20] arm64: Miscellaneous changes required for enabling livepatch
  ` [RFC PATCH v2 20/20] arm64: Enable livepatch for ARM64

[PATCH v7 00/25] Rust support
 2022-05-23 20:31 UTC  (3+ messages)
` [PATCH v7 03/25] kallsyms: increase maximum kernel symbol length to 512

[PATCH v10 00/15] Function Granular KASLR
 2022-05-23 18:04 UTC  (5+ messages)
` [PATCH v10 01/15] modpost: fix removing numeric suffixes

[PATCH] selftests/livepatch: better synchronize test_klp_callbacks_busy
 2022-05-23 15:28 UTC  (3+ messages)

[PATCH] livepatch: Remove klp_arch_set_pc() and asm/livepatch.h
 2022-05-23 15:15 UTC  (6+ messages)

[PATCH v14 0/7] arm64: Reorganize the unwinder and implement stack trace reliability checks
 2022-05-18  5:21 UTC  (13+ messages)
  ` [PATCH v14 1/7] arm64: Split unwind_init()
  ` [PATCH v14 2/7] arm64: Copy the task argument to unwind_state
  ` [PATCH v14 3/7] arm64: Make the unwind loop in unwind() similar to other architectures
  ` [PATCH v14 4/7] arm64: Introduce stack trace reliability checks in the unwinder
  ` [PATCH v14 5/7] arm64: Create a list of SYM_CODE functions, check return PC against list
  ` [PATCH v14 6/7] arm64: Introduce arch_stack_walk_reliable()
  ` [PATCH v14 7/7] arm64: Select HAVE_RELIABLE_STACKTRACE

[RFC] sched,livepatch: call klp_try_switch_task in __cond_resched
 2022-05-13 13:34 UTC  (45+ messages)
` [RFC] sched,livepatch: call stop_one_cpu in klp_check_and_switch_task

[PATCH v6 00/23] Rust support
 2022-05-10 11:36 UTC  (9+ messages)
` [PATCH v6 03/23] kallsyms: increase maximum kernel symbol length to 512

[PATCH v2 0/3] kallsyms: Rust requirements
 2022-05-06 20:34 UTC  (2+ messages)
` [PATCH v2 3/3] kallsyms: increase maximum kernel symbol length to 512

[PATCH v1 0/3] kallsyms: Rust requirements
 2022-05-06  9:45 UTC  (5+ messages)
` [PATCH v1 3/3] kallsyms: increase maximum kernel symbol length to 512

[PATCH] entry/kvm: Exit to user mode when TIF_NOTIFY_SIGNAL is set
 2022-05-05  7:30 UTC  (4+ messages)

[PATCH v2] entry/kvm: Make vCPU tasks exit to userspace when a livepatch is pending
 2022-05-04 17:37 UTC  (14+ messages)

[PATCH] entry/kvm: Make vCPU tasks exit to userspace when a livepatch is pending
 2022-05-03 17:30 UTC  (4+ messages)

2nd Quater puchase request
 2022-05-03 14:52 UTC 

[PATCH v13 00/11] arm64: Reorganize the unwinder and implement stack trace reliability checks
 2022-04-18 18:38 UTC  (44+ messages)
  ` [PATCH v13 06/11] arm64: Use stack_trace_consume_fn and rename args to unwind()
` [RFC PATCH v1 0/9] arm64: livepatch: Use DWARF Call Frame Information for frame pointer validation
  ` [RFC PATCH v1 1/9] objtool: Parse DWARF Call Frame Information in object files
  ` [RFC PATCH v1 2/9] objtool: Generate DWARF rules and place them in a special section
  ` [RFC PATCH v1 3/9] dwarf: Build the kernel with DWARF information
  ` [RFC PATCH v1 4/9] dwarf: Implement DWARF rule processing in the kernel
  ` [RFC PATCH v1 5/9] dwarf: Implement DWARF support for modules
  ` [RFC PATCH v1 6/9] arm64: unwinder: Add a reliability check in the unwinder based on DWARF CFI
  ` [RFC PATCH v1 7/9] arm64: dwarf: Implement unwind hints
  ` [RFC PATCH v1 8/9] dwarf: Miscellaneous changes required for enabling livepatch
  ` [RFC PATCH v1 9/9] dwarf: Enable livepatch for ARM64

[RFC PATCH v6 00/12] livepatch: klp-convert tool
 2022-04-18 18:12 UTC  (10+ 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
  ` elf API: was: "

[GIT PULL] livepatching for 5.18
 2022-03-28 22:06 UTC  (2+ messages)

[PATCH v2] livepatch: Reorder to use before freeing a pointer
 2022-03-23 16:17 UTC  (7+ messages)

[PATCH] livepatch: Reorder to use before freeing a pointer
 2022-03-19 20:25 UTC  (2+ messages)

[PATCH v3] livepatch: Don't block removal of patches that are safe to unload
 2022-03-17 18:38 UTC  (8+ messages)
    ` [External] "

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

[PATCH v2] livepatch: Don't block removal of patches that are safe to unload
 2022-03-11 11:59 UTC  (6+ messages)
    ` [External] "


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