On Thu, Jul 18, 2024 at 10:45:22AM +0530, Naresh Kamboju wrote:
On Wed, 17 Jul 2024 at 12:09, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 5.10.222 release. There are 109 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, 19 Jul 2024 06:37:32 +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.222-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
The QEMU arm64 booting kunit enabled boot failed with clang and gcc.
Anders bisected to this as first bad commit, # first bad commit: [c2ef31fd37ae11e89cb63c73cb7ee05bf4376455] arm64/bpf: Remove 128MB limit for BPF JIT programs commit b89ddf4cca43f1269093942cf5c4e457fd45c335 upstream.
Reverting the above patch made the boot successful on QEMU arm64.
Thanks, will go drop this now.
greg k-h