[PATCH 0/3] rust_binder: check current before closing fds

Alice Ryhl posted 3 patches 1 month, 1 week ago
There is a newer version of this series
drivers/android/binder/allocation.rs |  4 ++++
rust/kernel/sync/aref.rs             | 23 +++++++++++++++++++++++
rust/kernel/task.rs                  |  8 ++++++++
3 files changed, 35 insertions(+)
[PATCH 0/3] rust_binder: check current before closing fds
Posted by Alice Ryhl 1 month, 1 week ago
Please see the last patch in this series for details.

Signed-off-by: Alice Ryhl <aliceryhl@google.com>
---
Alice Ryhl (3):
      rust: sync: implement == operator for ARef
      rust: task: implement == operator for Task
      rust_binder: check current before closing fds

 drivers/android/binder/allocation.rs |  4 ++++
 rust/kernel/sync/aref.rs             | 23 +++++++++++++++++++++++
 rust/kernel/task.rs                  |  8 ++++++++
 3 files changed, 35 insertions(+)
---
base-commit: 2961f841b025fb234860bac26dfb7fa7cb0fb122
change-id: 20260219-close-fd-check-current-98e3ee59880a

Best regards,
-- 
Alice Ryhl <aliceryhl@google.com>