Gary Guo ([email protected])

Number of posts: 224 (0.12 per day)
First post: 2019-03-24 19:15:46
Last post: 2024-04-25 16:40:26

Date List Subject
2024-04-25 16:40:26 linux-kernel Re: [PATCH v6 3/4] rust: uaccess: add typed accessors for userspace pointers
2024-04-25 16:20:33 linux-kernel Re: [PATCH v6 4/4] rust: add abstraction for `struct page`
2024-04-25 14:38:32 linux-kernel Re: [PATCH] kbuild: rust: force `alloc` extern to allow "empty" Rust files
2024-04-17 15:08:45 linux-kernel Re: [PATCH] rust: init: change the generated name of guard variables
2024-04-17 14:46:59 linux-kernel Re: [PATCH v5 1/4] rust: uaccess: add userspace pointers
2024-04-17 14:19:30 linux-kernel Re: [PATCH] rust: update `dbg!()` to format column number
2024-04-17 14:00:19 linux-kernel Re: [PATCH v3 1/1] RISC-V: enable building 64-bit kernels with rust support
2023-12-23 14:43:27 linux-kernel Re: [PATCH v2 3/3] rust: workqueue: add `#[pin_data]` to `Work`
2023-12-23 14:42:41 linux-kernel Re: [PATCH v2 2/3] rust: macros: allow generic parameter default values in `#[pin_data]`
2023-12-23 14:41:31 linux-kernel Re: [PATCH v2 1/3] rust: macros: add `decl_generics` to `parse_generics()`
2023-11-04 14:58:22 linux-kernel [PATCH v2] rust: bindings: rename const binding using sed
2023-10-26 10:37:20 linux-kernel Re: [RFC] rust: types: Add read_once and write_once
2023-10-25 19:15:45 linux-kernel Re: [PATCH v2] rust: macros: improve `#[vtable]` documentation
2023-10-24 12:55:14 linux-kernel Re: [PATCH] rust: macros: update 'paste!' macro to accept string literals
2023-10-24 11:24:48 linux-kernel Re: [PATCH v2] rust: macros: improve `#[vtable]` documentation
2023-09-30 16:16:47 linux-kernel [PATCH] rust: bindings: rename const binding using sed
2023-09-26 15:10:04 linux-kernel Re: [PATCH v2 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-23 12:42:03 linux-kernel Re: [PATCH] rust: fix bindgen build error with fstrict-flex-arrays
2023-09-23 11:11:11 linux-kernel [PATCH] rust: remove ignores for `clippy::new_ret_no_self`
2023-09-23 10:28:05 linux-kernel Re: [PATCH 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-23 04:18:16 linux-kernel Re: [PATCH v4 4/7] rust: workqueue: add helper for defining work_struct fields
2023-09-23 02:10:24 linux-kernel Re: [PATCH 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-23 01:15:04 linux-kernel Re: [PATCH 1/2] rust: arc: rename `ArcInner` to `WithRef`
2023-08-10 02:10:40 linux-kernel Re: [PATCH] rust: macros: add `paste!` proc macro
2023-08-09 19:47:40 linux-kernel Re: [PATCH v3] rust: macros: vtable: fix `HAS_*` redefinition (`gen_const_name`)
2023-08-06 21:23:29 linux-kernel Re: [PATCH v3 09/13] rust: init: add support for arbitrary paths in init macros
2023-08-06 21:20:23 linux-kernel Re: [PATCH v3 10/13] rust: init: implement `Zeroable` for `UnsafeCell<T>` and `Opaque<T>`
2023-08-06 17:12:33 linux-kernel Re: [PATCH v2] rust: macros: vtable: fix `HAS_*` redefinition (`gen_const_name`)
2023-08-06 17:09:14 linux-kernel Re: [PATCH v3 11/13] rust: init: make `PinInit<T, E>` a supertrait of `Init<T, E>`
2023-08-06 16:48:40 linux-kernel Re: [PATCH v3 08/13] rust: init: Add functions to create array initializers
2023-08-02 21:21:55 linux-kernel Re: [PATCH 1/1] rust: macros: fix redefine const_name in `vtable`
2023-08-02 20:56:35 linux-kernel Re: [PATCH v3 06/13] rust: init: make initializer values inaccessible after initializing
2023-08-02 19:39:43 linux-kernel Re: [PATCH 2/2] rust: enable `no_mangle_with_rust_abi` Clippy lint
2023-08-02 19:32:46 linux-kernel Re: [PATCH v3 07/13] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
2023-08-02 18:40:14 linux-kernel Re: [PATCH v3 05/13] rust: init: wrap type checking struct initializers in a closure
2023-08-02 18:35:02 linux-kernel Re: [PATCH v3 04/13] rust: init: make guards in the init macros hygienic
2023-08-02 18:32:04 linux-kernel Re: [PATCH v3 02/13] rust: init: make `#[pin_data]` compatible with conditional compilation of fields
2023-07-15 16:09:49 linux-kernel Re: [PATCH RFC 07/11] rust: sync: Implement dynamic lockdep class creation
2023-07-15 16:09:41 linux-kernel Re: [PATCH RFC 11/11] rust: sync: arc: Add lockdep integration
2023-07-15 15:59:48 linux-kernel Re: [PATCH v2] rust: time: New module for timekeeping functions
2023-07-15 15:14:04 linux-kernel Re: [PATCH RFC 04/11] rust: siphash: Add a simple siphash abstraction
2023-07-15 14:48:07 linux-kernel Re: [PATCH RFC 03/11] rust: Use absolute paths to build Rust objects
2023-07-15 14:47:31 linux-kernel Re: [PATCH RFC 01/11] rust: types: Add Opaque::zeroed()
2023-07-15 14:45:48 linux-kernel Re: [PATCH RFC 02/11] rust: lock: Add Lock::pin_init()
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