On Tue, 16 Nov 2021 at 14:18, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
On Tue, Nov 16, 2021 at 02:09:44PM +0530, Naresh Kamboju wrote:
On Tue, 16 Nov 2021 at 12:06, Naresh Kamboju naresh.kamboju@linaro.org wrote:
On Tue, 16 Nov 2021 at 00:03, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 5.15.3 release. There are 917 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, 17 Nov 2021 16:52:23 +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.15.3-rc1.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y and the diffstat can be found below.
thanks,
greg k-h
Regression found on arm64 juno-r2 / qemu. Following kernel crash reported on stable-rc 5.15.
Anders bisected this kernel crash and found the first bad commit,
Herbert Xu herbert@gondor.apana.org.au crypto: api - Fix built-in testing dependency failures
Is this also an issue on 5.16-rc1?
Not an issue on 5.16-rc1. 5.16-rc1 boot successful on arm64 juno-r2 / qemu-arm64.
- Naresh