Re: [PATCH v3 0/7] rust_binder : Implement dynamic debug logging mask

From: Alice Ryhl

Date: Wed Jul 15 2026 - 08:22:08 EST


On Mon, Jul 13, 2026 at 12:35:22PM +0000, Jahnavi MN via B4 Relay wrote:
> base-commit: f8d269390cd2a7a9fb5a31f153e7c7b709defea0

Greg, a quick practical question. This doesn't apply anymore because of
the merge commit, and it actually also has a conflict with the fix
"rust_binder: only print failure if error has source". (Both conflicts
are in the same chunk of code.)

The rebase of this series that I'm currently using for my development is
this one:
https://github.com/Darksonn/linux/commits/rust-binder-base/

That rebase happens to fix the conflict with the merge commit in a way
that implicitly fixes the same issue as "rust_binder: only print failure
if error has source". So with that rebase, the fix patch is only
relevant for 7.2 and the stable backports. (i.e. merge conflict fix is
to keep char-misc-next side)

Do you want a resend of this that looks like that?


As for my other series, the netlink series [1] applies cleanly on
char-misc-next both before and after applying the debug mask changes (or
at least, they cherry-pick cleanly after 'git am'ing on the original
base commit).

And the ratelimited printing [2] and synchronize_rcu() series [3] both
need new versions with changes, but I'd like to base them on top of the
debug mask and netlink patchsets.

Any concerns?

[1]: https://lore.kernel.org/r/20260707-binder-netlink-v7-0-42b40e4b1ac8@xxxxxxxxxx/
[2]: https://lore.kernel.org/r/20260623-pr-ratelimited-v1-0-cc922f544dc0@xxxxxxxxxx/
[3]: https://lore.kernel.org/all/20260707-upgrade-poll-v6-0-4b8fae7bf1d9@xxxxxxxxxx/

Alice