Hi!
On Wed, 6 Nov 2024 at 12:07, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.19.323 release. There are 350 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 Fri, 08 Nov 2024 12:02:47 +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.323-rc... 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
The arm builds failed with gcc-8, gcc-12 on the Linux stable-rc linux-4.19.y and linux-5.4.y.
First seen on Linux v4.19.322-351-ge024cd330026 Good: v4.19.321-96-g00a71bfa9b89 Bad: v4.19.322-351-ge024cd330026
We see same failure.
drivers/pinctrl/mvebu/pinctrl-dove.c: In function 'dove_pinctrl_probe': 3778 drivers/pinctrl/mvebu/pinctrl-dove.c:791:9: error: implicit declaration of function 'devm_platform_get_and_ioremap_resource'; did you mean 'devm_platform_ioremap_resource'? [-Werror=implicit-function-declaration] 3779 base = devm_platform_get_and_ioremap_resource(pdev, 0, &mpp_res); 3780 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3781 devm_platform_ioremap_resource 3782 drivers/pinctrl/mvebu/pinctrl-dove.c:791:7: warning: assignment to 'void *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 3783 base = devm_platform_get_and_ioremap_resource(pdev, 0, &mpp_res); 3784 ^
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/15...
Best regards, Pavel