From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 52DB4184 for ; Sat, 26 Nov 2022 00:17:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 381A8C433C1; Sat, 26 Nov 2022 00:17:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1669421878; bh=N0BkCIonzZFjorKsjBaLOWHmBGWXxgq4vQOHZYYI+QM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=u0dmufMBeU/Hge17mRXBmPGXWvfk84ictiDbNzdkhYWzCJka/K8Y897LxUKz7Vj3z U1yJUtWHtoZFdoY4wBcpYuMB3DmBgMpNNHUtIQgiLA4Nb1IDJvLIqamUoTUitgl9U8 USOEXxWnBItN7/5B+3liMkAy2ysF02xGzrkMnRvk= Date: Fri, 25 Nov 2022 16:17:57 -0800 From: Andrew Morton To: Lee Jones Cc: arnd@arndb.de, nathan@kernel.org, maarten.lankhorst@linux.intel.com, mripard@kernel.org, tzimmermann@suse.de, airlied@gmail.com, daniel@ffwll.ch, ndesaulniers@google.com, trix@redhat.com, harry.wentland@amd.com, sunpeng.li@amd.com, Rodrigo.Siqueira@amd.com, alexander.deucher@amd.com, christian.koenig@amd.com, Xinhui.Pan@amd.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, llvm@lists.linux.dev, amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Subject: Re: [PATCH v2 0/2] Fix a bunch of allmodconfig errors Message-Id: <20221125161757.73f96b3b90f4884509097352@linux-foundation.org> In-Reply-To: <20221125120750.3537134-1-lee@kernel.org> References: <20221125120750.3537134-1-lee@kernel.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 25 Nov 2022 12:07:48 +0000 Lee Jones wrote: > Since b339ec9c229aa ("kbuild: Only default to -Werror if COMPILE_TEST") WERROR > now defaults to COMPILE_TEST meaning that it's enabled for allmodconfig > builds. This leads to some interesting failures, each resolved in this set. Oh, I get it. Clang. I'll tweak the above para to make that clearer. cc:stable question still applies? How much trouble will these build errors be causing people for the next N years? > With this set applied, I am able to obtain a successful allmodconfig Arm build. 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 BEE8CC4167B for ; Sat, 26 Nov 2022 00:18:07 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C2F2110E7BD; Sat, 26 Nov 2022 00:18:04 +0000 (UTC) Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1B68510E7BD; Sat, 26 Nov 2022 00:18:02 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 3D57CB82BD7; Sat, 26 Nov 2022 00:18:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 381A8C433C1; Sat, 26 Nov 2022 00:17:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1669421878; bh=N0BkCIonzZFjorKsjBaLOWHmBGWXxgq4vQOHZYYI+QM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=u0dmufMBeU/Hge17mRXBmPGXWvfk84ictiDbNzdkhYWzCJka/K8Y897LxUKz7Vj3z U1yJUtWHtoZFdoY4wBcpYuMB3DmBgMpNNHUtIQgiLA4Nb1IDJvLIqamUoTUitgl9U8 USOEXxWnBItN7/5B+3liMkAy2ysF02xGzrkMnRvk= Date: Fri, 25 Nov 2022 16:17:57 -0800 From: Andrew Morton To: Lee Jones Subject: Re: [PATCH v2 0/2] Fix a bunch of allmodconfig errors Message-Id: <20221125161757.73f96b3b90f4884509097352@linux-foundation.org> In-Reply-To: <20221125120750.3537134-1-lee@kernel.org> References: <20221125120750.3537134-1-lee@kernel.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: llvm@lists.linux.dev, arnd@arndb.de, sunpeng.li@amd.com, ndesaulniers@google.com, dri-devel@lists.freedesktop.org, Xinhui.Pan@amd.com, linux-kernel@vger.kernel.org, nathan@kernel.org, amd-gfx@lists.freedesktop.org, tzimmermann@suse.de, trix@redhat.com, alexander.deucher@amd.com, Rodrigo.Siqueira@amd.com, christian.koenig@amd.com, linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, 25 Nov 2022 12:07:48 +0000 Lee Jones wrote: > Since b339ec9c229aa ("kbuild: Only default to -Werror if COMPILE_TEST") WERROR > now defaults to COMPILE_TEST meaning that it's enabled for allmodconfig > builds. This leads to some interesting failures, each resolved in this set. Oh, I get it. Clang. I'll tweak the above para to make that clearer. cc:stable question still applies? How much trouble will these build errors be causing people for the next N years? > With this set applied, I am able to obtain a successful allmodconfig Arm build. 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 A8D2EC43217 for ; Sat, 26 Nov 2022 00:18:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Mime-Version:References:In-Reply-To: Message-Id:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=rW+d/3dDF2AK1S2Dumh3H7lJ7GjgnStM1ffNJ1rLUO4=; b=KjeZMzicfvkgA1 m1oNo5BBG/L161m3Qicp13kTPrYIoW4WBM4zj9mjQn814TMOL4dXKmyFgdxQPGrRDqRC45h2l15Dl DsT38yu7/12HpIoONV1W+Q/6mlfiAXyW7EdDXPCgMKZVYq2awAbC3uLp/jRVdHsDF0jzkAEasv1/t OItUNWb1Vg6jx1+JDLurnCAP9ppKwROhPqMuNn3rj29KDgaa20KTXPqd6F88RgCvz/ncs4FeOW5l3 HUAsLy1S1C/W5+a67Ol5aPzligFi7AqyVboaHqo/Ejlvp/gSoeF+H8efV4Ukjd0KzMAkm4BtoespI hg7kfhG8ni1iT4fk5G+A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oyitR-0036it-I9; Sat, 26 Nov 2022 00:18:05 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oyitO-0036hR-5h for linux-arm-kernel@lists.infradead.org; Sat, 26 Nov 2022 00:18:03 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 3D57CB82BD7; Sat, 26 Nov 2022 00:18:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 381A8C433C1; Sat, 26 Nov 2022 00:17:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1669421878; bh=N0BkCIonzZFjorKsjBaLOWHmBGWXxgq4vQOHZYYI+QM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=u0dmufMBeU/Hge17mRXBmPGXWvfk84ictiDbNzdkhYWzCJka/K8Y897LxUKz7Vj3z U1yJUtWHtoZFdoY4wBcpYuMB3DmBgMpNNHUtIQgiLA4Nb1IDJvLIqamUoTUitgl9U8 USOEXxWnBItN7/5B+3liMkAy2ysF02xGzrkMnRvk= Date: Fri, 25 Nov 2022 16:17:57 -0800 From: Andrew Morton To: Lee Jones Cc: arnd@arndb.de, nathan@kernel.org, maarten.lankhorst@linux.intel.com, mripard@kernel.org, tzimmermann@suse.de, airlied@gmail.com, daniel@ffwll.ch, ndesaulniers@google.com, trix@redhat.com, harry.wentland@amd.com, sunpeng.li@amd.com, Rodrigo.Siqueira@amd.com, alexander.deucher@amd.com, christian.koenig@amd.com, Xinhui.Pan@amd.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, llvm@lists.linux.dev, amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Subject: Re: [PATCH v2 0/2] Fix a bunch of allmodconfig errors Message-Id: <20221125161757.73f96b3b90f4884509097352@linux-foundation.org> In-Reply-To: <20221125120750.3537134-1-lee@kernel.org> References: <20221125120750.3537134-1-lee@kernel.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221125_161802_387874_3DB6D884 X-CRM114-Status: GOOD ( 11.08 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 25 Nov 2022 12:07:48 +0000 Lee Jones wrote: > Since b339ec9c229aa ("kbuild: Only default to -Werror if COMPILE_TEST") WERROR > now defaults to COMPILE_TEST meaning that it's enabled for allmodconfig > builds. This leads to some interesting failures, each resolved in this set. Oh, I get it. Clang. I'll tweak the above para to make that clearer. cc:stable question still applies? How much trouble will these build errors be causing people for the next N years? > With this set applied, I am able to obtain a successful allmodconfig Arm build. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 C9B2DC4332F for ; Mon, 28 Nov 2022 08:26:39 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5358F10E2B1; Mon, 28 Nov 2022 08:26:31 +0000 (UTC) Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1B68510E7BD; Sat, 26 Nov 2022 00:18:02 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 3D57CB82BD7; Sat, 26 Nov 2022 00:18:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 381A8C433C1; Sat, 26 Nov 2022 00:17:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1669421878; bh=N0BkCIonzZFjorKsjBaLOWHmBGWXxgq4vQOHZYYI+QM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=u0dmufMBeU/Hge17mRXBmPGXWvfk84ictiDbNzdkhYWzCJka/K8Y897LxUKz7Vj3z U1yJUtWHtoZFdoY4wBcpYuMB3DmBgMpNNHUtIQgiLA4Nb1IDJvLIqamUoTUitgl9U8 USOEXxWnBItN7/5B+3liMkAy2ysF02xGzrkMnRvk= Date: Fri, 25 Nov 2022 16:17:57 -0800 From: Andrew Morton To: Lee Jones Subject: Re: [PATCH v2 0/2] Fix a bunch of allmodconfig errors Message-Id: <20221125161757.73f96b3b90f4884509097352@linux-foundation.org> In-Reply-To: <20221125120750.3537134-1-lee@kernel.org> References: <20221125120750.3537134-1-lee@kernel.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 28 Nov 2022 08:26:27 +0000 X-BeenThere: amd-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion list for AMD gfx List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: llvm@lists.linux.dev, daniel@ffwll.ch, arnd@arndb.de, sunpeng.li@amd.com, ndesaulniers@google.com, dri-devel@lists.freedesktop.org, Xinhui.Pan@amd.com, maarten.lankhorst@linux.intel.com, linux-kernel@vger.kernel.org, mripard@kernel.org, nathan@kernel.org, harry.wentland@amd.com, amd-gfx@lists.freedesktop.org, tzimmermann@suse.de, trix@redhat.com, alexander.deucher@amd.com, Rodrigo.Siqueira@amd.com, airlied@gmail.com, christian.koenig@amd.com, linux-arm-kernel@lists.infradead.org Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" On Fri, 25 Nov 2022 12:07:48 +0000 Lee Jones wrote: > Since b339ec9c229aa ("kbuild: Only default to -Werror if COMPILE_TEST") WERROR > now defaults to COMPILE_TEST meaning that it's enabled for allmodconfig > builds. This leads to some interesting failures, each resolved in this set. Oh, I get it. Clang. I'll tweak the above para to make that clearer. cc:stable question still applies? How much trouble will these build errors be causing people for the next N years? > With this set applied, I am able to obtain a successful allmodconfig Arm build.