On Wed, Jan 22, 2025 at 08:35:11AM +0100, Greg Kroah-Hartman wrote: > On Tue, Jan 21, 2025 at 10:57:09PM +0100, Salvatore Bonaccorso wrote: > > Hi, > > > > On Tue, Jan 21, 2025 at 08:32:01PM +0100, Peter Schneider wrote: > > > Am 21.01.2025 um 18:51 schrieb Greg Kroah-Hartman: > > > > This is the start of the stable review cycle for the 6.1.127 release. > > > > There are 64 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. > > > > > > > > > On my 2-socket Ivy Bridge Xeon E5-2697 v2 server, I get a build error: > > > > > > CC [M] drivers/gpu/drm/amd/amdgpu/../display/dmub/src/dmub_dcn303.o > > > CC [M] drivers/gpu/drm/amd/amdgpu/../display/dmub/src/dmub_dcn31.o > > > CC [M] drivers/gpu/drm/amd/amdgpu/../display/dmub/src/dmub_dcn314.o > > > CC [M] drivers/gpu/drm/amd/amdgpu/../display/dmub/src/dmub_dcn315.o > > > CC [M] drivers/gpu/drm/amd/amdgpu/../display/dmub/src/dmub_dcn316.o > > > CC [M] drivers/gpu/drm/amd/amdgpu/../display/dmub/src/dmub_dcn32.o > > > LD [M] drivers/gpu/drm/amd/amdgpu/amdgpu.o > > > AR drivers/gpu/built-in.a > > > AR drivers/built-in.a > > > AR built-in.a > > > AR vmlinux.a > > > LD vmlinux.o > > > OBJCOPY modules.builtin.modinfo > > > GEN modules.builtin > > > GEN .vmlinux.objs > > > MODPOST Module.symvers > > > ERROR: modpost: module inv-icm42600-spi uses symbol > > > inv_icm42600_spi_regmap_config from namespace IIO_ICM42600, but does not > > > import it. > > > make[1]: *** [scripts/Makefile.modpost:127: Module.symvers] Fehler 1 > > > make: *** [Makefile:1961: modpost] Fehler 2 > > > root@linus:/usr/src/linux-stable-rc# > > > > > > I have attached my .config file. > > > > Reverting c0f866de4ce447bca3191b9cefac60c4b36a7922 would solve the > > problem, but then maybe the other icm42600 related commits are > > incorrect? Guess it's a missing prequisite for that commit missing in > > 6.1.y. > > > > Can confirm the failure as well in a test build for Debian. > > Ok, let me go fix this up, it's due to the namespace symbol stuff not > being in 6.1.y, I'll hand edit the offending commit and push out a -rc2. Same issue should be present in the 5.15-rc release, I'll go fix it up there too. Odd it didn't get caught in my build testing... greg k-h