On Tue, Sep 27, 2022 at 02:29:06PM +0530, Naresh Kamboju wrote:
On Mon, 26 Sept 2022 at 22:07, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 5.10.146 release. There are 138 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, 28 Sep 2022 16:35:25 +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/v5.x/stable-review/patch-5.10.146-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.10.y and the diffstat can be found below.
thanks,
greg k-h
Results from Linaro's test farm. No regressions on arm64, arm, x86_64, and i386.
Tested-by: Linux Kernel Functional Testing lkft@linaro.org
Following new build warning noticed on all the builds, net/core/dev_ioctl.c: In function 'dev_ifconf': net/core/dev_ioctl.c:41:6: warning: unused variable 'i' [-Wunused-variable] 41 | int i; | ^
Due to patch, net: socket: remove register_gifconf [ Upstream commit b0e99d03778b2418aec20db99d97d19d25d198b6 ]
Thanks, build warning now fixed up.
greg k-h