On 6/13/23 10:36, Greg Kroah-Hartman wrote:
On Tue, Jun 13, 2023 at 09:35:37AM -0700, Guenter Roeck wrote:
On 6/12/23 03:25, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.10.184 release. There are 68 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, 14 Jun 2023 10:16:41 +0000. Anything received after that time might be too late.
Am I the only one seeing this problem ?
Build reference: v5.10.183-69-g32cae866b182 Compiler version: x86_64-linux-gcc (GCC) 11.3.0 Assembler version: GNU assembler (GNU Binutils) 2.39
Building x86_64:allyesconfig ... failed
Error log: x86_64-linux-objcopy: vmlinux: unsupported relocation type 0x44 x86_64-linux-objcopy: vmlinux[.text]: relocation count is negative: bad value make[3]: *** [arch/x86/boot/compressed/Makefile:114: arch/x86/boot/compressed/vmlinux.bin] Error 1 make[3]: *** Waiting for unfinished jobs.... Unsupported relocation type: unknown type rel type name (-1939958716) make[3]: *** [arch/x86/boot/compressed/Makefile:122: arch/x86/boot/compressed/vmlinux.relocs] Error 1 make[3]: *** Deleting file 'arch/x86/boot/compressed/vmlinux.relocs' make[2]: *** [arch/x86/boot/Makefile:115: arch/x86/boot/compressed/vmlinux] Error 2 make[1]: *** [arch/x86/Makefile:274: bzImage] Error 2 make: *** [Makefile:192: __sub-make] Error 2
It affects 5.4.y and 5.10.y for me.
Odd. Let me go build with gcc-11, I have just moved to gcc-12 on those two branches locally...
Don't bother. This seems to be related to my build environment, not to the kernel. Rebuilding passed on different servers. It may have to do with my recent update to Ubuntu 22.04 on the server experiencing the problem. I'll try to figure out what is going on. Sorry for the noise.
Guenter