Benno Lossin ([email protected])

Number of posts: 394 (0.92 per day)
First post: 2023-04-13 08:07:55
Last post: 2024-06-16 09:47:17

Date List Subject
2023-07-19 15:42:09 linux-kernel Re: [PATCH v2 00/12] Quality of life improvements for pin-init
2023-07-19 14:55:24 linux-kernel [PATCH v2 11/12] rust: init: add `{pin_}chain` functions to `{Pin}Init<T, E>`
2023-07-19 14:42:15 linux-kernel [PATCH v2 10/12] rust: init: make `PinInit<T, E>` a supertrait of `Init<T, E>`
2023-07-19 14:42:14 linux-kernel [PATCH v2 05/12] rust: init: make initializer values inaccessible after initializing
2023-07-19 14:42:12 linux-kernel [PATCH v2 06/12] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
2023-07-19 14:41:53 linux-kernel [PATCH v2 00/12] Quality of life improvements for pin-init
2023-07-19 14:40:38 linux-kernel [PATCH v2 09/12] rust: init: implement Zeroable for Opaque<T>
2023-07-19 14:40:27 linux-kernel [PATCH v2 07/12] rust: init: Add functions to create array initializers
2023-07-19 14:39:15 linux-kernel [PATCH v2 02/12] rust: add derive macro for `Zeroable`
2023-07-19 14:35:40 linux-kernel [PATCH v2 01/12] rust: init: consolidate init macros
2023-07-19 14:34:07 linux-kernel [PATCH v2 04/12] rust: init: wrap type checking struct initializers in a closure
2023-07-19 14:33:54 linux-kernel [PATCH v2 12/12] rust: init: update expanded macro explanation
2023-07-19 14:26:01 linux-kernel [PATCH v2 08/12] rust: init: add support for arbitrary paths in init macros
2023-07-19 14:24:37 linux-kernel [PATCH v2 03/12] rust: init: make guards in the init macros hygienic
2023-07-15 13:49:18 linux-kernel Re: [PATCH v1] rust: add improved version of `ForeignOwnable::borrow_mut`
2023-07-15 10:42:21 linux-kernel Re: [PATCH] rust: init: Implement Zeroable::zeroed()
2023-07-15 10:30:21 linux-kernel Re: [PATCH] rust: kernel: str: Implement Debug for CString
2023-07-15 10:07:38 linux-kernel Re: [PATCH v3 2/9] rust: sync: add `Arc::{from_raw, into_raw}`
2023-07-15 10:04:59 linux-kernel Re: [PATCH v3 6/9] rust: workqueue: add helper for defining work_struct fields
2023-07-14 17:04:00 linux-crypto Re: [PATCH v2 2/3] rust: crypto abstractions for random number generator API
2023-07-14 16:53:50 linux-crypto Re: [PATCH v2 1/3] rust: crypto abstractions for synchronous message digest API
2023-07-14 16:26:19 linux-kernel Re: [RFC PATCH 1/8] rust: kernel: add basic abstractions for device-mapper
2023-07-14 16:02:15 linux-kernel Re: [RFC PATCH 2/8] rust: kernel: add `request` related TargetOperations
2023-07-10 19:59:58 linux-crypto Re: [RFC PATCH v2 1/2] rust: add synchronous message digest support
2023-07-06 17:39:07 linux-kernel Re: [PATCH] rust: delete `ForeignOwnable::borrow_mut`
2023-07-05 21:49:22 linux-kernel Re: [PATCH 5/7] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
2023-06-30 15:08:36 linux-kernel [PATCH] rust: types: make `Opaque` be `!Unpin`
2023-06-30 14:59:37 linux-crypto Re: [RFC PATCH v2 1/2] rust: add synchronous message digest support
2023-06-28 19:07:53 linux-kernel Re: [PATCH] rust: macros: add `paste!` proc macro
2023-06-28 12:22:22 linux-kernel Re: [PATCH 3/7] rust: init: make guards in the init macros hygienic
2023-06-28 11:40:25 linux-kernel Re: [PATCH 7/7] rust: init: add support for arbitrary paths in init macros
2023-06-28 10:32:09 linux-kernel Re: [PATCH 1/1] rust: macros: fix redefine const_name in `vtable`
2023-06-28 10:30:06 linux-kernel Re: [PATCH v2] rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl
2023-06-25 17:14:19 linux-kernel Re: [PATCH 5/7] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
2023-06-25 13:40:38 linux-kernel Re: [PATCH 5/7] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
2023-06-25 10:35:16 linux-kernel Re: [PATCH 1/6] rust: init: make doctests compilable/testable
2023-06-24 21:57:20 linux-kernel Re: [PATCH 5/7] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
2023-06-24 21:35:30 linux-kernel Re: [PATCH 4/7] rust: init: wrap type checking struct initializers in a closure
2023-06-24 10:02:04 linux-kernel [PATCH 4/7] rust: init: wrap type checking struct initializers in a closure
2023-06-24 09:49:49 linux-kernel [PATCH 3/7] rust: init: make guards in the init macros hygienic
2023-06-24 09:43:42 linux-kernel [PATCH 6/7] rust: init: Add functions to create array initializers
2023-06-24 09:39:09 linux-kernel [PATCH 7/7] rust: init: add support for arbitrary paths in init macros
2023-06-24 09:29:16 linux-kernel [PATCH 5/7] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
2023-06-24 09:26:16 linux-kernel [PATCH 2/7] rust: add derive macro for `Zeroable`
2023-06-24 09:26:08 linux-kernel [PATCH 1/7] rust: init: consolidate init macros
2023-06-14 19:31:56 linux-kernel Re: [PATCH] rust: make `UnsafeCell` the outer type in `Opaque`
2023-06-14 15:33:44 linux-kernel Re: [PATCH] rust: make `UnsafeCell` the outer type in `Opaque`
2023-06-14 15:24:48 linux-kernel Re: [PATCH] rust: allocator: Prevents mis-aligned allocation
2023-06-11 17:20:57 linux-kernel Re: [PATCH v2 7/8] rust: workqueue: add `try_spawn` helper method
2023-06-11 17:20:55 linux-kernel Re: [PATCH v2 5/8] rust: workqueue: add helper for defining work_struct fields
2023-06-11 17:00:35 linux-kernel Re: [PATCH v2 8/8] rust: workqueue: add examples