Martin Rodriguez Reboredo ([email protected])

Number of posts: 248 (0.42 per day)
First post: 2022-08-24 23:05:27
Last post: 2024-04-05 00:10:06

Date List Subject
2023-07-21 00:30:35 linux-kernel Re: [PATCH v2 04/12] rust: init: wrap type checking struct initializers in a closure
2023-07-21 00:30:12 linux-kernel Re: [PATCH v2 06/12] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
2023-07-21 00:29:34 linux-kernel Re: [PATCH v2 02/12] rust: add derive macro for `Zeroable`
2023-07-21 00:29:17 linux-kernel Re: [PATCH v2 01/12] rust: init: consolidate init macros
2023-07-19 19:19:52 linux-kernel Re: [PATCH] kbuild: rust: avoid creating temporary files
2023-07-19 19:12:01 linux-kernel Re: [PATCH 2/2] docs: rust: clarify what 'rustup override' does
2023-07-19 19:08:18 linux-kernel Re: [PATCH v8 2/2] docs: Integrate rustdoc generation into htmldocs
2023-07-19 19:06:42 linux-kernel Re: [PATCH 1/2] docs: rust: update instructions for obtaining 'core' source
2023-07-19 19:05:05 linux-kernel Re: [PATCH v8 1/2] docs: Move rustdoc output, cross-reference it
2023-07-14 21:18:18 linux-kernel Re: [PATCH RFC 07/11] rust: sync: Implement dynamic lockdep class creation
2023-07-14 21:07:11 linux-kernel Re: [PATCH RFC 06/11] rust: sync: Replace static LockClassKey refs with a pointer wrapper
2023-07-14 21:00:26 linux-kernel Re: [PATCH RFC 05/11] rust: sync: Add dummy LockClassKey implementation for !CONFIG_LOCKDEP
2023-07-14 20:48:10 linux-kernel Re: [PATCH RFC 04/11] rust: siphash: Add a simple siphash abstraction
2023-07-14 14:05:49 linux-kernel Re: [PATCH] rust: kernel: str: Implement Debug for CString
2023-07-14 14:04:38 linux-kernel Re: [PATCH v2] rust: time: New module for timekeeping functions
2023-07-13 04:06:04 linux-kernel Re: [PATCH v1] rust: add improved version of `ForeignOwnable::borrow_mut`
2023-07-12 21:33:01 linux-kernel Re: [PATCH v3 2/9] rust: sync: add `Arc::{from_raw, into_raw}`
2023-07-12 21:28:53 linux-kernel Re: [PATCH 3/9] workqueue: introduce `__INIT_WORK_WITH_KEY`
2023-07-12 21:12:44 linux-kernel Re: [PATCH v3 6/9] rust: workqueue: add helper for defining work_struct fields
2023-07-11 16:08:11 linux-kernel Re: [PATCH] rust: fix bindgen build error with UBSAN_BOUNDS_STRICT
2023-07-07 00:41:01 linux-kernel Re: [PATCH] rust: delete `ForeignOwnable::borrow_mut`
2023-07-04 13:45:05 linux-kernel Re: [PATCH] btf, scripts: rust: drop is_rust_module.sh
2023-06-29 01:22:58 linux-kernel Re: [PATCH] rust: macros: add `paste!` proc macro
2023-06-26 17:14:49 linux-kernel Re: [PATCH 1/1] rust: macros: fix redefine const_name in `vtable`
2023-06-26 13:39:42 linux-kernel Re: [PATCH v2] rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl
2023-06-26 03:55:12 linux-kernel Re: [PATCH v2] rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl
2023-06-23 02:32:16 linux-kernel Re: [PATCH] rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl
2023-06-16 15:25:02 linux-kernel Re: [PATCH v2 10/11] kbuild: rust_is_available: check that output looks as expected
2023-06-16 15:21:46 linux-kernel Re: [PATCH v2 02/11] kbuild: rust_is_available: fix version check when CC has multiple arguments
2023-06-16 15:21:35 linux-kernel Re: [PATCH v2 06/11] kbuild: rust_is_available: check that environment variables are set
2023-06-16 15:21:00 linux-kernel Re: [PATCH v2 09/11] kbuild: rust_is_available: handle failures calling `$RUSTC`/`$BINDGEN`
2023-06-16 15:19:28 linux-kernel Re: [PATCH v2 08/11] kbuild: rust_is_available: normalize version matching
2023-06-16 15:19:27 linux-kernel Re: [PATCH v2 11/11] kbuild: rust_is_available: add test suite
2023-06-16 15:19:26 linux-kernel Re: [PATCH v2 04/11] kbuild: rust_is_available: print docs reference
2023-06-16 15:19:22 linux-kernel Re: [PATCH v2 07/11] kbuild: rust_is_available: fix confusion when a version appears in the path
2023-06-16 15:17:23 linux-kernel Re: [PATCH v2 03/11] docs: rust: add paragraph about finding a suitable `libclang`
2023-06-16 15:13:57 linux-kernel Re: [PATCH v2 01/11] kbuild: rust_is_available: remove -v option
2023-06-16 15:06:33 linux-kernel Re: [PATCH v2 05/11] kbuild: rust_is_available: add check for `bindgen` invocation
2023-06-15 13:59:57 linux-kernel Re: [PATCH 5/6] rust: support running Rust documentation tests as KUnit ones
2023-06-15 13:56:04 linux-kernel Re: [PATCH 1/6] rust: init: make doctests compilable/testable
2023-06-15 04:06:07 linux-kernel Re: [PATCH 1/6] rust: init: make doctests compilable/testable
2023-06-15 04:05:48 linux-kernel Re: [PATCH 2/6] rust: str: make doctests compilable/testable
2023-06-15 04:03:18 linux-kernel Re: [PATCH 3/6] rust: sync: make doctests compilable/testable
2023-06-15 04:03:17 linux-kernel Re: [PATCH 6/6] MAINTAINERS: add Rust KUnit files to the KUnit entry
2023-06-15 04:00:04 linux-kernel Re: [PATCH 5/6] rust: support running Rust documentation tests as KUnit ones
2023-06-15 03:54:31 linux-kernel Re: [PATCH 4/6] rust: types: make doctests compilable/testable
2023-06-14 17:04:03 linux-kernel Re: [PATCH v2 1/1] scripts/rust_is_available: Fix clang version check
2023-06-14 16:54:30 linux-kernel Re: [PATCH] rust: allocator: Prevents mis-aligned allocation
2023-06-14 16:33:53 linux-kernel Re: [PATCH] rust: make `UnsafeCell` the outer type in `Opaque`
2023-06-12 16:53:13 linux-kernel Re: [PATCH v3 2/3] rust: kernel: implement iterators for ScatterList
2023-06-12 16:40:51 linux-kernel Re: [PATCH v3 1/3] rust: kernel: add ScatterList abstraction