Re: [PATCH 6.1 000/321] 6.1.107-rc1 review
From: Greg Kroah-Hartman
Date: Sun Sep 01 2024 - 12:01:24 EST
On Sat, Aug 31, 2024 at 02:19:12PM -0700, Guenter Roeck wrote:
> On 8/27/24 07:35, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 6.1.107 release.
> > There are 321 patches in this series, all will be posted as a response
> > to this one. If anyone has any issues with these being applied, please
> > let me know.
> >
> > Responses should be made by Thu, 29 Aug 2024 14:37:36 +0000.
> > Anything received after that time might be too late.
> >
> [ ... ]
>
> > Abdulrasaq Lawani <abdulrasaqolawani@xxxxxxxxx>
> > fbdev: offb: replace of_node_put with __free(device_node)
> >
>
> This patch triggers:
>
> Building powerpc:defconfig ... failed
> Building powerpc:ppc64e_defconfig ... failed
> Building powerpc:ppc6xx_defconfig ... failed
> --------------
> Error log:
> drivers/video/fbdev/offb.c: In function 'offb_init_palette_hacks':
> drivers/video/fbdev/offb.c:358:24: error: cleanup argument not a function
> 358 | struct device_node *pciparent __free(device_node) = of_get_parent(dp);
> | ^~~~~~~~~~~
> make[5]: *** [scripts/Makefile.build:250: drivers/video/fbdev/offb.o] Error 1
Thanks for the report, should now be fixed up.
greg k-h