Skip to content

Commit f2e2de9

Browse files
committed
SUMMARY: Binder was merged into mainline
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 6652f67 commit f2e2de9

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
## Users — in mainline
3333

3434
- [AMCC QT2025 PHY Driver](AMCC-QT2025-PHY-Driver.md)
35+
- [Android Binder Driver](Android-Binder-Driver.md)
3536
- [ASIX PHY Driver](ASIX-PHY-Driver.md)
3637
- [DRM Panic QR code generator](DRM-Panic-QR-code-generator.md)
3738
- [Nova GPU Driver](Nova-GPU-Driver.md)
@@ -41,7 +42,6 @@
4142
## Users — outside mainline
4243

4344
- [Android `ashmem`](Android-`ashmem`.md)
44-
- [Android Binder Driver](Android-Binder-Driver.md)
4545
- [Apple AGX GPU driver](Apple-AGX-GPU-driver.md)
4646
- [NVMe Driver](NVMe-driver.md)
4747
- [PuzzleFS filesystem driver](PuzzleFS-filesystem-driver.md)

src/Android-Binder-Driver.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22

33
This project is an effort to rewrite Android's Binder kernel driver in Rust.
44

5-
The latest version of the Rust implementation can be found in the RFC that was
6-
submitted to the Linux Kernel mailing list late 2023: [Setting up Binder for
7-
the future][rfc].
8-
9-
[rfc]: https://lore.kernel.org/rust-for-linux/[email protected]/
5+
The driver was [merged](https://git.kernel.org/linus/eafedbc7c050c44744fbdf80bdf3315e860b7513)
6+
into Linux kernel version v6.18-rc1.
107

118
## Motivation
129

0 commit comments

Comments
 (0)