rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-29 09:11:06 to 2023-08-28 10:49:31 UTC [more...]

[PATCH v4 0/7] rust: workqueue: add bindings for the workqueue
 2023-08-28 10:48 UTC  (2+ messages)
` [PATCH v4 1/7] rust: sync: add `Arc::{from_raw, into_raw}`

[GIT PULL] Rust for 6.6
 2023-08-24 21:40 UTC 

Pozycjonowanie- informacja
 2023-08-24  7:55 UTC 

[PATCH 0/2] Rust 1.72.0 upgrade
 2023-08-24  6:41 UTC  (10+ messages)
` [PATCH 1/2] rust: arc: add explicit `drop()` around `Box::from_raw()`
` [PATCH 2/2] rust: upgrade to Rust 1.72.0

[PATCH v1] rust: add improved version of `ForeignOwnable::borrow_mut`
 2023-08-23 16:09 UTC  (8+ messages)

[PATCH v3 0/9] rust: workqueue: add bindings for the workqueue
 2023-08-23  9:06 UTC  (10+ messages)
` [PATCH v3 1/9] rust: add offset_of! macro
` [PATCH v3 2/9] rust: sync: add `Arc::{from_raw, into_raw}`
` [PATCH v3 6/9] rust: workqueue: add helper for defining work_struct fields

[PATCH v4 00/13] Quality of life improvements for pin-init
 2023-08-21 12:33 UTC  (20+ messages)
` [PATCH v4 01/13] rust: init: consolidate init macros
` [PATCH v4 02/13] rust: init: make `#[pin_data]` compatible with conditional compilation of fields
` [PATCH v4 03/13] rust: add derive macro for `Zeroable`
` [PATCH v4 04/13] rust: init: make guards in the init macros hygienic
` [PATCH v4 05/13] rust: init: wrap type checking struct initializers in a closure
` [PATCH v4 06/13] rust: init: make initializer values inaccessible after initializing
` [PATCH v4 07/13] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
` [PATCH v4 08/13] rust: init: Add functions to create array initializers
` [PATCH v4 09/13] rust: init: add support for arbitrary paths in init macros
` [PATCH v4 10/13] rust: init: implement `Zeroable` for `UnsafeCell<T>` and `Opaque<T>`
` [PATCH v4 11/13] rust: init: make `PinInit<T, E>` a supertrait of `Init<T, E>`
` [PATCH v4 12/13] rust: init: add `{pin_}chain` functions to `{Pin}Init<T, E>`
` [PATCH v4 13/13] rust: init: update expanded macro explanation

[PATCH v2 0/2] docs: rust: update instructions for obtaining 'core' source
 2023-08-20 23:14 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] docs: rust: clarify what 'rustup override' does

[PATCH] docs: add command line to rust-analyzer section
 2023-08-20 23:08 UTC  (2+ messages)

[PATCH v3] scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`
 2023-08-20 23:07 UTC  (5+ messages)

[GIT PULL] Rust fixes for 6.5-rc7
 2023-08-20  6:36 UTC  (2+ messages)

[PATCH net-next v3 1/7] overflow: add DEFINE_FLEX() for on-stack allocs
 2023-08-19 10:06 UTC  (4+ messages)

[RFC PATCH 0/7] Rust Socket abstractions
 2023-08-18 12:42 UTC  (26+ messages)
` [RFC PATCH 1/7] rust: net: add net module files and shared enums
` [RFC PATCH 2/7] rust: net: add ip and socket address bindings
` [RFC PATCH 3/7] rust: net: add socket-related flags and flagset
` [RFC PATCH 4/7] rust: net: add socket wrapper
` [RFC PATCH 5/7] rust: net: implement socket options API
` [RFC PATCH 6/7] rust: net: add socket TCP wrappers
` [RFC PATCH 7/7] rust: net: add socket UDP wrappers

[PATCH] rust: fix bindgen build error with fstrict-flex-arrays
 2023-08-17  3:45 UTC  (6+ messages)

[PATCH v2 1/3] arm64: rust: Enable Rust support for AArch64
 2023-08-15 18:00 UTC  (4+ messages)

[PATCH] rust: bindgen: upgrade to 0.65.1
 2023-08-14 22:43 UTC  (2+ messages)

[PATCH 1/2] rust: upgrade to Rust 1.71.0
 2023-08-14 22:40 UTC  (10+ messages)
` [PATCH 2/2] rust: enable `no_mangle_with_rust_abi` Clippy lint

[PATCH] rust: macros: add `paste!` proc macro
 2023-08-10 20:32 UTC  (9+ messages)

[PATCH] btf, scripts: rust: drop is_rust_module.sh
 2023-08-09 23:22 UTC  (2+ messages)

[PATCH] rust: types: make `Opaque` be `!Unpin`
 2023-08-09 23:21 UTC  (2+ messages)

[PATCH] rust: make `UnsafeCell` the outer type in `Opaque`
 2023-08-09 23:21 UTC  (2+ messages)

[PATCH v2 00/11] `scripts/rust_is_available.sh` improvements
 2023-08-09 23:20 UTC  (2+ messages)

[PATCH] MAINTAINERS: add Alice Ryhl as Rust reviewer
 2023-08-09 23:20 UTC  (2+ messages)

[PATCH] MAINTAINERS: add Andreas Hindborg as Rust reviewer
 2023-08-09 23:19 UTC  (3+ messages)

[RFC PATCH v1 0/5] Various Rust bindings for files
 2023-08-09 20:15 UTC  (10+ messages)
` [RFC PATCH v1 1/5] rust: file: add bindings for `struct file`
` [RFC PATCH v1 3/5] rust: file: add `FileDescriptorReservation`
` [RFC PATCH v1 5/5] rust: file: add `DeferredFdCloser`

[PATCH v3] rust: macros: vtable: fix `HAS_*` redefinition (`gen_const_name`)
 2023-08-09 19:28 UTC  (5+ messages)

Pozycjonowanie- informacja
 2023-08-08  7:55 UTC 

[PATCH v3 00/13] Quality of life improvements for pin-init
 2023-08-06 16:09 UTC  (29+ messages)
` [PATCH v3 02/13] rust: init: make `#[pin_data]` compatible with conditional compilation of fields
` [PATCH v3 03/13] rust: add derive macro for `Zeroable`
` [PATCH v3 04/13] rust: init: make guards in the init macros hygienic
` [PATCH v3 05/13] rust: init: wrap type checking struct initializers in a closure
` [PATCH v3 06/13] rust: init: make initializer values inaccessible after initializing
` [PATCH v3 07/13] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
` [PATCH v3 08/13] rust: init: Add functions to create array initializers
` [PATCH v3 09/13] rust: init: add support for arbitrary paths in init macros
` [PATCH v3 10/13] rust: init: implement `Zeroable` for `UnsafeCell<T>` and `Opaque<T>`
` [PATCH v3 11/13] rust: init: make `PinInit<T, E>` a supertrait of `Init<T, E>`
` [PATCH v3 12/13] rust: init: add `{pin_}chain` functions to `{Pin}Init<T, E>`
` [PATCH v3 13/13] rust: init: update expanded macro explanation

[PATCH v2] rust: macros: vtable: fix `HAS_*` redefinition (`gen_const_name`)
 2023-08-06 16:02 UTC  (5+ messages)

[GIT PULL] Rust fixes for 6.5-rc5
 2023-08-06  2:30 UTC  (2+ messages)

[PATCH v3] scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`
 2023-08-04 17:17 UTC 

[PATCH v3] scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`
 2023-08-04 17:15 UTC 

[RFC PATCH 0/2] Generate API documentation for 'bindings' crate
 2023-08-03 17:52 UTC  (6+ messages)
` [RFC PATCH 1/2] rust: bindings: generate API documentation for the "
` [RFC PATCH 2/2] rust: bindings: add warning about configuration dependence

[PATCH 0/1] Fix redefine const_name in `vtable` macro
 2023-08-03 12:52 UTC  (8+ messages)
` [PATCH 1/1] rust: macros: fix redefine const_name in `vtable`

[PATCH v2] scripts: read cfgs from Makefile for rust-analyzer
 2023-08-02 17:42 UTC  (2+ messages)

[PATCH] rust: fix bindgen build error with UBSAN_BOUNDS_STRICT
 2023-08-02 17:37 UTC  (2+ messages)

[PATCH] rust: delete `ForeignOwnable::borrow_mut`
 2023-08-02 17:37 UTC  (2+ messages)

[PATCH v2] scripts: `make rust-analyzer` for out-of-tree modules
 2023-08-02 17:37 UTC  (3+ messages)
` [PATCH v5] "

[PATCH] lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOW
 2023-08-02 15:29 UTC  (4+ messages)

[PATCH 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2023-08-01 14:44 UTC  (4+ messages)
` [PATCH 2/3] rust: macros: add macro to easily run KUnit tests

[RFC PATCH 00/11] Rust null block driver
 2023-07-31 14:14 UTC  (3+ messages)

[PATCH v8 0/2] docs: Integrate rustdoc into Rust documentation
 2023-07-31 14:15 UTC  (3+ messages)

[PATCH 0/3] Fix alignment issue and prepare for rust 1.71
 2023-07-31 11:12 UTC  (12+ messages)
` [PATCH 1/3] rust: allocator: Prevent mis-aligned allocation
` [PATCH 2/3] rust: allocator: Use krealloc_aligned() in KernelAllocator::alloc
` [PATCH 3/3] rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl

[PATCH] rust: allocator: Prevents mis-aligned allocation
 2023-07-29 23:40 UTC  (3+ messages)

[PATCH v2] rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl
 2023-07-29 14:01 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).