LinuxLists
Users
About
Gary Guo (
[email protected]
)
Number of posts: 231 (0.12 per day)
First post: 2019-03-24 19:15:46
Last post: 2024-06-13 17:20:15
Previous Page
/
Next Page
Date
List
Subject
2023-07-15 14:37:37
linux-kernel
Re: [PATCH RFC 00/11] rust: Implicit lock class creation & Arc Lockdep integration
2023-07-06 21:09:43
linux-kernel
Re: [PATCH] rust: delete `ForeignOwnable::borrow_mut`
2023-07-05 17:54:58
linux-kernel
Re: [PATCH 5/7] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
2023-07-04 23:28:26
linux-kernel
Hyper-V vsock streams do not fill the supplied buffer in full
2023-06-30 18:33:03
linux-kernel
Re: [PATCH] rust: types: make `Opaque` be `!Unpin`
2023-06-28 17:28:39
linux-kernel
[PATCH] rust: macros: add `paste!` proc macro
2023-06-28 17:26:02
linux-kernel
Re: [PATCH 7/7] rust: init: add support for arbitrary paths in init macros
2023-06-28 17:25:53
linux-kernel
Re: [PATCH 3/7] rust: init: make guards in the init macros hygienic
2023-06-28 17:12:02
linux-kernel
Re: [PATCH v2] rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl
2023-06-28 17:04:27
linux-kernel
Re: [PATCH 1/1] rust: macros: fix redefine const_name in `vtable`
2023-06-25 21:26:07
linux-kernel
Re: [PATCH 7/7] rust: init: add support for arbitrary paths in init macros
2023-06-25 21:25:28
linux-kernel
Re: [PATCH] rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl
2023-06-25 21:17:02
linux-kernel
Re: [PATCH 3/7] rust: init: make guards in the init macros hygienic
2023-06-25 21:08:27
linux-kernel
Re: [PATCH 2/7] rust: add derive macro for `Zeroable`
2023-06-14 19:01:02
linux-kernel
Re: [PATCH] rust: bindgen: upgrade to 0.65.1
2023-06-14 18:44:36
linux-kernel
Re: [PATCH] rust: make `UnsafeCell` the outer type in `Opaque`
2023-06-13 19:42:51
linux-kernel
Re: [PATCH] rust: allocator: Prevents mis-aligned allocation
2023-06-07 18:49:32
linux-kernel
Re: [PATCH v2 1/3] rust: kernel: add ScatterList abstraction
2023-06-05 14:48:52
linux-kernel
Re: [PATCH v2 3/8] rust: sync: add `Arc::{from_raw, into_raw}`
2023-06-01 18:04:42
linux-kernel
Re: [PATCH v2 8/8] rust: workqueue: add examples
2023-06-01 17:56:04
linux-kernel
Re: [PATCH v2 2/8] rust: add offset_of! macro
2023-06-01 17:51:41
linux-kernel
Re: [PATCH v2 4/8] rust: workqueue: define built-in queues
2023-06-01 17:35:30
linux-kernel
Re: [PATCH v2 3/8] rust: sync: add `Arc::{from_raw, into_raw}`
2023-05-25 16:49:32
linux-kernel
Re: [PATCH v1 3/7] rust: sync: add `Arc::{from_raw, into_raw}`
2023-05-23 16:37:03
linux-kernel
Re: [PATCH 4/4] rust: init: update macro expansion example in docs
2023-05-23 16:34:40
linux-kernel
Re: [PATCH v1 1/2] rust: sync: add `Arc::ptr_eq`
2023-05-23 16:34:24
linux-kernel
Re: [PATCH v1 2/2] rust: sync: implement `AsRef<T>` for `Arc<T>`
2023-05-23 16:31:06
linux-kernel
Re: [PATCH 2/4] rust: macros: refactor generics parsing of `#[pin_data]` into its own function
2023-05-23 16:22:56
linux-kernel
Re: [PATCH 3/4] rust: macros: replace Self with the concrete type in #[pin_data]
2023-05-23 16:16:59
linux-kernel
Re: [PATCH 1/4] rust: macros: fix usage of `#[allow]` in `quote!`
2023-05-23 16:16:55
linux-kernel
Re: [PATCH v1 2/7] rust: add offset_of! macro
2023-05-23 16:15:42
linux-kernel
Re: [PATCH v2 2/4] rust: sync: reword the `Arc` safety comment for `Sync`
2023-05-23 16:03:30
linux-kernel
Re: [PATCH v2 4/4] rust: task: add `Send` marker to `Task`
2023-05-23 15:57:33
linux-kernel
Re: [PATCH v2 1/4] rust: sync: reword the `Arc` safety comment for `Send`
2023-05-23 15:49:07
linux-kernel
Re: [PATCH v1 3/7] rust: sync: add `Arc::{from_raw, into_raw}`
2023-05-17 18:21:29
linux-kernel
Re: [PATCH v2] rust: str: add conversion from `CStr` to `CString`
2023-05-08 12:07:10
linux-kernel
Re: [PATCH] rust: error: allow specifying error type on `Result`
2023-05-08 11:59:07
linux-kernel
Re: [PATCH v2] rust: error: add missing error codes
2023-05-08 11:58:45
linux-kernel
Re: [PATCH v2] rust: str: add conversion from `CStr` to `CString`
2023-04-27 13:06:10
linux-kernel
Re: [PATCH v3] rust: helpers: sort includes alphabetically in rust/helpers.c
2023-04-19 12:51:18
linux-kernel
Re: [PATCH 3/3] rust: upgrade to Rust 1.68.2
2023-04-19 12:22:56
linux-kernel
Re: [PATCH] .gitattributes: set diff driver for Rust source code files
2023-04-19 12:03:11
linux-kernel
Re: [PATCH 2/3] rust: arc: fix intra-doc link in `Arc<T>::init`
2023-04-19 12:02:30
linux-kernel
Re: [PATCH 1/3] rust: alloc: clarify what is the upstream version
2023-04-14 14:44:55
linux-kernel
Re: [PATCH v4 08/13] rust: introduce `ARef`
2023-04-13 12:36:47
linux-kernel
Re: [PATCH] rust: init: broaden the blanket impl of `Init`
2023-04-11 20:58:20
linux-kernel
Re: [PATCH v4 11/13] rust: lock: add `Guard::do_unlocked`
2023-04-11 20:50:41
linux-kernel
Re: [PATCH v4 09/13] rust: add basic `Task`
2023-04-11 20:47:26
linux-kernel
Re: [PATCH v4 08/13] rust: introduce `ARef`
2023-04-11 20:46:20
linux-kernel
Re: [PATCH v4 02/13] rust: sync: introduce `Lock` and `Guard`
2023-04-11 20:46:17
linux-kernel
Re: [PATCH v4 01/13] rust: sync: introduce `LockClassKey`