messages from 2022-05-07 17:46:43 to 2022-06-23 01:53:06 UTC [more...]
[PATCH v5 00/33] objtool: add base support for arm64
2022-06-23 1:49 UTC (16+ messages)
` [PATCH v6 01/33] tools: arm64: Make aarch64 instruction decoder available to tools
` [PATCH v6 02/33] objtool: arm64: Add base definition for arm64 backend
` [PATCH v6 04/33] objtool: arm64: Decode jump and call related instructions
` [PATCH v6 05/33] objtool: arm64: Decode other system instructions
` [PATCH v6 06/33] objtool: arm64: Decode load/store instructions
` [PATCH v6 07/33] objtool: arm64: Decode LDR instructions
` [PATCH v6 08/33] objtool: arm64: Accept non-instruction data in code sections
` [PATCH v6 09/33] objtool: check: Support data in text section
` [PATCH v6 10/33] objtool: arm64: Handle supported relocations in alternatives
` [PATCH v6 11/33] objtool: arm64: Ignore replacement section for alternative callback
` [PATCH v6 12/33] objtool: arm64: Enable stack validation for arm64
` [PATCH v6 13/33] objtool: arm64: Enable ORC "
` [PATCH v6 14/33] objtool: arm64: Add annotate_reachable() for objtools
` [PATCH v6 15/33] arm64: bug: Add reachable annotation to warning macros
` [PATCH v6 16/33] arm64: kgdb: Add reachable annotation after kgdb brk
[PATCH v5 00/33] objtool: add base support for arm64
2022-06-23 1:37 UTC (36+ messages)
` [PATCH v5 01/33] tools: arm64: Make aarch64 instruction decoder available to tools
` [PATCH v5 02/33] objtool: arm64: Add base definition for arm64 backend
` [PATCH v5 03/33] objtool: arm64: Decode add/sub instructions
` [PATCH v5 04/33] objtool: arm64: Decode jump and call related instructions
` [PATCH v5 05/33] objtool: arm64: Decode other system instructions
` [PATCH v5 06/33] objtool: arm64: Decode load/store instructions
` [PATCH v5 07/33] objtool: arm64: Decode LDR instructions
` [PATCH v5 08/33] objtool: arm64: Accept non-instruction data in code sections
` [PATCH v5 09/33] objtool: check: Support data in text section
` [PATCH v5 10/33] objtool: arm64: Handle supported relocations in alternatives
` [PATCH v5 11/33] objtool: arm64: Ignore replacement section for alternative callback
` [PATCH v5 12/33] objtool: arm64: Enable stack validation for arm64
` [PATCH v5 13/33] objtool: arm64: Enable ORC "
` [PATCH v5 14/33] objtool: arm64: Add annotate_reachable() for objtools
` [PATCH v5 15/33] arm64: bug: Add reachable annotation to warning macros
` [PATCH v5 16/33] arm64: kgdb: Add reachable annotation after kgdb brk
` [PATCH v5 17/33] objtool: arm64: Add unwind_hint support
` [PATCH v5 18/33] arm64: Change symbol type annotations
` [PATCH v5 19/33] arm64: Annotate unwind_hint for symbols with empty stack
` [PATCH v5 20/33] arm64: entry: Annotate unwind_hint for entry
` [PATCH v5 21/33] arm64: kvm: Annotate unwind_hint for hyp entry
` [PATCH v5 22/33] arm64: efi-header: Mark efi header as data
` [PATCH v5 23/33] arm64: head: Mark constants "
` [PATCH v5 24/33] arm64: proc: Mark constant "
` [PATCH v5 25/33] arm64: crypto: "
` [PATCH v5 26/33] arm64: crypto: Remove unnecessary stackframe
` [PATCH v5 27/33] arm64: Set intra-function call annotations
` [PATCH v5 28/33] arm64: sleep: Properly set frame pointer before call
` [PATCH v5 29/33] arm64: compat: Move VDSO code to .rodata section
` [PATCH v5 30/33] arm64: entry: Align stack size for alternative
` [PATCH v5 31/33] arm64: kernel: Skip validation of proton-pack.c
` [PATCH v5 32/33] arm64: irq-gic: Replace unreachable() with -EINVAL
` [PATCH v5 33/33] objtool: revert c_file fallthrough detection for arm64
[PATCH 0/2] livepatch: Move tests from lib/livepatch to selftests/livepatch
2022-06-17 21:17 UTC (11+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests: livepatch: Test livepatching a heavily called syscall
[RFC PATCH v15 0/6] arm64: Reorganize the unwinder and implement stack trace reliability checks
2022-06-17 21:07 UTC (15+ messages)
` [RFC PATCH v15 1/6] arm64: Split unwind_init()
` [RFC PATCH v15 2/6] arm64: Copy the task argument to unwind_state
` [RFC PATCH v15 3/6] arm64: Make the unwind loop in unwind() similar to other architectures
` [RFC PATCH v15 4/6] arm64: Introduce stack trace reliability checks in the unwinder
` [RFC PATCH v15 5/6] arm64: Create a list of SYM_CODE functions, check return PC against list
` [RFC PATCH v15 6/6] arm64: Introduce arch_stack_walk_reliable()
` [PATCH v15 0/6] arm64: Reorganize the unwinder and implement stack trace reliability checks
` [PATCH v15 1/6] arm64: Split unwind_init()
` [PATCH v15 2/6] arm64: Copy the task argument to unwind_state
` [PATCH v15 3/6] arm64: Make the unwind loop in unwind() similar to other architectures
` [PATCH v15 4/6] arm64: Introduce stack trace reliability checks in the unwinder
` [PATCH v15 5/6] arm64: Create a list of SYM_CODE functions, check return PC against list
` [PATCH v15 6/6] arm64: Introduce arch_stack_walk_reliable()
[RFC PATCH v2 00/20] arm64: livepatch: Use ORC for dynamic frame pointer validation
2022-06-15 20:50 UTC (38+ 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 v14 0/7] arm64: Reorganize the unwinder and implement stack trace reliability checks
2022-06-15 19:19 UTC (10+ messages)
` [PATCH v14 1/7] arm64: Split unwind_init()
` [PATCH v14 2/7] arm64: Copy the task argument to unwind_state
[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] entry/kvm: Exit to user mode when TIF_NOTIFY_SIGNAL is set
2022-06-06 16:20 UTC (3+ 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 (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)
[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 (8+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).