Re: [RFC PATCH V3 1/8] rust: Add initial bindings for OPP framework
From: Viresh Kumar
Date: Wed Jul 10 2024 - 03:36:47 EST
On 09-07-24, 10:45, Boqun Feng wrote:
> On Tue, Jul 09, 2024 at 04:32:45PM +0530, Viresh Kumar wrote:
> > On 03-07-24, 08:34, Boqun Feng wrote:
> > > On Wed, Jul 03, 2024 at 12:44:26PM +0530, Viresh Kumar wrote:
> > > > +// SAFETY: `OPP` only holds a pointer to a C OPP, which is safe to be used from any thread.
> > > > +unsafe impl Send for OPP {}
> > > > +
> > > > +// SAFETY: `OPP` only holds a pointer to a C OPP, references to which are safe to be used from any
> > > > +// thread.
> > > > +unsafe impl Sync for OPP {}
> > > > +
> > >
> > > Same for the above safety comments, as they are still based on the old
> > > implementation.
> >
> > Do I still need to change these ? Since we aren't always using ARef
> > now.
> >
>
> Correct, you will still need to change these. You're welcome to submit
> a draft version here and I can help take a look before you send out a
> whole new version, if you prefer that way.
I am not entirely sure what the change must be like that :)
--
viresh