Skip to content

Atomics in Rust Binder #1209

@Darksonn

Description

@Darksonn

The Rust Binder driver still uses core::sync::atomic, but since 4333928 this is deprecated. It needs to be switched over to using the new kernel-specific atomic type.

Rust Binder has uses of AtomicBool, which should be replaced with a new AtomicFlag that wraps an Atomic<u32>.

Metadata

Metadata

Assignees

Labels

good first issueGood for newcomersmediumExpected to be an issue of medium difficulty to resolve.• driversRelated to the example drivers in `drivers/`.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions