On Tue, Dec 07, 2021 at 08:07:11AM +0530, Naresh Kamboju wrote:
On Mon, 6 Dec 2021 at 20:46, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 5.10.84 release. There are 130 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, 08 Dec 2021 14:55:37 +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.84-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.10.y and the diffstat can be found below.
thanks,
greg k-h
Regression found while building allmodconfig for the following arch
- i386 (allmodconfig) with gcc-10 / gcc-11
- mips (allmodconfig) with gcc-10 / gcc-11
- powerpc (allmodconfig) with gcc-10 / gcc-11
- parisc (allmodconfig) with gcc-10 / gcc-11
- riscv (allmodconfig) with gcc-10 / gcc-11
- sh (allmodconfig) with gcc-10 / gcc-11
- s390 (allmodconfig) with gcc-10 / gcc-11
metadata: git branch: linux-5.10.y git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git commit: ea2293709b3cac4bdfcb88ad67605c58264608df git describe: v5.10.83-131-gea2293709b3c toolchain: gcc-10 / gcc-11 kernel-config: https://builds.tuxbuild.com/21vHJb50DPJcjJuLnT8DzL6vvkn/config build location: https://builds.tuxbuild.com/21dB06iPvDP58giSGHdE5W3Qc68/
build error:
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/current ARCH=i386 CROSS_COMPILE=i686-linux-gnu- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' ERROR: modpost: "kgd2kfd_resume_iommu" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! make[2]: *** [/builds/linux/scripts/Makefile.modpost:124: modules-only.symvers] Error 1 make[2]: *** Deleting file 'modules-only.symvers' make[2]: Target '__modpost' not remade because of errors. make[1]: *** [/builds/linux/Makefile:1413: modules] Error 2
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
step to reproduce:
tuxmake --runtime podman --target-arch i386 --toolchain gcc-11 --kconfig allmodconfig
-- Linaro LKFT https://lkft.linaro.org
Thanks for the report, should be fixed in -rc2
greg k-h