live-patching.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-08 14:34:36 to 2022-06-15 14:19:02 UTC [more...]

[RFC PATCH v2 00/20] arm64: livepatch: Use ORC for dynamic frame pointer validation
 2022-06-15 14:18 UTC  (36+ 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 v2] selftests/livepatch: better synchronize test_klp_callbacks_busy
 2022-06-15  9:21 UTC  (2+ messages)

[PATCH v2] doc: module: update file references
 2022-06-14 21:33 UTC 

[PATCH] doc: module: update file references
 2022-06-14 21:32 UTC  (3+ messages)

[PATCH v14 0/7] arm64: Reorganize the unwinder and implement stack trace reliability checks
 2022-06-14 17:48 UTC  (15+ 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

[PATCH 0/2] livepatch: Move tests from lib/livepatch to selftests/livepatch
 2022-06-14  1:02 UTC  (10+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests: livepatch: Test livepatching a heavily called syscall

[PATCH] entry/kvm: Exit to user mode when TIF_NOTIFY_SIGNAL is set
 2022-06-06 16:20 UTC  (6+ messages)

[GIT PULL] livepatching for 5.19
 2022-06-02 16:07 UTC  (2+ messages)

[PATCH] livepatch: Remove klp_arch_set_pc() and asm/livepatch.h
 2022-06-02 12:50 UTC  (5+ messages)

[PATCH v7 00/25] Rust support
 2022-05-30 13:01 UTC  (6+ messages)
` [PATCH v7 03/25] kallsyms: increase maximum kernel symbol length to 512

[GIT PULL] Modules fixes for v5.19-rc1
 2022-05-27  0:32 UTC  (3+ messages)

[PATCH v10 00/15] Function Granular KASLR
 2022-05-24 13:40 UTC  (7+ 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)

[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 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  (29+ 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 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: "


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