Björn Roy Baron ([email protected])

Number of posts: 36 (0.09 per day)
First post: 2022-08-04 10:45:31
Last post: 2023-09-16 22:52:09

Date List Subject
2023-09-16 22:52:09 linux-kernel Re: [PATCH] rust: Respect HOSTCC when linking for host
2023-07-31 00:45:48 linux-kernel Re: [PATCH 1/3] rust: allocator: Prevent mis-aligned allocation
2023-06-28 19:08:00 linux-kernel Re: [PATCH] rust: macros: add `paste!` proc macro
2023-06-25 15:19:15 linux-kernel Re: [PATCH 5/7] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
2023-06-25 13:51:13 linux-kernel Re: [PATCH 5/7] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
2023-06-24 15:50:24 linux-kernel Re: [PATCH 6/7] rust: init: Add functions to create array initializers
2023-06-24 15:49:59 linux-kernel Re: [PATCH 5/7] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
2023-06-24 15:49:43 linux-kernel Re: [PATCH 3/7] rust: init: make guards in the init macros hygienic
2023-06-24 15:49:06 linux-kernel Re: [PATCH 1/7] rust: init: consolidate init macros
2023-06-24 15:48:22 linux-kernel Re: [PATCH 7/7] rust: init: add support for arbitrary paths in init macros
2023-06-24 15:29:47 linux-kernel Re: [PATCH 4/7] rust: init: wrap type checking struct initializers in a closure
2023-06-24 15:04:00 linux-kernel Re: [PATCH] rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl
2023-06-24 14:59:47 linux-kernel Re: [PATCH 2/7] rust: add derive macro for `Zeroable`
2023-06-16 11:37:22 linux-kernel Re: [PATCH 1/6] rust: init: make doctests compilable/testable
2023-06-16 11:35:37 linux-kernel Re: [PATCH 4/6] rust: types: make doctests compilable/testable
2023-06-16 11:33:05 linux-kernel Re: [PATCH 2/6] rust: str: make doctests compilable/testable
2023-06-16 11:22:01 linux-kernel Re: [PATCH 3/6] rust: sync: make doctests compilable/testable
2023-04-20 12:36:09 linux-kernel Re: [PATCH 3/3] rust: upgrade to Rust 1.68.2
2023-04-20 12:16:42 linux-kernel Re: [PATCH 2/3] rust: arc: fix intra-doc link in `Arc<T>::init`
2023-04-20 12:16:19 linux-kernel Re: [PATCH 1/3] rust: alloc: clarify what is the upstream version
2023-03-07 18:26:14 linux-kernel Re: [PATCH RFC 02/18] rust: drm: Add Device and Driver abstractions
2023-03-07 17:39:00 linux-kernel Re: [PATCH RFC 01/18] rust: drm: ioctl: Add DRM ioctl abstraction
2023-03-07 17:15:14 linux-kernel Re: [PATCH] rust: virtio: add virtio support
2023-02-21 11:23:35 linux-kernel Re: [PATCH] rust: time: New module for timekeeping functions
2023-02-15 17:55:16 linux-kernel Re: [PATCH] rust: kernel: Mark rust_fmt_argument as extern "C"
2023-02-08 13:44:33 linux-kernel Re: [PATCH v2 1/2] rust: sync: impl {Debug,Display} for {Unique,}Arc
2023-02-02 16:56:21 linux-kernel Re: [RFC 5/5] sample: rust: print: Add sampe code for Arc printing
2023-02-02 16:53:34 linux-kernel Re: [RFC 3/5] rust: sync: Arc: Introduces Arc::get_inner() helper
2023-02-02 16:50:48 linux-kernel Re: [RFC 1/5] rust: sync: impl Display for {Unique,}Arc
2023-01-21 17:35:00 linux-kernel Re: [PATCH v2] scripts: `make rust-analyzer` for out-of-tree modules
2023-01-20 13:49:19 linux-kernel Re: [PATCH] scripts: `make rust-analyzer` for out-of-tree modules
2023-01-11 11:27:33 linux-kernel Re: [PATCH] rust: print: avoid evaluating arguments in `pr_*` macros in `unsafe` blocks
2022-11-14 15:05:40 linux-kernel Re: [PATCH v1 05/28] rust: macros: add `concat_idents!` proc macro
2022-11-03 09:58:39 linux-kernel Re: rust nvme driver: potential sleep-in-atomic-context
2022-08-17 16:38:25 linux-kernel Re: [PATCH v8 27/31] Kbuild: add Rust support
2022-08-04 10:45:31 linux-kernel Re: [PATCH v8 29/31] MAINTAINERS: Rust