[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2024061146-unless-deceiving-ed55@gregkh>
Date: Tue, 11 Jun 2024 09:30:52 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Sudeep Holla <sudeep.holla@....com>
Cc: Vincenzo Mezzela <vincenzo.mezzela@...il.com>, rafael@...nel.org,
javier.carrasco.cruz@...il.com, julia.lawall@...ia.fr,
linux-kernel@...r.kernel.org, skhan@...uxfoundation.org
Subject: Re: [PATCH 0/2 v4 RESEND] drivers: arch_topology: introduce
automatic cleanup feature
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...
Powered by blists - more mailing lists