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-10-24 18:48:49 linux-kernel Re: [PATCH 3/4] x86/rust: depend on !RETHUNK
2023-10-23 18:43:14 linux-kernel Re: [PATCH 3/4] x86/rust: depend on !RETHUNK
2023-10-23 00:46:07 linux-kernel Re: [RFC PATCH 1/1] scripts: Build per module Rust crates
2023-10-23 00:34:20 linux-kernel Re: [bpf-next PATCH v2 2/4] kbuild: avoid too many execution of scripts/pahole-flags.sh
2023-10-23 00:30:45 linux-kernel Re: [PATCH 2/4] kbuild: avoid too many execution of scripts/pahole-flags.sh
2023-10-08 12:32:23 linux-kernel Re: [PATCH] rust: macros: update 'paste!' macro to accept string literals
2023-10-06 15:58:06 linux-kernel [RFC PATCH 1/1] scripts: Build per module Rust crates
2023-10-05 22:16:36 linux-kernel Re: [PATCH v4] rust: Respect HOSTCC when linking for host
2023-10-05 21:32:33 linux-kernel Re: [PATCH 3/3] rust: upgrade to Rust 1.73.0
2023-10-05 21:31:22 linux-kernel Re: [PATCH 1/3] rust: task: remove redundant explicit link
2023-10-05 21:31:01 linux-kernel Re: [PATCH 2/3] rust: print: use explicit link in documentation
2023-10-01 02:10:30 linux-kernel Re: [PATCH] rust: bindings: rename const binding using sed
2023-10-01 02:05:48 linux-kernel Re: [PATCH] rust: error: fix the description for `ECHILD`
2023-09-29 07:42:15 linux-kernel Re: [PATCH v3] rust: Respect HOSTCC when linking for host
2023-09-29 04:35:34 linux-kernel Re: [PATCH v2] rust: Use awk instead of recent xargs
2023-09-29 01:31:25 linux-kernel Re: [PATCH] rust: Use grep -Ev rather than relying on GNU grep
2023-09-24 00:57:47 linux-kernel Re: [PATCH v2 1/2] rust: arc: rename `ArcInner` to `WithRef`
2023-09-24 00:37:06 linux-kernel Re: [PATCH v2 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-23 17:51:59 linux-kernel Re: [PATCH] rust: remove ignores for `clippy::new_ret_no_self`
2023-09-23 10:35:43 linux-kernel Re: [PATCH 1/2] rust: arc: rename `ArcInner` to `WithRef`
2023-09-23 09:23:31 linux-kernel Re: [PATCH 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-23 05:18:36 linux-kernel Re: [PATCH 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-20 00:01:03 linux-kernel Re: [PATCH v2] rust: Respect HOSTCC when linking for host
2023-09-17 19:17:45 linux-kernel Re: [PATCH] rust: Respect HOSTCC when linking for host
2023-09-16 00:32:09 linux-kernel Re: [PATCH] rust: Respect HOSTCC when linking for host
2023-08-09 21:25:27 linux-kernel Re: [RFC PATCH v1 5/5] rust: file: add `DeferredFdCloser`
2023-08-09 06:50:45 linux-kernel Re: [RFC PATCH v1 5/5] rust: file: add `DeferredFdCloser`
2023-08-09 05:47:35 linux-kernel Re: [RFC PATCH v1 1/5] rust: file: add bindings for `struct file`
2023-08-09 05:21:09 linux-kernel Re: [RFC PATCH v1 3/5] rust: file: add `FileDescriptorReservation`
2023-08-05 18:53:03 linux-kernel Re: [PATCH v2] rust: macros: vtable: fix `HAS_*` redefinition (`gen_const_name`)
2023-08-05 18:11:19 linux-kernel Re: [PATCH v3 12/13] rust: init: add `{pin_}chain` functions to `{Pin}Init<T, E>`
2023-08-05 17:44:37 linux-kernel Re: [PATCH v3 02/13] rust: init: make `#[pin_data]` compatible with conditional compilation of fields
2023-08-05 17:43:26 linux-kernel Re: [PATCH v3 08/13] rust: init: Add functions to create array initializers
2023-08-05 17:19:05 linux-kernel Re: [PATCH v3 10/13] rust: init: implement `Zeroable` for `UnsafeCell<T>` and `Opaque<T>`
2023-08-05 14:16:41 linux-kernel Re: [PATCH v3] scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`
2023-08-04 18:40:04 linux-kernel [PATCH v3] scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`
2023-08-04 18:35:01 linux-kernel [PATCH v3] scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`
2023-08-04 17:55:21 linux-kernel [PATCH v3] scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`
2023-07-30 17:32:00 linux-kernel Re: [PATCH 2/2] rust: enable `no_mangle_with_rust_abi` Clippy lint
2023-07-30 16:48:45 linux-kernel Re: [PATCH 1/2] rust: upgrade to Rust 1.71.0
2023-07-24 16:47:27 linux-kernel Re: [PATCH v2 11/12] rust: init: add `{pin_}chain` functions to `{Pin}Init<T, E>`
2023-07-23 16:10:25 linux-kernel Re: [PATCH v2] kbuild: rust: avoid creating temporary files
2023-07-21 01:14:15 linux-kernel Re: [PATCH v2 12/12] rust: init: update expanded macro explanation
2023-07-21 01:08:41 linux-kernel Re: [PATCH v2 10/12] rust: init: make `PinInit<T, E>` a supertrait of `Init<T, E>`
2023-07-21 01:05:05 linux-kernel Re: [PATCH v2 05/12] rust: init: make initializer values inaccessible after initializing
2023-07-21 00:54:08 linux-kernel Re: [PATCH] rust: doctests: Use tabs for indentation in generated C code
2023-07-21 00:40:41 linux-kernel Re: [PATCH v2 09/12] rust: init: implement Zeroable for Opaque<T>
2023-07-21 00:40:37 linux-kernel Re: [PATCH v2 03/12] rust: init: make guards in the init macros hygienic
2023-07-21 00:33:21 linux-kernel Re: [PATCH v2 11/12] rust: init: add `{pin_}chain` functions to `{Pin}Init<T, E>`
2023-07-21 00:31:12 linux-kernel Re: [PATCH v2 08/12] rust: init: add support for arbitrary paths in init macros
2023-07-21 00:31:06 linux-kernel Re: [PATCH v2 07/12] rust: init: Add functions to create array initializers