Re: [PATCH 1/3] rust_binder: Update defer_work bitmaps to use kernel::impl_flags!

From: Greg Kroah-Hartman

Date: Fri Jul 17 2026 - 09:23:17 EST


On Thu, Jul 16, 2026 at 01:02:34PM +0000, Jahnavi MN via B4 Relay wrote:
> From: Jahnavi MN <jahnavimn@xxxxxxxxxx>
>
> - Define `DeferWorks(u8)` and `DeferWork` enum using `bit_u8` offsets.
> - Change `ProcessInner.defer_work` type from `u8` to `DeferWorks`.
> - Update `Process::release()` and `Process::flush()` to check for empty
> states using `DeferWorks::empty()`.
> - Update the workqueue runner to inspect flags using `.contains()`.
>
> Signed-off-by: Jahnavi MN <jahnavimn@xxxxxxxxxx>
> ---
> drivers/android/binder/process.rs | 34 ++++++++++++++++++++++------------
> 1 file changed, 22 insertions(+), 12 deletions(-)

This is the only patch in the series that applied. Can you rebase and
resend the other 2?

thanks,

greg k-h