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-08 00:12:22 linux-kernel [PATCH 10/11] scsi: message: fusion: Mark mpt_halt_firmware() __noreturn
2023-04-08 00:12:00 linux-kernel [PATCH 11/11] x86/hyperv: Mark hv_ghcb_terminate() as noreturn
2023-04-08 00:11:37 linux-kernel [PATCH 05/11] arm64/cpu: Mark cpu_park_loop() and friends __noreturn
2023-04-08 00:11:33 linux-kernel [PATCH 08/11] x86/cpu: Mark {hlt,resume}_play_dead() __noreturn
2023-04-08 00:11:09 linux-kernel [PATCH 03/11] x86/head: Mark *_start_kernel() __noreturn
2023-04-08 00:11:05 linux-kernel [PATCH 06/11] cpu: Mark panic_smp_self_stop() __noreturn
2023-04-08 00:11:01 linux-kernel [PATCH 04/11] btrfs: Mark btrfs_assertfail() __noreturn
2023-04-08 00:10:54 linux-kernel [PATCH 01/11] init: Mark [arch_call_]rest_init() __noreturn
2023-04-08 00:10:50 linux-kernel [PATCH 02/11] init: Mark start_kernel() __noreturn
2023-04-08 00:10:40 linux-kernel [PATCH 00/12] Sprinkle more __noreturn
2023-04-07 23:33:54 linux-kernel Re: [PATCH modules-next v10 00/13] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms
2023-04-07 07:27:49 linux-kernel lkdtm_UNSET_SMEP() with IBT
2023-03-29 16:38:00 linux-kernel Re: [PATCH 5/5] objtool: Add "missing __noreturn" warning
2023-03-28 20:24:40 linux-kernel Re: [PATCH 4/5] objtool: Add per-function rate limiting for unreachable warnings
2023-03-28 20:22:37 linux-kernel Re: [PATCH 2/5] objtool: Combine '--backtrace' with '--verbose'
2023-03-27 16:28:11 linux-kernel Re: linux-next: build warnings after merge of the block tree
2023-03-27 16:04:00 linux-kernel [PATCH 1/5] objtool: Add '--verbose' option for disassembling affected functions
2023-03-27 16:03:50 linux-kernel [PATCH 5/5] objtool: Add "missing __noreturn" warning
2023-03-27 16:03:41 linux-kernel [PATCH 2/5] objtool: Combine '--backtrace' with '--verbose'
2023-03-27 16:03:21 linux-kernel [PATCH 0/5] objtool: warning improvements
2023-03-27 16:03:18 linux-kernel [PATCH 4/5] objtool: Add per-function rate limiting for unreachable warnings
2023-03-27 16:03:10 linux-kernel [PATCH 3/5] objtool: Remove superfluous dead_end_function() check
2023-03-22 18:55:31 linux-kernel Re: [PATCH v2 11/11] static_call: Remove DEFINE_STATIC_CALL_RET0()
2023-03-22 18:46:55 linux-kernel Re: [PATCH v2 11/11] static_call: Remove DEFINE_STATIC_CALL_RET0()
2023-03-22 18:43:30 linux-kernel Re: [PATCH v2 09/11] static_call: Make NULL static calls consistent
2023-03-22 18:42:48 linux-kernel Re: [PATCH v2 08/11] arm64/static_call: Fix static call CFI violations
2023-03-22 18:27:19 linux-kernel Re: [PATCH v2 08/11] arm64/static_call: Fix static call CFI violations
2023-03-22 18:15:02 linux-kernel Re: [PATCH v2 08/11] arm64/static_call: Fix static call CFI violations
2023-03-22 05:14:14 linux-kernel [PATCH v2.1 02/11] static_call: Flip key type union bit
2023-03-22 05:12:22 linux-kernel [PATCH v2.1 01/11] static_call: Improve key type abstraction
2023-03-22 04:59:01 linux-kernel Re: [PATCH v2 01/11] static_call: Improve key type abstraction
2023-03-22 04:03:58 linux-kernel [PATCH v2 11/11] static_call: Remove DEFINE_STATIC_CALL_RET0()
2023-03-22 04:03:11 linux-kernel [PATCH v2 09/11] static_call: Make NULL static calls consistent
2023-03-22 04:02:53 linux-kernel [PATCH v2 06/11] static_call: "EXPORT_STATIC_CALL_TRAMP" -> "EXPORT_STATIC_CALL_RO"
2023-03-22 04:02:32 linux-kernel [PATCH v2 10/11] static_call: Remove static_call_cond()
2023-03-22 04:01:42 linux-kernel [PATCH v2 07/11] static_call: Reorganize static call headers
2023-03-22 04:01:31 linux-kernel [PATCH v2 08/11] arm64/static_call: Fix static call CFI violations
2023-03-22 04:01:28 linux-kernel [PATCH v2 04/11] static_call: Remove static_call.h dependency on cpu.h
2023-03-22 04:01:25 linux-kernel [PATCH v2 05/11] static_call: Make ARCH_ADD_TRAMP_KEY() generic
2023-03-22 04:01:15 linux-kernel [PATCH v2 03/11] static_call: Remove static_call_mod_init() declaration
2023-03-22 04:01:11 linux-kernel [PATCH v2 02/11] static_call: Flip key type union bit
2023-03-22 04:01:08 linux-kernel [PATCH v2 01/11] static_call: Improve key type abstraction
2023-03-22 04:01:03 linux-kernel [PATCH v2 00/11] static_call: Improve NULL/ret0 handling
2023-03-22 01:15:15 linux-kernel Re: [PATCH] context_tracking: Have ct_state() use preempt_disable_notrace()
2023-03-20 23:07:06 linux-kernel Re: [tip:core/urgent 1/1] include/linux/context_tracking.h:99:19: error: redefinition of '__ct_state'
2023-03-17 23:20:20 linux-kernel Re: [PATCH v7 00/10] livepatch: klp-convert tool
2023-03-17 16:24:42 linux-kernel Re: [PATCH v3] x86/hyperv: Mark hv_ghcb_terminate() as noreturn
2023-03-17 14:53:37 linux-kernel Re: [PATCH v2] x86/hyperv: Mark hv_ghcb_terminate() as noreturn
2023-03-15 00:26:18 linux-kernel Re: [PATCH 0.5/3] livepatch: Convert stack entries array to percpu
2023-03-14 01:58:57 linux-kernel Re: [RFC][PATCH 1/5] static_call: Make NULL static calls consistent
2023-03-13 23:33:54 linux-kernel [PATCH 0.5/3] livepatch: Convert stack entries array to percpu