rust: init: update `init` module to take allocation flags
authorWedson Almeida Filho <walmeida@microsoft.com>
Thu, 28 Mar 2024 01:36:02 +0000 (22:36 -0300)
committerMiguel Ojeda <ojeda@kernel.org>
Tue, 16 Apr 2024 20:50:04 +0000 (22:50 +0200)
commitc34aa00d1d7dd482dc48660ad594cb693334de2d
tree271fb9b88daee13a1605e0d6430968f2f7916d68
parentcc41670e06383c08f3afdd7a19b782d03ae4d63a
rust: init: update `init` module to take allocation flags

This is the last component in the conversion for allocators to take
allocation flags as parameters.

Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Signed-off-by: Wedson Almeida Filho <walmeida@microsoft.com>
Link: https://lore.kernel.org/r/20240328013603.206764-10-wedsonaf@gmail.com
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/kernel/init.rs
rust/kernel/sync/arc.rs
rust/kernel/sync/condvar.rs
rust/kernel/sync/lock/mutex.rs
rust/kernel/sync/lock/spinlock.rs
rust/kernel/workqueue.rs