On Thu, Nov 25, 2021 at 09:11:53AM +0530, Naresh Kamboju wrote:
On Wed, 24 Nov 2021 at 17:51, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.14.256 release. There are 251 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, 26 Nov 2021 11:56:36 +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.256-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
FYI, New warnings on Linux 4.14.256-rc1 on arm and arm64 (defconfig+7) with gcc-11.
drivers/soc/tegra/pmc.c: In function 'tegra_powergate_power_up': drivers/soc/tegra/pmc.c:423:1: warning: label 'powergate_off' defined but not used [-Wunused-label] 423 | powergate_off: | ^~~~~~~~~~~~~
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
Now fixed, thanks.
greg k-h