lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sat, 15 Jun 2024 12:53:39 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Naresh Kamboju <naresh.kamboju@...aro.org>
Cc: stable@...r.kernel.org, patches@...ts.linux.dev,
	linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org,
	akpm@...ux-foundation.org, linux@...ck-us.net, shuah@...nel.org,
	patches@...nelci.org, lkft-triage@...ts.linaro.org, pavel@...x.de,
	jonathanh@...dia.com, f.fainelli@...il.com,
	sudipm.mukherjee@...il.com, srw@...dewatkins.net, rwarsow@....de,
	conor@...nel.org, allen.lkml@...il.com, broonie@...nel.org
Subject: Re: [PATCH 4.19 000/213] 4.19.316-rc1 review

On Sat, Jun 15, 2024 at 04:03:04PM +0530, Naresh Kamboju wrote:
> On Thu, 13 Jun 2024 at 17:07, Greg Kroah-Hartman
> <gregkh@...uxfoundation.org> wrote:
> >
> > This is the start of the stable review cycle for the 4.19.316 release.
> > There are 213 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 Sat, 15 Jun 2024 11:31:50 +0000.
> > Anything received after that time might be too late.
> >
> > The whole patch series can be found in one patch at:
> >         https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.316-rc1.gz
> > or in the git tree and branch at:
> >         git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y
> > and the diffstat can be found below.
> >
> > thanks,
> >
> > greg k-h
> 
> As other reported,
> 
> The arm omap2plus_defconfig builds failed on stable-rc 4.19 due to following
> warnings and errors.
> 
> * arm, build
>   - clang-18-omap2plus_defconfig
>   - gcc-12-omap2plus_defconfig
>   - gcc-8-omap2plus_defconfig
> 
> Build log:
> ---------
> drivers/hsi/controllers/omap_ssi_core.c:653:10: error: 'struct
> platform_driver' has no member named 'remove_new'; did you mean
> 'remove'?
>   653 |         .remove_new = ssi_remove,
>       |          ^~~~~~~~~~
>       |          remove
> drivers/hsi/controllers/omap_ssi_core.c:653:23: error: initialization
> of 'int (*)(struct platform_device *)' from incompatible pointer type
> 'void (*)(struct platform_device *)'
> [-Werror=incompatible-pointer-types]
>   653 |         .remove_new = ssi_remove,
>       |                       ^~~~~~~~~~
> 
> Reported-by: Linux Kernel Functional Testing <lkft@...aro.org>
> 
> Liks:
> --
>  - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.19.y/build/v4.19.315-214-gafbf71016269/testrun/24321970/suite/build/test/gcc-12-omap2plus_defconfig/log
>  - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.19.y/build/v4.19.315-214-gafbf71016269/testrun/24321970/suite/build/test/gcc-12-omap2plus_defconfig/details/
>  - https://storage.tuxsuite.com/public/linaro/lkft/builds/2hp7W1xcas5CN3psaeGX1n8sAj8/
> 
> --
> Linaro LKFT
> https://lkft.linaro.org
> 

Now fixed up, thanks.

greg k-h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ