From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gauss.telenet-ops.be (gauss.telenet-ops.be [195.130.132.49]) (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 806F7C2F2 for ; Sat, 17 Aug 2024 14:42:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.132.49 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723905778; cv=none; b=r/BuzpYwV/iqErc6Wj4ljiVKbj/Q0MaMG8ffULc+zYJlc2uGZaOQ2upiRwC+T0/ZgTQ8SBEiHEIdqN4kYi0q461qSXkbZtAN8Vv7+3W9iN+MAYWz3l5V+zcRZofroAz7d9uAY/itEAqVv97T2cAWgZpyRA4sy7F3NjUg9Fan8fQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723905778; c=relaxed/simple; bh=HiwXKyFfyxDf8GmeXBBD0uFSc8166dnVc40UtRBxvTs=; h=From:To:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=EHrNnBdNbq7i1vHjYCWUnagF6QoIuHtcQ8zTNPlK57tnZQuM27vS7fyVivtamTJAAUCw7wigpQjsBJ0p7v2x1j6cnhWCQt07JFVdlSfrRqyrCDNA3VJsz1wTEkafBIZl+5jyoARWO76T7mzJdVqSfnxnMhGbXKdlE50dFmqspII= 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.132.49 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 gauss.telenet-ops.be (Postfix) with ESMTPS id 4WmLy13JwXz4x7Cv for ; Sat, 17 Aug 2024 16:35:53 +0200 (CEST) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:c7a0:cb7:c29:2a18]) by baptiste.telenet-ops.be with bizsmtp id 12bm2D00B0HnQKF012bmvF; Sat, 17 Aug 2024 16:35:46 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1sfKWw-0005fx-Au for linux-kernel@vger.kernel.org; Sat, 17 Aug 2024 16:35:46 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1sfKWw-006Vhf-8H for linux-kernel@vger.kernel.org; Sat, 17 Aug 2024 16:35:46 +0200 From: Geert Uytterhoeven To: linux-kernel@vger.kernel.org Subject: Build regressions/improvements in v6.11-rc3 Date: Sat, 17 Aug 2024 16:35:46 +0200 Message-Id: <20240817143546.1551748-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-rc3[1] compared to v6.10[2]. Summarized: - build errors: +9/-21 - build warnings: +2/-19 JFYI, when comparing v6.11-rc3[1] to v6.11-rc2[3], the summaries are: - build errors: +0/-2 - build warnings: +0/-0 Happy fixing! ;-) Thanks to the linux-next team for providing the build service. [1] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/7c626ce4bae1ac14f60076d00eafe71af30450ba/ (all 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/de9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed/ (all 132 configs) *** ERRORS *** 9 error regressions: + /kisskb/src/arch/mips/sgi-ip22/ip22-gio.c: error: initialization of 'int (*)(struct device *, const struct device_driver *)' from incompatible pointer type 'int (*)(struct device *, struct device_driver *)' [-Werror=incompatible-pointer-types]: => 384:14 + /kisskb/src/drivers/md/dm-integrity.c: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses]: => 4718:45 + /kisskb/src/fs/bcachefs/data_update.c: error: the frame size of 1032 bytes is larger than 1024 bytes [-Werror=frame-larger-than=]: => 338:1 + /kisskb/src/include/linux/compiler_types.h: error: call to '__compiletime_assert_950' declared with attribute error: FIELD_GET: mask is not constant: => 510:38 + /kisskb/src/include/linux/compiler_types.h: error: call to '__compiletime_assert_951' declared with attribute error: FIELD_GET: mask is not constant: => 510:38 + /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+0x0), (.fixup+0x10), (.fixup+0x18), (.fixup+0x20), (.fixup+0x8) => - error: relocation truncated to fit: R_SPARC_WDISP22 against `.init.text': (.head.text+0x5040), (.head.text+0x5100) => - 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 : 1105, 1031 => - {standard input}: Error: displacement to undefined symbol .L158 overflows 8-bit field : 1110 => - {standard input}: Error: pcrel too far: 1074, 1095, 1126, 1254, 1096, 1255, 1022, 1021, 1020 => 1061, 1060, 1397, 1059 - {standard input}: Error: unknown pseudo-op: `.al': 1270 => *** WARNINGS *** 2 warning regressions: + /kisskb/src/fs/btrfs/fiemap.c: warning: 'last_extent_end' may be used uninitialized in this function [-Wmaybe-uninitialized]: => 822:19 + /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: 93, 95, 97, 94, 92 => - /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