On Fri, Jun 28, 2024 at 11:12 AM Andreas Hindborg <nmi@xxxxxxxxxxxx> wrote: > > From: Andreas Hindborg <a.hindborg@xxxxxxxxxxx> > > Block device features and flags were refactored from `enum` to `#define`. > This broke Rust binding generation. This patch fixes the binding > generation. > > Fixes: fcf865e357f8 ("block: convert features and flags to __bitwise types") > Signed-off-by: Andreas Hindborg <a.hindborg@xxxxxxxxxxx> I saw this failure too in next-20240627, so: Acked-by: Miguel Ojeda <ojeda@xxxxxxxxxx> Thanks! Cheers, Miguel