Re: next-20250915: error[E0425]: cannot find function `atomic_read_acquire` in crate `bindings`
From: Boqun Feng
Date: Tue Sep 16 2025 - 13:40:49 EST
On Tue, Sep 16, 2025 at 06:40:42PM +0200, Miguel Ojeda wrote:
> On Tue, Sep 16, 2025 at 6:26 PM Naresh Kamboju
> <naresh.kamboju@xxxxxxxxxx> wrote:
> >
> > Anders bisected this build regressions and found,
> >
> > # first bad commit:
> > [eb57133305f61b612252382d0c1478bba7f57b67]
> > rust: sync: Add basic atomic operation mapping framework
>
> That is very useful, thanks.
>
Yeah, if this is the bad commit, I believe the issue has been fixed.
Because that commit in linue-next indicated the problematic locking/core
branck of tip was used:
eb57133305f6 rust: sync: Add basic atomic operation mapping framework
76eeb9b8de98 (tag: v6.17-rc5) Linux 6.17-rc5
one patch was missing in that version as I mentioned here [1]
[1]: https://lore.kernel.org/lkml/aMWMVQiZxE_mv7va@tardis.local/
Regards,
Boqun
> We (Boqun and others) are in the middle of Kangrejos now, so we may
> take a bit to reply, sorry.
>
> Cheers,
> Miguel