On Mon, 1 Nov 2021 at 14:51, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.14.254 release. There are 25 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 Wed, 03 Nov 2021 08:24:20 +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.14.254-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.14.y and the diffstat can be found below.
thanks,
greg k-h
Regression found on arm builds Following build warnings / errors reported on stable-rc 5.4, 4.19 and 4.14 builds.
Haibo Chen haibo.chen@nxp.com mmc: sdhci-esdhc-imx: clear the buffer_read_ready to reset standard tuning circuit
build error : -------------- drivers/mmc/host/sdhci-esdhc-imx.c: In function 'esdhc_reset_tuning': drivers/mmc/host/sdhci-esdhc-imx.c:1041:10: error: implicit declaration of function 'readl_poll_timeout'; did you mean 'key_set_timeout'? [-Werror=implicit-function-declaration] ret = readl_poll_timeout(host->ioaddr + SDHCI_AUTO_CMD_STATUS, ^~~~~~~~~~~~~~~~~~ key_set_timeoutcc1: some warnings being treated as errors
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
-- Linaro LKFT https://lkft.linaro.org