rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-24 21:55:17 to 2023-08-17 22:27:43 UTC [more...]

[RFC PATCH 0/7] Rust Socket abstractions
 2023-08-17 22:27 UTC  (23+ 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 v4 00/13] Quality of life improvements for pin-init
 2023-08-16 17:43 UTC  (17+ 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 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] docs: add command line to rust-analyzer section
 2023-08-14 15:07 UTC 

[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)

[PATCH v1] rust: add improved version of `ForeignOwnable::borrow_mut`
 2023-08-09 14:09 UTC  (2+ 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  (30+ messages)
` [PATCH v3 01/13] rust: init: consolidate init macros
` [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-05 22:44 UTC  (4+ 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 0/2] docs: rust: update instructions for obtaining 'core' source
 2023-08-03  6:04 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] docs: rust: clarify what 'rustup override' does

[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  (8+ messages)
` [PATCH 1/3] rust: kunit: add KUnit case and suite macros
` [PATCH 2/3] rust: macros: add macro to easily run KUnit tests
` [PATCH 3/3] rust: kunit: allow to know if we are in a test

[RFC PATCH 00/11] Rust null block driver
 2023-07-31 14:14 UTC  (5+ 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)

[PATCH v2 09/12] rust: init: implement Zeroable for Opaque<T>
 2023-07-29  8:14 UTC  (4+ messages)

[RFC PATCH v2 00/10] Rust PuzleFS filesystem driver
 2023-07-27 13:32 UTC  (20+ messages)
` [RFC PATCH v2 01/10] samples: puzzlefs: add initial puzzlefs sample, copied from rust_fs.rs
` [RFC PATCH v2 02/10] kernel: configs: enable rust samples in rust.config
` [RFC PATCH v2 03/10] rust: kernel: add an abstraction over vfsmount to allow cloning a new private mount
` [RFC PATCH v2 04/10] rust: file: Add a new RegularFile newtype useful for reading files
` [RFC PATCH v2 05/10] samples: puzzlefs: add basic deserializing support for the puzzlefs metadata
` [RFC PATCH v2 06/10] rust: file: pass the filesystem context to the open function
` [RFC PATCH v2 07/10] samples: puzzlefs: populate the directory entries with the inodes from the puzzlefs metadata file
` [RFC PATCH v2 08/10] rust: puzzlefs: read the puzzlefs image manifest instead of an individual metadata layer
` [RFC PATCH v2 09/10] rust: puzzlefs: add support for reading files
` [RFC PATCH v2 10/10] rust: puzzlefs: add oci_root_dir and image_manifest filesystem parameters

[PATCH v2] kbuild: rust: avoid creating temporary files
 2023-07-25  5:00 UTC  (2+ messages)

[RFC PATCH] rework top page and organize toc on the sidebar
 2023-07-25  3:04 UTC  (3+ messages)

[PATCH v2 00/12] Quality of life improvements for pin-init
 2023-07-24 21:55 UTC  (6+ messages)
` [PATCH v2 11/12] rust: init: add `{pin_}chain` functions to `{Pin}Init<T, E>`


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).