Re: [PATCH 0/2 v4 RESEND] drivers: arch_topology: introduce automatic cleanup feature

From: Greg KH
Date: Tue Jun 11 2024 - 03:31:26 EST


On Mon, Jun 10, 2024 at 12:20:45PM +0100, Sudeep Holla wrote:
> On Fri, Jun 07, 2024 at 06:33:48PM +0200, Vincenzo Mezzela wrote:
> > Hi,
> > I am resending this patch series rebased on top of -rc2 as the old one [1] might
> > have got lost deep in the mailbox.
> >
> > This patch series introduces the automatic cleanup feature using the __free
> > attribute. With this modification, resources allocated with __free are
> > automatically released at the end of the scope.
> >
> >
>
> [...]
>
> > changes in v2:
> > - check loop exit condition within the loop
> > - add cleanup.h header
> >
> > changes in v3:
> > - split patch in two
> > - fix misalignment
> > - fix checkpatch warnings
> > - replace break with return statement where possible
> >
> > changes in v4:
> > - fix commit subject
> > - fix coding style
>
> Hi Greg,
>
> Can you please pick these couple of patches up directly for v6.11 as I
> don't have anything else ATM ?

Sure, will go do that now...