Trevor Gross ([email protected])

Number of posts: 73 (0.27 per day)
First post: 2023-07-18 06:08:55
Last post: 2024-04-18 17:53:26

Date List Subject
2024-04-18 17:53:26 linux-kernel Re: [PATCH v6 3/4] rust: uaccess: add typed accessors for userspace pointers
2024-04-16 17:48:21 linux-kernel Re: [PATCH v5 4/4] rust: add abstraction for `struct page`
2024-04-16 06:01:25 linux-kernel Re: [PATCH] rust: update `dbg!()` to format column number
2024-04-16 06:00:03 linux-kernel Re: [PATCH] rust: helpers: Fix grammar in comment
2024-04-16 05:53:44 linux-kernel Re: [PATCH v5 3/4] rust: uaccess: add typed accessors for userspace pointers
2024-04-16 05:41:24 linux-kernel Re: [PATCH v5 4/4] rust: add abstraction for `struct page`
2024-04-16 05:05:43 linux-kernel Re: [PATCH v5 1/4] rust: uaccess: add userspace pointers
2024-03-26 05:57:18 linux-kernel Re: [WIP 1/3] rust: Introduce atomic module
2024-03-13 19:31:59 linux-kernel Re: [PATCH] rust: add `Module::as_ptr`
2024-02-14 03:22:39 linux-kernel Re: [PATCH v1 0/2] RISC-V: enable rust
2024-02-10 08:13:30 linux-kernel Re: [PATCH v1 0/2] RISC-V: enable rust
2024-02-10 08:05:52 linux-kernel Re: [PATCH 1/6] rust: add `container_of!` macro
2024-02-10 07:52:41 linux-kernel Re: [PATCH v5 9/9] rust: file: add abstraction for `poll_table`
2024-02-10 07:48:08 linux-kernel Re: [PATCH v5 8/9] rust: file: add `DeferredFdCloser`
2024-02-10 07:43:41 linux-kernel Re: [PATCH v5 7/9] rust: file: add `Kuid` wrapper
2024-02-10 07:41:51 linux-kernel Re: [PATCH v5 6/9] rust: file: add `FileDescriptorReservation`
2024-02-10 07:08:41 linux-kernel Re: [PATCH 1/3] rust: add userspace pointers
2024-02-06 21:31:28 linux-kernel Re: [PATCH v2 3/3] net: phy: add Rust Rockchip PHY driver
2024-02-06 03:05:35 linux-kernel Re: [PATCH v4 5/9] rust: security: add abstraction for secctx
2024-02-06 03:00:49 linux-kernel Re: [PATCH v4 4/9] rust: cred: add Rust abstraction for `struct cred`
2024-02-06 02:48:42 linux-kernel Re: [PATCH v4 3/9] rust: file: add Rust abstraction for `struct file`
2024-02-06 02:18:45 linux-kernel Re: [PATCH v4 2/9] rust: task: add `Task::current_raw`
2024-02-06 02:14:45 linux-kernel Re: [PATCH v4 1/9] rust: types: add `NotThreadSafe`
2024-02-05 22:15:24 linux-kernel Re: [PATCH] rust: stop using ptr_metadata feature
2024-02-01 21:10:04 linux-kernel Re: [PATCH v2 3/3] net: phy: add Rust Rockchip PHY driver
2024-02-01 20:28:26 linux-kernel Re: [PATCH v2 2/3] rust: phy: add some phy_driver and genphy_ functions
2024-02-01 06:52:21 linux-kernel Re: [PATCH 3/3] rust: add abstraction for `struct page`
2024-02-01 06:02:59 linux-kernel Re: [PATCH 3/3] rust: add abstraction for `struct page`
2024-02-01 05:04:18 linux-kernel Re: [PATCH 2/3] rust: add typed accessors for userspace pointers
2024-02-01 04:06:43 linux-kernel Re: [PATCH 1/3] rust: add userspace pointers
2024-02-01 02:24:26 linux-kernel Re: [PATCH v3 02/12] rust: error: improve unsafe code in example
2024-01-31 21:46:00 linux-kernel Re: [PATCH v1] rust: add reexports for macros
2024-01-18 02:28:42 linux-kernel Re: [PATCH 11/13] rust: kernel: add doclinks with html tags
2024-01-18 01:47:38 linux-kernel Re: [PATCH 01/13] rust: kernel: fix multiple typos in documentation
2024-01-18 01:42:58 linux-kernel Re: [PATCH 10/13] rust: kernel: add doclinks
2024-01-18 01:26:05 linux-kernel Re: [PATCH 13/13] rust: locked_by: shorten doclink preview
2024-01-18 01:22:12 linux-kernel Re: [PATCH 12/13] rust: kernel: remove unneeded doclink targets
2024-01-18 01:15:02 linux-kernel Re: [PATCH 12/13] rust: kernel: remove unneeded doclink targets
2024-01-18 01:11:29 linux-kernel Re: [PATCH 09/13] rust: kernel: add blank lines in front of code blocks
2024-01-18 01:11:01 linux-kernel Re: [PATCH 08/13] rust: kernel: mark code fragments in docs with backticks
2024-01-18 01:08:24 linux-kernel Re: [PATCH 03/13] rust: ioctl: end top level module docs with full stop
2024-01-18 01:06:19 linux-kernel Re: [PATCH 07/13] rust: kernel: unify spelling of refcount in docs
2024-01-18 00:48:38 linux-kernel Re: [PATCH 06/13] rust: str: move SAFETY comment in front of unsafe block
2024-01-18 00:40:58 linux-kernel Re: [PATCH 05/13] rust: str: use `NUL` instead of 0 in doc comments
2024-01-18 00:38:46 linux-kernel Re: [PATCH 04/13] rust: kernel: add srctree-relative doclinks
2024-01-18 00:33:09 linux-kernel Re: [PATCH 03/13] rust: ioctl: end top level module docs with full stop
2024-01-18 00:31:47 linux-kernel Re: [PATCH 02/13] rust: error: move unsafe block into function call
2023-11-18 01:46:32 linux-kernel [PATCH v2] rust: macros: update 'paste!' macro to accept string literals
2023-10-12 20:13:47 linux-kernel Re: [PATCH] x86: Enable IBT in Rust if enabled in C
2023-10-10 22:24:26 linux-kernel Re: [PATCH] x86: Enable IBT in Rust if enabled in C
2023-10-09 19:15:05 linux-kernel Re: [PATCH] rust: macros: update 'paste!' macro to accept string literals