Re: [PATCH 1/3] rust_binder: Update defer_work bitmaps to use kernel::impl_flags!
Greg Kroah-Hartman <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <2026071741-aspirate-foothold-6645@gregkh> |
On Thu, Jul 16, 2026 at 01:02:34PM +0000, Jahnavi MN via B4 Relay wrote: > From: Jahnavi MN <[email protected]> > > - 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 <[email protected]> > --- > 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