On Wed, 31 Jul 2024 at 13:34, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 6.10.3 release. There are 809 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, 02 Aug 2024 07:30:18 +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.10.3-rc2.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.10.y and the diffstat can be found below.
thanks,
greg k-h
As Pavel reported the build regressions.
The stable-rc 6.10.3-rc2 all builds failed due to following build warnings / errors.
GOOD: 8b6d47196ca5 ("Linux 6.10.3-rc1") BAD: 48651c22f448 ("Linux 6.10.3-rc2")
Build log: ------- drivers/net/virtio_net.c: In function 'virtnet_poll_cleantx': drivers/net/virtio_net.c:2334:1: error: invalid use of void expression 2334 | + free_old_xmit(sq, !!budget); | ^ make[5]: *** [scripts/Makefile.build:244: drivers/net/virtio_net.o] Error 1
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
Steps to reproduce: ----- # tuxmake --runtime podman --target-arch arm64 --toolchain gcc-13 --kconfig defconfig
Build log: - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.10.y/build/v6.10.... - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.10.y/build/v6.10....
metadata: --- compiler: {'name': 'aarch64-linux-gnu-gcc', 'version': '13', 'version_full': 'aarch64-linux-gnu-gcc (Debian 13.2.0-12) 13.2.0'} config: https://storage.tuxsuite.com/public/linaro/lkft/builds/2k0KjlhdvqUirHA49IbPj... download_url: https://storage.tuxsuite.com/public/linaro/lkft/builds/2k0KjlhdvqUirHA49IbPj... git_describe: v6.10.2-810-g48651c22f448 git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git_sha: 48651c22f44864b641cfca023d360673cc46e900 git_short_log: 48651c22f448 ("Linux 6.10.3-rc2")
-- Linaro LKFT https://lkft.linaro.org