From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E3D9CC10F1B for ; Tue, 27 Dec 2022 08:35:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230041AbiL0IfY (ORCPT ); Tue, 27 Dec 2022 03:35:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36750 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229929AbiL0IfX (ORCPT ); Tue, 27 Dec 2022 03:35:23 -0500 Received: from albert.telenet-ops.be (albert.telenet-ops.be [IPv6:2a02:1800:110:4::f00:1a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2CD2A64CD for ; Tue, 27 Dec 2022 00:35:20 -0800 (PST) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed10:312a:feb:527f:f392]) by albert.telenet-ops.be with bizsmtp id 1LbH290023T8eJe06LbH8w; Tue, 27 Dec 2022 09:35:19 +0100 Received: from geert (helo=localhost) by ramsan.of.borg with local-esmtp (Exim 4.93) (envelope-from ) id 1pA5Qa-001J4O-Tj; Tue, 27 Dec 2022 09:35:16 +0100 Date: Tue, 27 Dec 2022 09:35:16 +0100 (CET) From: Geert Uytterhoeven X-X-Sender: geert@ramsan.of.borg To: linux-kernel@vger.kernel.org cc: amd-gfx@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-wireless@vger.kernel.org, linux-mips@vger.kernel.org, linux-sh@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linuxppc-dev@lists.ozlabs.org, kasan-dev@googlegroups.com, linux-xtensa@linux-xtensa.org Subject: Re: Build regressions/improvements in v6.2-rc1 In-Reply-To: <20221227082932.798359-1-geert@linux-m68k.org> Message-ID: References: <20221227082932.798359-1-geert@linux-m68k.org> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-1893319093-1672130116=:311423" Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-1893319093-1672130116=:311423 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8BIT On Tue, 27 Dec 2022, Geert Uytterhoeven wrote: > Below is the list of build error/warning regressions/improvements in > v6.2-rc1[1] compared to v6.1[2]. > > Summarized: > - build errors: +11/-13 amd-gfx@lists.freedesktop.org linux-arm-kernel@lists.infradead.org linux-media@vger.kernel.org linux-wireless@vger.kernel.org linux-mips@vger.kernel.org linux-sh@vger.kernel.org linux-f2fs-devel@lists.sourceforge.net linuxppc-dev@lists.ozlabs.org kasan-dev@googlegroups.com linux-xtensa@linux-xtensa.org + /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn31/display_mode_vba_31.c: error: the frame size of 2224 bytes is larger than 2048 bytes [-Werror=frame-larger-than=]: => 7082:1 + /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn314/display_mode_vba_314.c: error: the frame size of 2208 bytes is larger than 2048 bytes [-Werror=frame-larger-than=]: => 7127:1 arm64-gcc5/arm64-allmodconfig + /kisskb/src/drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c: error: array subscript 2 is above array bounds of 'u32[2]' {aka 'unsigned int[2]'} [-Werror=array-bounds]: => 641:28 + /kisskb/src/drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c: error: array subscript 3 is above array bounds of 'u32[2]' {aka 'unsigned int[2]'} [-Werror=array-bounds]: => 641:28 m68k-gcc8/m68k-allmodconfig See also https://lore.kernel.org/all/CAMuHMdWpPX2mpqFEWjjbjsQvDBQOXyjjdpKnQu9qURAuVZXmMw@mail.gmail.com + /kisskb/src/include/linux/bitfield.h: error: call to '__field_overflow' declared with attribute error: value doesn't fit into mask: => 151:3 In function 'u32_encode_bits', inlined from 'ieee80211_mlo_multicast_tx' at /kisskb/src/net/mac80211/tx.c:4435:17, inlined from 'ieee80211_subif_start_xmit' at /kisskb/src/net/mac80211/tx.c:4483:3: mipsel-gcc5/mips-allmodconfig + /kisskb/src/include/linux/compiler_types.h: error: call to '__compiletime_assert_262' declared with attribute error: Unsupported access size for {READ,WRITE}_ONCE().: => 358:45 + /kisskb/src/include/linux/compiler_types.h: error: call to '__compiletime_assert_263' declared with attribute error: Unsupported access size for {READ,WRITE}_ONCE().: => 358:45 In function 'follow_pmd_mask', inlined from 'follow_pud_mask' at /kisskb/src/mm/gup.c:735:9, inlined from 'follow_p4d_mask' at /kisskb/src/mm/gup.c:752:9, inlined from 'follow_page_mask' at /kisskb/src/mm/gup.c:809:9: sh4-gcc11/sh-defconfig (Günter wondered if pmd_t should use union) + /kisskb/src/include/linux/fortify-string.h: error: '__builtin_memcpy' offset [0, 127] is out of the bounds [0, 0] [-Werror=array-bounds]: => 57:33 /kisskb/src/arch/s390/kernel/setup.c: In function 'setup_lowcore_dat_on': s390x-gcc11/s390-all{mod,yes}config + /kisskb/src/include/linux/fortify-string.h: error: '__builtin_memset' pointer overflow between offset [28, 898293814] and size [-898293787, -1] [-Werror=array-bounds]: => 59:33 /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_move_inline_dirents': powerpc-gcc11/ppc64_book3e_allmodconfig powerpc-gcc11/powerpc-all{mod,yes}config + /kisskb/src/kernel/kcsan/kcsan_test.c: error: the frame size of 1680 bytes is larger than 1536 bytes [-Werror=frame-larger-than=]: => 257:1 xtensa-gcc11/xtensa-allmodconfig (patch available) + {standard input}: Error: unknown pseudo-op: `.cfi_def_c': => 1718 sh4-gcc11/sh-allmodconfig (ICE = internal compiler error) > [1] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/1b929c02afd37871d5afb9d498426f83432e71c2/ (all 152 configs) > [2] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/830b3c68c1fb1e9176028d02ef86f3cf76aa2476/ (all 152 configs) 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 --8323329-1893319093-1672130116=:311423-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DCECEC10F1B for ; Tue, 27 Dec 2022 08:36:08 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4Nh7KM1Dx3z3cBp for ; Tue, 27 Dec 2022 19:36:07 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=linux-m68k.org (client-ip=2a02:1800:120:4::f00:11; helo=gauss.telenet-ops.be; envelope-from=geert@linux-m68k.org; receiver=) Received: from gauss.telenet-ops.be (gauss.telenet-ops.be [IPv6:2a02:1800:120:4::f00:11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4Nh7Jg1vcKz2xJR for ; Tue, 27 Dec 2022 19:35:28 +1100 (AEDT) Received: from albert.telenet-ops.be (albert.telenet-ops.be [IPv6:2a02:1800:110:4::f00:1a]) by gauss.telenet-ops.be (Postfix) with ESMTPS id 4Nh7JR5sNvz4x0Hx for ; Tue, 27 Dec 2022 09:35:19 +0100 (CET) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed10:312a:feb:527f:f392]) by albert.telenet-ops.be with bizsmtp id 1LbH290023T8eJe06LbH8w; Tue, 27 Dec 2022 09:35:19 +0100 Received: from geert (helo=localhost) by ramsan.of.borg with local-esmtp (Exim 4.93) (envelope-from ) id 1pA5Qa-001J4O-Tj; Tue, 27 Dec 2022 09:35:16 +0100 Date: Tue, 27 Dec 2022 09:35:16 +0100 (CET) From: Geert Uytterhoeven X-X-Sender: geert@ramsan.of.borg To: linux-kernel@vger.kernel.org Subject: Re: Build regressions/improvements in v6.2-rc1 In-Reply-To: <20221227082932.798359-1-geert@linux-m68k.org> Message-ID: References: <20221227082932.798359-1-geert@linux-m68k.org> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-1893319093-1672130116=:311423" X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-xtensa@linux-xtensa.org, linux-sh@vger.kernel.org, linux-wireless@vger.kernel.org, linux-mips@vger.kernel.org, amd-gfx@lists.freedesktop.org, linux-f2fs-devel@lists.sourceforge.net, kasan-dev@googlegroups.com, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-1893319093-1672130116=:311423 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8BIT On Tue, 27 Dec 2022, Geert Uytterhoeven wrote: > Below is the list of build error/warning regressions/improvements in > v6.2-rc1[1] compared to v6.1[2]. > > Summarized: > - build errors: +11/-13 amd-gfx@lists.freedesktop.org linux-arm-kernel@lists.infradead.org linux-media@vger.kernel.org linux-wireless@vger.kernel.org linux-mips@vger.kernel.org linux-sh@vger.kernel.org linux-f2fs-devel@lists.sourceforge.net linuxppc-dev@lists.ozlabs.org kasan-dev@googlegroups.com linux-xtensa@linux-xtensa.org + /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn31/display_mode_vba_31.c: error: the frame size of 2224 bytes is larger than 2048 bytes [-Werror=frame-larger-than=]: => 7082:1 + /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn314/display_mode_vba_314.c: error: the frame size of 2208 bytes is larger than 2048 bytes [-Werror=frame-larger-than=]: => 7127:1 arm64-gcc5/arm64-allmodconfig + /kisskb/src/drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c: error: array subscript 2 is above array bounds of 'u32[2]' {aka 'unsigned int[2]'} [-Werror=array-bounds]: => 641:28 + /kisskb/src/drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c: error: array subscript 3 is above array bounds of 'u32[2]' {aka 'unsigned int[2]'} [-Werror=array-bounds]: => 641:28 m68k-gcc8/m68k-allmodconfig See also https://lore.kernel.org/all/CAMuHMdWpPX2mpqFEWjjbjsQvDBQOXyjjdpKnQu9qURAuVZXmMw@mail.gmail.com + /kisskb/src/include/linux/bitfield.h: error: call to '__field_overflow' declared with attribute error: value doesn't fit into mask: => 151:3 In function 'u32_encode_bits', inlined from 'ieee80211_mlo_multicast_tx' at /kisskb/src/net/mac80211/tx.c:4435:17, inlined from 'ieee80211_subif_start_xmit' at /kisskb/src/net/mac80211/tx.c:4483:3: mipsel-gcc5/mips-allmodconfig + /kisskb/src/include/linux/compiler_types.h: error: call to '__compiletime_assert_262' declared with attribute error: Unsupported access size for {READ,WRITE}_ONCE().: => 358:45 + /kisskb/src/include/linux/compiler_types.h: error: call to '__compiletime_assert_263' declared with attribute error: Unsupported access size for {READ,WRITE}_ONCE().: => 358:45 In function 'follow_pmd_mask', inlined from 'follow_pud_mask' at /kisskb/src/mm/gup.c:735:9, inlined from 'follow_p4d_mask' at /kisskb/src/mm/gup.c:752:9, inlined from 'follow_page_mask' at /kisskb/src/mm/gup.c:809:9: sh4-gcc11/sh-defconfig (Günter wondered if pmd_t should use union) + /kisskb/src/include/linux/fortify-string.h: error: '__builtin_memcpy' offset [0, 127] is out of the bounds [0, 0] [-Werror=array-bounds]: => 57:33 /kisskb/src/arch/s390/kernel/setup.c: In function 'setup_lowcore_dat_on': s390x-gcc11/s390-all{mod,yes}config + /kisskb/src/include/linux/fortify-string.h: error: '__builtin_memset' pointer overflow between offset [28, 898293814] and size [-898293787, -1] [-Werror=array-bounds]: => 59:33 /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_move_inline_dirents': powerpc-gcc11/ppc64_book3e_allmodconfig powerpc-gcc11/powerpc-all{mod,yes}config + /kisskb/src/kernel/kcsan/kcsan_test.c: error: the frame size of 1680 bytes is larger than 1536 bytes [-Werror=frame-larger-than=]: => 257:1 xtensa-gcc11/xtensa-allmodconfig (patch available) + {standard input}: Error: unknown pseudo-op: `.cfi_def_c': => 1718 sh4-gcc11/sh-allmodconfig (ICE = internal compiler error) > [1] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/1b929c02afd37871d5afb9d498426f83432e71c2/ (all 152 configs) > [2] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/830b3c68c1fb1e9176028d02ef86f3cf76aa2476/ (all 152 configs) 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 --8323329-1893319093-1672130116=:311423-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6EC4AC46467 for ; Tue, 27 Dec 2022 08:41:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type:MIME-Version: References:Message-ID:In-Reply-To:Subject:cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=wx9JZtfA4vpitXedv78j3oMCT0qLS9eGJYkkWe01b6g=; b=C2uCEeMq3fWAPuKDSlfNBCcUp4 rQ5VfnEE8Kg7tPaPfvA169HV/2NPMCNOmT7L+wOu7vjfOQzNXshcsOwUqG4jipSFhNCDuU9eNayiw ElskctJef26tnOrpDLfDLctctbg1O+nCUtcj/JNRa+aTtHdwJ9D1KAtzPyUk427muPggAH418P7N4 8Ev6WJ3bIw34tenvKmaL/1lURxbyxmo8J10ZGW97ylbuLn1sn6mew5Xv1Ydd0FH8FpshtxPBYtUCl 2OYY6mfaqDHmQuHH0t6+AJxvGkdo2kyxFa4KLHTnxPP583SNsXTUmtJjqQ9Ew+RWrjxaN+Waoc1b9 X2MHdWxA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pA5V5-00BRa7-PU; Tue, 27 Dec 2022 08:40:03 +0000 Received: from albert.telenet-ops.be ([2a02:1800:110:4::f00:1a]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pA5Qq-00BPSQ-E1 for linux-arm-kernel@lists.infradead.org; Tue, 27 Dec 2022 08:35:37 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed10:312a:feb:527f:f392]) by albert.telenet-ops.be with bizsmtp id 1LbH290023T8eJe06LbH8w; Tue, 27 Dec 2022 09:35:19 +0100 Received: from geert (helo=localhost) by ramsan.of.borg with local-esmtp (Exim 4.93) (envelope-from ) id 1pA5Qa-001J4O-Tj; Tue, 27 Dec 2022 09:35:16 +0100 Date: Tue, 27 Dec 2022 09:35:16 +0100 (CET) From: Geert Uytterhoeven X-X-Sender: geert@ramsan.of.borg To: linux-kernel@vger.kernel.org cc: amd-gfx@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-wireless@vger.kernel.org, linux-mips@vger.kernel.org, linux-sh@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linuxppc-dev@lists.ozlabs.org, kasan-dev@googlegroups.com, linux-xtensa@linux-xtensa.org Subject: Re: Build regressions/improvements in v6.2-rc1 In-Reply-To: <20221227082932.798359-1-geert@linux-m68k.org> Message-ID: References: <20221227082932.798359-1-geert@linux-m68k.org> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-1893319093-1672130116=:311423" X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221227_003533_598915_B3E926BC X-CRM114-Status: GOOD ( 18.17 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-1893319093-1672130116=:311423 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8BIT On Tue, 27 Dec 2022, Geert Uytterhoeven wrote: > Below is the list of build error/warning regressions/improvements in > v6.2-rc1[1] compared to v6.1[2]. > > Summarized: > - build errors: +11/-13 amd-gfx@lists.freedesktop.org linux-arm-kernel@lists.infradead.org linux-media@vger.kernel.org linux-wireless@vger.kernel.org linux-mips@vger.kernel.org linux-sh@vger.kernel.org linux-f2fs-devel@lists.sourceforge.net linuxppc-dev@lists.ozlabs.org kasan-dev@googlegroups.com linux-xtensa@linux-xtensa.org + /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn31/display_mode_vba_31.c: error: the frame size of 2224 bytes is larger than 2048 bytes [-Werror=frame-larger-than=]: => 7082:1 + /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn314/display_mode_vba_314.c: error: the frame size of 2208 bytes is larger than 2048 bytes [-Werror=frame-larger-than=]: => 7127:1 arm64-gcc5/arm64-allmodconfig + /kisskb/src/drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c: error: array subscript 2 is above array bounds of 'u32[2]' {aka 'unsigned int[2]'} [-Werror=array-bounds]: => 641:28 + /kisskb/src/drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c: error: array subscript 3 is above array bounds of 'u32[2]' {aka 'unsigned int[2]'} [-Werror=array-bounds]: => 641:28 m68k-gcc8/m68k-allmodconfig See also https://lore.kernel.org/all/CAMuHMdWpPX2mpqFEWjjbjsQvDBQOXyjjdpKnQu9qURAuVZXmMw@mail.gmail.com + /kisskb/src/include/linux/bitfield.h: error: call to '__field_overflow' declared with attribute error: value doesn't fit into mask: => 151:3 In function 'u32_encode_bits', inlined from 'ieee80211_mlo_multicast_tx' at /kisskb/src/net/mac80211/tx.c:4435:17, inlined from 'ieee80211_subif_start_xmit' at /kisskb/src/net/mac80211/tx.c:4483:3: mipsel-gcc5/mips-allmodconfig + /kisskb/src/include/linux/compiler_types.h: error: call to '__compiletime_assert_262' declared with attribute error: Unsupported access size for {READ,WRITE}_ONCE().: => 358:45 + /kisskb/src/include/linux/compiler_types.h: error: call to '__compiletime_assert_263' declared with attribute error: Unsupported access size for {READ,WRITE}_ONCE().: => 358:45 In function 'follow_pmd_mask', inlined from 'follow_pud_mask' at /kisskb/src/mm/gup.c:735:9, inlined from 'follow_p4d_mask' at /kisskb/src/mm/gup.c:752:9, inlined from 'follow_page_mask' at /kisskb/src/mm/gup.c:809:9: sh4-gcc11/sh-defconfig (Günter wondered if pmd_t should use union) + /kisskb/src/include/linux/fortify-string.h: error: '__builtin_memcpy' offset [0, 127] is out of the bounds [0, 0] [-Werror=array-bounds]: => 57:33 /kisskb/src/arch/s390/kernel/setup.c: In function 'setup_lowcore_dat_on': s390x-gcc11/s390-all{mod,yes}config + /kisskb/src/include/linux/fortify-string.h: error: '__builtin_memset' pointer overflow between offset [28, 898293814] and size [-898293787, -1] [-Werror=array-bounds]: => 59:33 /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_move_inline_dirents': powerpc-gcc11/ppc64_book3e_allmodconfig powerpc-gcc11/powerpc-all{mod,yes}config + /kisskb/src/kernel/kcsan/kcsan_test.c: error: the frame size of 1680 bytes is larger than 1536 bytes [-Werror=frame-larger-than=]: => 257:1 xtensa-gcc11/xtensa-allmodconfig (patch available) + {standard input}: Error: unknown pseudo-op: `.cfi_def_c': => 1718 sh4-gcc11/sh-allmodconfig (ICE = internal compiler error) > [1] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/1b929c02afd37871d5afb9d498426f83432e71c2/ (all 152 configs) > [2] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/830b3c68c1fb1e9176028d02ef86f3cf76aa2476/ (all 152 configs) 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 --8323329-1893319093-1672130116=:311423 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --8323329-1893319093-1672130116=:311423--