Josh Poimboeuf ([email protected])

Number of posts: 775 (1.02 per day)
First post: 2022-05-07 05:26:28
Last post: 2024-06-07 02:41:35

Date List Subject
2023-04-12 23:51:42 linux-kernel [PATCH v2 09/11] x86/cpu: Mark {hlt,resume}_play_dead() __noreturn
2023-04-12 23:51:28 linux-kernel [PATCH v2 11/11] x86/hyperv: Mark hv_ghcb_terminate() as noreturn
2023-04-12 23:51:26 linux-kernel [PATCH v2 03/11] x86/head: Mark *_start_kernel() __noreturn
2023-04-12 23:51:24 linux-kernel [PATCH v2 05/11] cpu: Mark panic_smp_self_stop() __noreturn
2023-04-12 23:51:16 linux-kernel [PATCH v2 10/11] scsi: message: fusion: Mark mpt_halt_firmware() __noreturn
2023-04-12 23:51:14 linux-kernel [PATCH v2 06/11] cpu: Mark nmi_panic_self_stop() __noreturn
2023-04-12 23:51:07 linux-kernel [PATCH v2 07/11] objtool: Include weak functions in global_noreturns check
2023-04-12 23:50:50 linux-kernel [PATCH v2 04/11] arm64/cpu: Mark cpu_park_loop() and friends __noreturn
2023-04-12 23:50:43 linux-kernel [PATCH v2 00/11] Sprinkle more __noreturn
2023-04-12 23:50:39 linux-kernel [PATCH v2 02/11] init: Mark start_kernel() __noreturn
2023-04-12 23:50:33 linux-kernel [PATCH v2 01/11] init: Mark [arch_call_]rest_init() __noreturn
2023-04-12 23:35:01 linux-kernel Re: [PATCH 02/11] init: Mark start_kernel() __noreturn
2023-04-12 22:02:53 linux-kernel Re: [PATCH 02/11] init: Mark start_kernel() __noreturn
2023-04-12 20:32:17 linux-kernel [PATCH] x86/unwind/orc: Add 'unwind_debug' cmdline option
2023-04-12 20:28:19 linux-kernel [PATCH 3/3] objtool: Generate ORC data for __pfx code
2023-04-12 20:27:49 linux-kernel [PATCH 2/3] x86/linkage: Fix padding for typed functions
2023-04-12 20:27:39 linux-kernel [PATCH 1/3] objtool: Separate prefix code from stack validation code
2023-04-12 20:27:39 linux-kernel [PATCH 0/3] objtool: Generate ORC data for __pfx code
2023-04-12 19:16:20 linux-kernel [PATCH v2 9/9] objtool: Ignore exc_double_fault() __noreturn warnings
2023-04-12 19:15:31 linux-kernel [PATCH v2 2/9] objtool: Add WARN_INSN()
2023-04-12 19:15:19 linux-kernel [PATCH v2 8/9] objtool: Detect missing __noreturn annotations
2023-04-12 19:14:49 linux-kernel [PATCH v2 7/9] objtool: Remove superfluous dead_end_function() check
2023-04-12 19:14:49 linux-kernel [PATCH v2 6/9] objtool: Include backtrace in verbose mode
2023-04-12 19:13:15 linux-kernel [PATCH v2 5/9] objtool: Add verbose option for disassembling affected functions
2023-04-12 19:12:59 linux-kernel [PATCH v2 4/9] objtool: Add symbol iteration helpers
2023-04-12 19:11:19 linux-kernel [PATCH v2 3/9] objtool: Limit unreachable warnings to once per function
2023-04-12 19:10:34 linux-kernel [PATCH v2 1/9] scripts/objdump-func: Support multiple functions
2023-04-12 19:10:25 linux-kernel [PATCH v2 0/9] objtool: warning improvements
2023-04-12 17:39:40 linux-kernel [PATCH] objtool: Add stackleak instrumentation to uaccess safe list
2023-04-12 17:39:37 linux-kernel [PATCH] Revert "objtool: Support addition to set CFA base"
2023-04-12 17:36:59 linux-kernel [PATCH 3/3] lkdtm/stackleak: Fix noinstr violation
2023-04-12 17:36:55 linux-kernel [PATCH 2/3] sched: Fix KCSAN noinstr violation
2023-04-12 17:36:42 linux-kernel [PATCH 0/3] noinstr fixes
2023-04-12 17:36:39 linux-kernel [PATCH 1/3] context_tracking: Fix KCSAN noinstr violation
2023-04-12 17:08:29 linux-kernel Re: linux-next: build warnings after merge of the block tree
2023-04-12 16:38:14 linux-kernel Re: [PATCH] vmlinux.lds.h: Force-align ELF notes section to four bytes
2023-04-12 16:27:13 linux-kernel Re: linux-next: build warnings after merge of the block tree
2023-04-12 15:59:43 linux-kernel Re: [RFC PATCH v3 00/22] arm64: livepatch: Use ORC for dynamic frame pointer validation
2023-04-12 05:33:39 linux-kernel [PATCH] sched/core: Make sched_dynamic_mutex static
2023-04-12 05:21:48 linux-kernel Re: [PATCH 2/2] x86: make __get_wchan() use arch_stack_walk()
2023-04-12 05:20:57 linux-kernel Re: [RFC PATCH v3 00/22] arm64: livepatch: Use ORC for dynamic frame pointer validation
2023-04-12 04:21:17 linux-kernel Re: [RFC PATCH v3 00/22] arm64: livepatch: Use ORC for dynamic frame pointer validation
2023-04-12 00:35:10 linux-kernel Re: linux-next: build warnings after merge of the block tree
2023-04-11 22:06:34 linux-kernel Re: linux-next: build warnings after merge of the block tree
2023-04-11 17:15:35 linux-kernel [PATCH] vmlinux.lds.h: Force-align ELF notes section to four bytes
2023-04-08 22:52:12 linux-kernel Re: [PATCH 2/2] x86: make __get_wchan() use arch_stack_walk()
2023-04-08 05:27:41 linux-kernel Re: [PATCH 2/2] x86: make __get_wchan() use arch_stack_walk()
2023-04-08 05:04:01 linux-kernel Re: [PATCH 1/2] x86: make profile_pc() use arch_stack_walk()
2023-04-08 00:24:58 linux-kernel [PATCH] x86/ibt: Convert IBT selftest to asm
2023-04-08 00:13:32 linux-kernel [PATCH 07/11] cpu: Mark nmi_panic_self_stop() __noreturn
2023-04-08 00:12:22 linux-kernel [PATCH 09/11] objtool: Include weak functions in global_noreturns check