[PATCH v2 0/4] rust: refactor ARef and AlwaysRefCounted imports

Shankari Anand posted 4 patches 1 month ago
drivers/android/binder/process.rs      | 2 +-
drivers/android/binder/thread.rs       | 3 +--
rust/kernel/i2c.rs                     | 10 ++++------
rust/kernel/types.rs                   | 2 --
rust/kernel/usb.rs                     | 3 ++-
5 files changed, 8 insertions(+), 12 deletions(-)
[PATCH v2 0/4] rust: refactor ARef and AlwaysRefCounted imports
Posted by Shankari Anand 1 month ago
Resending the v2 patch series with changes suggested as in the 
v1 patch series [1].
Also re-worded the commit titles to refer to the target subsystem.

Have resent only the patches that haven't been picked up yet in the series.

Thanks and regards,
Shankari

[1] https://lore.kernel.org/all/20251123092438.182251-1-shankari.ak0208@gmail.com/

Shankari Anand (4):
  drivers: android: binder: Update ARef imports from sync::aref
  rust: i2c: Update ARef and AlwaysRefCounted imports to use sync::aref
  rust: usb: Update AlwaysRefCounted imports to use sync::aref
  rust: types: remove temporary re-exports of ARef and AlwaysRefCounted

 drivers/android/binder/process.rs      | 2 +-
 drivers/android/binder/thread.rs       | 3 +--
 rust/kernel/i2c.rs                     | 10 ++++------
 rust/kernel/types.rs                   | 2 --
 rust/kernel/usb.rs                     | 3 ++-
 5 files changed, 8 insertions(+), 12 deletions(-)

-- 
2.34.1