linux/samples/rust
Shankari Anand 1b89d4a6bb samples: rust: debugfs: Update ARef imports to use sync::aref
Update call sites in `rust_debugfs.rs` to import `ARef`
from `sync::aref` instead of `types`.

This aligns with the ongoing effort to move `ARef` and
`AlwaysRefCounted` to sync.

Suggested-by: Benno Lossin <lossin@kernel.org>
Link: https://github.com/Rust-for-Linux/linux/issues/1173
Signed-off-by: Shankari Anand <shankari.ak0208@gmail.com>
Link: https://patch.msgid.link/20251123092438.182251-10-shankari.ak0208@gmail.com
[ Add 'debugfs' to the commit subject; be consistent with the existing
  import style for now. - Danilo ]
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
2025-12-18 17:31:51 +01:00
..
hostprogs samples: add first Rust examples 2022-09-28 09:03:08 +02:00
Kconfig USB/Thunderbolt changes for 6.19-rc1 2025-12-06 18:42:12 -08:00
Makefile samples: rust: add Rust I2C client registration sample 2025-11-18 10:31:41 +13:00
rust_configfs.rs for-6.18/block-20250929 2025-10-02 10:16:56 -07:00
rust_debugfs.rs samples: rust: debugfs: Update ARef imports to use sync::aref 2025-12-18 17:31:51 +01:00
rust_debugfs_scoped.rs Driver core changes for 6.19-rc1 2025-12-05 21:29:02 -08:00
rust_dma.rs rust: driver: let probe() return impl PinInit<Self, Error> 2025-10-21 18:40:48 +02:00
rust_driver_auxiliary.rs samples: rust: auxiliary: illustrate driver interaction 2025-10-29 18:29:32 +01:00
rust_driver_faux.rs Driver core updates for 6.15-rc1 2025-04-01 11:02:03 -07:00
rust_driver_i2c.rs samples: rust: add Rust I2C sample driver 2025-11-18 10:28:25 +13:00
rust_driver_pci.rs rust: driver: let probe() return impl PinInit<Self, Error> 2025-10-21 18:40:48 +02:00
rust_driver_platform.rs Driver core changes for 6.19-rc1 2025-12-05 21:29:02 -08:00
rust_driver_usb.rs rust: driver: let probe() return impl PinInit<Self, Error> 2025-10-21 18:40:48 +02:00
rust_i2c_client.rs samples: rust: add Rust I2C client registration sample 2025-11-18 10:31:41 +13:00
rust_minimal.rs rust: samples: add a module parameter to the rust_minimal sample 2025-11-03 14:42:34 +01:00
rust_misc_device.rs Merge patch series "Rust support for struct iov_iter" 2025-09-06 13:27:23 +02:00
rust_print_events.c rust: samples: add tracepoint to Rust sample 2024-11-04 16:21:44 -05:00
rust_print_main.rs rust: use kernel::{fmt,prelude::fmt!} 2025-07-21 01:16:35 +02:00