On Mon, 17 Feb 2025 at 13:08, Naresh Kamboju naresh.kamboju@linaro.org wrote:
On Sat, 15 Feb 2025 at 13:29, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 6.12.14 release. There are 418 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 Mon, 17 Feb 2025 07:52:41 +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/v6.x/stable-review/patch-6.12.14-rc3... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.12.y and the diffstat can be found below.
thanks,
greg k-h
Regression on qemu-arm64, qemu-armv7 and qemu-x86-64 on 6.12.14-rc3 We will investigate this and get back to you.
Test regression: arm64, arm, x86 selftests: memfd: run_fuse_test.sh
- fvp-aemva, kselftest-memfd
- memfd_run_fuse_test_sh
- qemu-armv7, kselftest-memfd
- memfd_run_fuse_test_sh
- qemu-arm64, kselftest-memfd
- memfd_run_fuse_test_sh
- qemu-x86_64, kselftest-memfd
- memfd_run_fuse_test_sh
# Test log selftests: memfd: run_fuse_test.sh ./fuse_mnt: error while loading shared libraries: libfuse.so.2: cannot open shared object file: No such file or directory not ok 2 selftests: memfd: run_fuse_test.sh exit=127
We are installing libfuse2 in our rootfs to fix this at our end.
- Naresh