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}`
No related branches found
No related tags found
Showing
- rust/bindings/bindings_helper.h 1 addition, 0 deletionsrust/bindings/bindings_helper.h
- rust/helpers.c 13 additions, 0 deletionsrust/helpers.c
- rust/kernel/lib.rs 3 additions, 0 deletionsrust/kernel/lib.rs
- rust/kernel/sync/arc.rs 44 additions, 2 deletionsrust/kernel/sync/arc.rs
- rust/kernel/workqueue.rs 679 additions, 0 deletionsrust/kernel/workqueue.rs
- scripts/Makefile.build 1 addition, 1 deletionscripts/Makefile.build
Loading
Please register or sign in to comment