Re: [PATCH 0/3] PM: runtime: New class macros for auto-cleanup
From: Takashi Iwai
Date: Sat Sep 20 2025 - 02:36:30 EST
On Fri, 19 Sep 2025 18:44:12 +0200,
Rafael J. Wysocki wrote:
>
> Hi,
>
> On Fri, Sep 19, 2025 at 6:32 PM Takashi Iwai <tiwai@xxxxxxx> wrote:
> >
> > Hi,
> >
> > this is a patch series to introduce the new class macros for easier
> > usage of PM runtime auto-cleanup features.
> >
> > There is only one existing user of __free(pm_runtime_put) in PCI core,
> > and this is converted with CLASS() macro, too.
> > Then the pm_runtime_put __free definition is dropped.
> >
> > The first patch was from Rafael (as found in the thread below), and I
> > left no sign-off as I expect he'll get and sign later again.
> >
> >
> > Link: https://lore.kernel.org/878qimv24u.wl-tiwai@xxxxxxx
>
> I've just done the same thing:
>
> https://lore.kernel.org/linux-pm/5049058.31r3eYUQgx@rafael.j.wysocki/
>
> which I said I would do:
>
> https://lore.kernel.org/linux-pm/CAJZ5v0jJjYoTceD2_pgvKgKuPypo+8osnAuCefgAjrzY_w2n8A@xxxxxxxxxxxxxx/
>
> :-)
>
> Sorry for the confusion.
>
> Any issues with using my version?
It was my misunderstanding as I read in hurry ;)
The patches look good, thanks!
Takashi