From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from weierstrass.telenet-ops.be (weierstrass.telenet-ops.be [195.130.137.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 486323E47B for ; Mon, 16 Sep 2024 14:43:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.137.81 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726497807; cv=none; b=NRVO1nKLhoHJf3OXfzBkvNz0G2YQ6vNat03tgpT6kpQCeXUcSYGixtQklWVcmYeZX7snnbmOctf7kAadVudkWKBL+aI1/kmKZP5NPklXjFLOEQQFXlWo9eWmql+XrtptUhkdGkfey4xo/aI2oBvx9M6zNDJis2F3iPBe0UtLREI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726497807; c=relaxed/simple; bh=r+yJzeBo4as/yY7kRNdYSluLN0Fd1l/08BFt4iHkvkQ=; h=From:To:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=QnI7/uCet3k2nmZHAJOxqQWHOVyTYZgWjUTo7/U0P02xw+4KgqwxeDKK7UELIIwrU9vjvlCm8shbxQc4eDI3SwMg3ZbPasvOGyoaE8MwF+AuwOfsCb8AWnGTYrrlN++V+3msFJFNB5oReOGRa6V/89HBTkHFcBCzoUGOFiiILY4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.137.81 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from baptiste.telenet-ops.be (baptiste.telenet-ops.be [IPv6:2a02:1800:120:4::f00:13]) by weierstrass.telenet-ops.be (Postfix) with ESMTPS id 4X6nhq3PNXz4x9M8 for ; Mon, 16 Sep 2024 16:43:23 +0200 (CEST) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:681c:31c3:1eaf:1b7]) by baptiste.telenet-ops.be with cmsmtp id D2jF2D00J0hmunZ012jFY0; Mon, 16 Sep 2024 16:43:15 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1sqCwX-006UpK-Km for linux-kernel@vger.kernel.org; Mon, 16 Sep 2024 16:43:15 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1sqCwd-004B1o-H4 for linux-kernel@vger.kernel.org; Mon, 16 Sep 2024 16:43:15 +0200 From: Geert Uytterhoeven To: linux-kernel@vger.kernel.org Subject: Build regressions/improvements in v6.11 Date: Mon, 16 Sep 2024 16:43:15 +0200 Message-Id: <20240916144315.995697-1-geert@linux-m68k.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Below is the list of build error/warning regressions/improvements in v6.11[1] compared to v6.10[2]. Summarized: - build errors: +5/-21 - build warnings: +1/-19 JFYI, when comparing v6.11[1] to v6.11-rc7[3], the summaries are: - build errors: +0/-1 - build warnings: +34/-0 Note that there may be false regressions, as some logs are incomplete. Still, they're build errors/warnings. Happy fixing! ;-) Thanks to the linux-next team for providing the build service. [1] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/98f7e32f20d28ec452afb208f9cffc08448a2652/ (131 out of 132 configs) [2] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/0c3836482481200ead7b416ca80c68a29cfdaabd/ (all 132 configs) [3] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/da3ea35007d0af457a0afc87e84fddaebc4e0b63/ (129 out of 132 configs) *** ERRORS *** 5 error regressions: + /kisskb/src/drivers/md/dm-integrity.c: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses]: => 4720:45 + /kisskb/src/kernel/fork.c: error: #warning clone3() entry point is missing, please fix [-Werror=cpp]: => 3072:2 + {standard input}: Error: displacement to undefined symbol .L142 overflows 8-bit field : => 1070 + {standard input}: Error: displacement to undefined symbol .L161 overflows 8-bit field : => 1075 + {standard input}: Error: unknown pseudo-op: `.l18': => 1111 21 error improvements: - /kisskb/src/arch/sparc/include/asm/floppy_64.h: error: no previous prototype for 'sparc_floppy_irq' [-Werror=missing-prototypes]: 200:13 => - /kisskb/src/arch/sparc/include/asm/floppy_64.h: error: no previous prototype for 'sun_pci_fd_dma_callback' [-Werror=missing-prototypes]: 437:6 => - /kisskb/src/arch/sparc/power/hibernate.c: error: no previous prototype for 'pfn_is_nosave' [-Werror=missing-prototypes]: 22:5 => - /kisskb/src/arch/sparc/power/hibernate.c: error: no previous prototype for 'restore_processor_state' [-Werror=missing-prototypes]: 35:6 => - /kisskb/src/arch/sparc/power/hibernate.c: error: no previous prototype for 'save_processor_state' [-Werror=missing-prototypes]: 30:6 => - /kisskb/src/arch/sparc/prom/misc_64.c: error: no previous prototype for 'prom_get_mmu_ihandle' [-Werror=missing-prototypes]: 165:5 => - /kisskb/src/arch/sparc/prom/p1275.c: error: no previous prototype for 'prom_cif_init' [-Werror=missing-prototypes]: 52:6 => - /kisskb/src/drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c: error: unknown option after '#pragma GCC diagnostic' kind [-Werror=pragmas]: 16:9 => - /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_gen7_0_0_snapshot.h: error: 'gen7_0_0_external_core_regs' defined but not used [-Werror=unused-variable]: 924:19 => - /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_gen7_2_0_snapshot.h: error: 'gen7_2_0_external_core_regs' defined but not used [-Werror=unused-variable]: 748:19 => - /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_gen7_9_0_snapshot.h: error: 'gen7_9_0_external_core_regs' defined but not used [-Werror=unused-variable]: 1438:19 => - /kisskb/src/drivers/gpu/drm/msm/adreno/adreno_gen7_9_0_snapshot.h: error: 'gen7_9_0_sptp_clusters' defined but not used [-Werror=unused-variable]: 1188:43 => - /kisskb/src/fs/bcachefs/data_update.c: error: the frame size of 1028 bytes is larger than 1024 bytes [-Werror=frame-larger-than=]: 338:1 => - error: arch/sparc/kernel/process_32.o: relocation truncated to fit: R_SPARC_WDISP22 against `.text': (.fixup+0x4), (.fixup+0xc) => - error: arch/sparc/kernel/signal_32.o: relocation truncated to fit: R_SPARC_WDISP22 against `.text': (.fixup+0x18), (.fixup+0x0), (.fixup+0x10), (.fixup+0x20), (.fixup+0x8) => - error: relocation truncated to fit: R_SPARC_WDISP22 against `.init.text': (.head.text+0x5100), (.head.text+0x5040) => - error: relocation truncated to fit: R_SPARC_WDISP22 against symbol `leon_smp_cpu_startup' defined in .text section in arch/sparc/kernel/trampoline_32.o: (.init.text+0xa4) => - {standard input}: Error: displacement to undefined symbol .L137 overflows 8-bit field : 1031, 1105 => - {standard input}: Error: displacement to undefined symbol .L158 overflows 8-bit field : 1110 => - {standard input}: Error: pcrel too far: 1022, 1254, 1020, 1255, 1021, 1096, 1126, 1095, 1074 => 1061, 1059, 1060 - {standard input}: Error: unknown pseudo-op: `.al': 1270 => *** WARNINGS *** 1 warning regressions: + /kisskb/src/kernel/fork.c: warning: #warning clone3() entry point is missing, please fix [-Wcpp]: => 3072:2 19 warning improvements: - ./.config.32r1_defconfig: warning: override: CPU_BIG_ENDIAN changes choice state: 93 => - ./.config.32r2_defconfig: warning: override: CPU_BIG_ENDIAN changes choice state: 93 => - ./.config.32r6_defconfig: warning: override: CPU_BIG_ENDIAN changes choice state: 95 => - ./.config.64r1_defconfig: warning: override: CPU_BIG_ENDIAN changes choice state: 96 => - ./.config.64r2_defconfig: warning: override: CPU_BIG_ENDIAN changes choice state: 96 => - ./.config.64r6_defconfig: warning: override: CPU_BIG_ENDIAN changes choice state: 98 => - ./.config.micro32r2_defconfig: warning: override: CPU_BIG_ENDIAN changes choice state: 94 => - .config: warning: override: ARCH_RV32I changes choice state: 6414 => - .config: warning: override: CPU_BIG_ENDIAN changes choice state: 97, 93, 92, 94, 95 => - /kisskb/src/arch/mips/sgi-ip22/ip22-berr.c: warning: no previous prototype for 'ip22_be_init' [-Wmissing-prototypes]: 113:13 => - /kisskb/src/arch/mips/sgi-ip22/ip22-berr.c: warning: no previous prototype for 'ip22_be_interrupt' [-Wmissing-prototypes]: 89:6 => - /kisskb/src/arch/mips/sgi-ip22/ip22-gio.c: warning: no previous prototype for 'ip22_gio_init' [-Wmissing-prototypes]: 398:12 => - /kisskb/src/arch/mips/sgi-ip22/ip22-gio.c: warning: no previous prototype for 'ip22_gio_set_64bit' [-Wmissing-prototypes]: 249:6 => - /kisskb/src/arch/mips/sgi-ip22/ip22-time.c: warning: no previous prototype for 'indy_8254timer_irq' [-Wmissing-prototypes]: 119:18 => - /kisskb/src/arch/sparc/prom/misc_64.c: warning: no previous prototype for 'prom_get_mmu_ihandle' [-Wmissing-prototypes]: 165:5 => - /kisskb/src/arch/sparc/prom/p1275.c: warning: no previous prototype for 'prom_cif_init' [-Wmissing-prototypes]: 52:6 => - /kisskb/src/drivers/base/regmap/regcache-maple.c: warning: 'lower_index' is used uninitialized [-Wuninitialized]: 113:23 => - /kisskb/src/drivers/base/regmap/regcache-maple.c: warning: 'lower_last' is used uninitialized [-Wuninitialized]: 113:36 => - /kisskb/src/fs/btrfs/extent_io.c: warning: 'last_extent_end' may be used uninitialized in this function [-Wmaybe-uninitialized]: 3285:19 => Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds