LinuxLists
Users
About
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
Previous Page
/
Next Page
Date
List
Subject
2024-03-09 12:56:27
linux-kernel
Re: [PATCH v2 1/2] rust: sync: add `ArcBorrow::from_raw`
2024-03-09 12:31:14
linux-kernel
Re: [RFC PATCH 04/11] rust: block: introduce `kernel::block::bio` module
2024-03-08 11:39:30
linux-kernel
Re: [PATCH] rust: don't select CONSTRUCTORS
2024-02-15 20:55:54
linux-kernel
Re: [PATCH v2] rust: locks: Add `get_mut` method to `Lock`
2024-02-05 12:34:04
linux-kernel
Re: [PATCH v4 3/9] rust: file: add Rust abstraction for `struct file`
2024-02-05 12:29:13
linux-kernel
Re: [PATCH] rust: stop using ptr_metadata feature
2024-02-05 12:28:34
linux-kernel
Re: [PATCH v4 9/9] rust: file: add abstraction for `poll_table`
2024-02-05 12:21:14
linux-kernel
Re: [PATCH v4 4/9] rust: cred: add Rust abstraction for `struct cred`
2024-02-05 12:19:21
linux-kernel
Re: [PATCH v4 8/9] rust: file: add `DeferredFdCloser`
2024-02-01 09:39:11
linux-kernel
Re: [PATCH v3 9/9] rust: file: add abstraction for `poll_table`
2024-01-26 15:26:26
linux-kernel
Re: [PATCH v3 1/9] rust: file: add Rust abstraction for `struct file`
2024-01-25 09:34:50
linux-kernel
Re: [RFC PATCH 03/11] rust: block: introduce `kernel::block::mq` module
2024-01-24 10:13:39
linux-kernel
Re: [PATCH v3 9/9] rust: file: add abstraction for `poll_table`
2024-01-24 10:08:47
linux-kernel
Re: [PATCH v3 8/9] rust: file: add `DeferredFdCloser`
2024-01-24 09:55:57
linux-kernel
Re: [PATCH v3 7/9] rust: file: add `Kuid` wrapper
2024-01-24 09:53:21
linux-kernel
Re: [PATCH v3 2/9] rust: cred: add Rust abstraction for `struct cred`
2024-01-23 16:18:03
linux-kernel
Re: [RFC PATCH 03/11] rust: block: introduce `kernel::block::mq` module
2024-01-19 09:54:09
linux-kernel
Re: [PATCH v3 6/9] rust: task: add `Task::current_raw`
2024-01-19 09:49:28
linux-kernel
Re: [PATCH v3 5/9] rust: file: add `FileDescriptorReservation`
2024-01-19 09:44:14
linux-kernel
Re: [PATCH v3 4/9] rust: types: add `NotThreadSafe`
2024-01-19 09:43:13
linux-kernel
Re: [PATCH v3 3/9] rust: security: add abstraction for secctx
2024-01-19 09:37:55
linux-kernel
Re: [PATCH v3 2/9] rust: cred: add Rust abstraction for `struct cred`
2024-01-10 10:01:49
linux-kernel
Re: [PATCH v4 3/4] rust: sync: add `CondVar::wait_timeout`
2024-01-10 09:56:50
linux-kernel
Re: [PATCH] rust: sync: `CondVar` rename "wait_list" to "wait_queue_head"
2023-12-20 11:33:05
linux-kernel
Re: [PATCH v2 3/4] rust: sync: add `CondVar::wait_timeout`
2023-12-20 11:17:00
linux-kernel
Re: [PATCH] rust: upgrade to Rust 1.74.1
2023-12-20 11:12:58
linux-kernel
Re: [PATCH] rust: sync: Makes `CondVar::wait()` an uninterruptible wait
2023-12-18 17:53:15
linux-kernel
Re: [PATCH v2 3/3] rust: workqueue: add `#[pin_data]` to `Work`
2023-12-18 17:50:35
linux-kernel
Re: [PATCH v2 4/4] rust: sync: update integer types in CondVar
2023-12-18 17:49:18
linux-kernel
Re: [PATCH v2 2/4] rust: time: add msecs to jiffies conversion
2023-12-18 17:40:47
linux-kernel
Re: [PATCH] rust: sync: Makes `CondVar::wait()` an uninterruptible wait
2023-12-18 17:07:05
linux-kernel
Re: [PATCH] docs: rust: remove `CC=clang` mentions
2023-12-18 16:48:39
linux-kernel
Re: [PATCH] rust: support `srctree`-relative links
2023-12-13 22:09:37
linux-kernel
[PATCH v2 3/3] rust: workqueue: add `#[pin_data]` to `Work`
2023-12-13 22:09:23
linux-kernel
[PATCH v2 2/3] rust: macros: allow generic parameter default values in `#[pin_data]`
2023-12-13 22:09:01
linux-kernel
[PATCH v2 1/3] rust: macros: add `decl_generics` to `parse_generics()`
2023-12-13 09:13:10
linux-kernel
Re: [PATCH v2 7/7] rust: file: add abstraction for `poll_table`
2023-12-12 17:43:41
linux-kernel
Re: [PATCH V2] docs: rust: Clarify that 'rustup override' applies to build directory
2023-12-12 17:06:24
linux-kernel
Re: [PATCH 2/2] rust: sync: add `CondVar::wait_timeout`
2023-12-12 17:01:53
linux-kernel
Re: [PATCH v2 7/7] rust: file: add abstraction for `poll_table`
2023-12-12 16:51:08
linux-kernel
Re: [PATCH v2 6/7] rust: file: add `DeferredFdCloser`
2023-12-11 19:30:51
linux-kernel
Re: [PATCH v2 2/7] rust: cred: add Rust abstraction for `struct cred`
2023-12-11 17:23:23
linux-kernel
Re: [PATCH v2 6/7] rust: file: add `DeferredFdCloser`
2023-12-11 17:06:01
linux-kernel
Re: [PATCH v2 5/7] rust: file: add `Kuid` wrapper
2023-12-11 10:13:06
linux-kernel
Re: [PATCH] docs: rust: Clarify that 'rustup override' applies to build directory
2023-12-08 19:04:40
linux-kernel
Re: [PATCH 2/2] rust: sync: add `CondVar::wait_timeout`
2023-12-08 18:04:42
linux-kernel
Re: [PATCH] docs: rust: Clarify that 'rustup override' applies to build directory
2023-12-08 17:53:50
linux-kernel
Re: [PATCH v2 7/7] rust: file: add abstraction for `poll_table`
2023-12-08 17:39:31
linux-kernel
Re: [PATCH v2 6/7] rust: file: add `DeferredFdCloser`
2023-12-08 16:40:56
linux-kernel
Re: [PATCH v2 5/7] rust: file: add `Kuid` wrapper
2023-12-08 16:23:18
linux-kernel
Re: [PATCH v2 3/7] rust: security: add abstraction for secctx