linux-stable/rust/kernel
Linus Torvalds 639409a4ac workqueue: Add rust bindings for v6.7
to allow rust code to schedule work items on workqueues. While the current
 bindings don't cover all of the workqueue API, it provides enough for basic
 usage and can be expanded as needed.
 -----BEGIN PGP SIGNATURE-----
 
 iIQEABYIACwWIQTfIjM1kS57o3GsC/uxYfJx3gVYGQUCZUBNNw4cdGpAa2VybmVs
 Lm9yZwAKCRCxYfJx3gVYGQWtAP4vD31xd8YOu8UnUyFP3rJaA3F5VwoVm6DK9Lo7
 otBe8wD9ExoJHTiZiJwucvqbx7/z3EbbJYro56pIea9/O59t+AU=
 =cTn3
 -----END PGP SIGNATURE-----

Merge tag 'wq-for-6.7-rust-bindings' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq

Pull workqueue rust bindings from Tejun Heo:
 "Add rust bindings to allow rust code to schedule work items on
  workqueues.

  While the current bindings don't cover all of the workqueue API, it
  provides enough for basic usage and can be expanded as needed"

* tag 'wq-for-6.7-rust-bindings' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
  rust: workqueue: add examples
  rust: workqueue: add `try_spawn` helper method
  rust: workqueue: implement `WorkItemPointer` for pointer types
  rust: workqueue: add helper for defining work_struct fields
  rust: workqueue: define built-in queues
  rust: workqueue: add low-level workqueue bindings
  rust: sync: add `Arc::{from_raw, into_raw}`
2023-10-30 20:35:48 -10:00
..
init rust: init: update expanded macro explanation 2023-08-21 14:31:49 +02:00
sync workqueue: Add rust bindings for v6.7 2023-10-30 20:35:48 -10:00
allocator.rs rust: upgrade to Rust 1.71.1 2023-08-14 17:50:02 +02:00
build_assert.rs rust: upgrade to Rust 1.68.2 2023-05-31 17:35:03 +02:00
error.rs rust: error: Markdown style nit 2023-10-12 22:58:52 +02:00
init.rs rust: kernel: remove `#[allow(clippy::new_ret_no_self)]` 2023-10-05 21:16:13 +02:00
ioctl.rs rust: ioctl: Add ioctl number manipulation functions 2023-04-22 01:46:45 +02:00
kunit.rs rust: support running Rust documentation tests as KUnit ones 2023-07-19 09:32:53 -06:00
lib.rs rust: workqueue: add helper for defining work_struct fields 2023-09-25 09:46:42 -10:00
prelude.rs rust: add derive macro for `Zeroable` 2023-08-21 14:31:48 +02:00
print.rs rust: print: use explicit link in documentation 2023-10-15 21:25:08 +02:00
static_assert.rs
std_vendor.rs rust: upgrade to Rust 1.68.2 2023-05-31 17:35:03 +02:00
str.rs rust: str: make doctests compilable/testable 2023-07-19 09:25:02 -06:00
sync.rs rust: sync: introduce `CondVar` 2023-04-22 01:46:45 +02:00
task.rs rust: task: remove redundant explicit link 2023-10-15 21:25:08 +02:00
types.rs Rust changes for v6.6 2023-08-29 08:19:46 -07:00
workqueue.rs rust: workqueue: add examples 2023-09-25 09:46:42 -10:00