Skip to content

rust_binder: fix compilation error due to Owned<Page> allocation - #559

Closed
Neko-0v0 wants to merge 1 commit into
AsahiLinux:asahifrom
Neko-0v0:asahi
Closed

rust_binder: fix compilation error due to Owned<Page> allocation#559
Neko-0v0 wants to merge 1 commit into
AsahiLinux:asahifrom
Neko-0v0:asahi

Conversation

@Neko-0v0

Copy link
Copy Markdown

Commit 34d50740e253 makes Page Ownable and returns Owned<Page> in alloc_page, which is unexpected for rust_binder and causes compilation error when CONFIG_ANDROID_BINDER_IPC_RUST=y.
This patch fixes the problem. Tested on Mac mini M2, Asahi Arch Linux ARM, kernel 7.1.5.

…d50740e253)

Signed-off-by: Neko-0v0 <neko@cytus.xyz>
@jannau

jannau commented Aug 5, 2026

Copy link
Copy Markdown
Member

thanks, I think I just disabled binder (because it's not enabled inn linux distros) and then forgot about it. manually merged, will appear in the next tag

@jannau jannau closed this Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants