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 821D4C6FA8F for ; Thu, 24 Aug 2023 12:09:12 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0008910E526; Thu, 24 Aug 2023 12:09:11 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 52AA410E526; Thu, 24 Aug 2023 12:09:10 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BA1CF662BA; Thu, 24 Aug 2023 12:09:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4CFBCC433C8; Thu, 24 Aug 2023 12:09:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692878949; bh=nDrNKOtmg11/enQQ5RREoJgVg8/0zOccRWjy98KT4qQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oRUYmi/VCinRtYudh5/5tdhvXDfrGVv4obVDADWdP1BqXTCD2nVysXU+QdF+KVtI3 OfrD/QYGQCFaNVe0xP8E6qig8Bj6UQGEhYb1z/bbfnWXKlREUW+pdjRushxaCxZkRq YoluSLv7+T+KYTaxP/gog5iV8k3wtgnkMQjrRHZRhkSLe6th/dFN3O7t8izie30yrc +PaYB8efb/alntKNaTtSXmJAKRIoDz240uw3FneHjThhmfMYulp+fQKO6kw5907Dtm YF6cPwF+bbWmW+ihwXeY3z/mup64gCiZAU1ByVA4KIgqVdMqve6pQcXQibnGMu7L5U IDq2nl106iyaw== Date: Thu, 24 Aug 2023 13:08:59 +0100 From: Lee Jones To: Jani Nikula Subject: Re: [PATCH (set 1) 00/20] Rid W=1 warnings from GPU Message-ID: <20230824120859.GT1380343@google.com> References: <20230824073710.2677348-1-lee@kernel.org> <87wmxk4xt3.fsf@intel.com> <20230824120735.GS1380343@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230824120735.GS1380343@google.com> 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: Karol Herbst , nouveau@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Mikko Perttunen , =?iso-8859-1?Q?Ma=EDra?= Canal , Thierry Reding , Laurent Pinchart , Sumit Semwal , Shashank Sharma , Michal Simek , amd-gfx@lists.freedesktop.org, Jonathan Hunter , Luben Tuikov , Danilo Krummrich , Ben Skeggs , Stanley Yang , linux-media@vger.kernel.org, Thomas Zimmermann , Sascha Hauer , Maxime Ripard , linaro-mm-sig@lists.linaro.org, linux-tegra@vger.kernel.org, NXP Linux Team , linux-arm-kernel@lists.infradead.org, Hyun Kwon , "Pan, Xinhui" , linux-kernel@vger.kernel.org, Hawking Zhang , Jerome Glisse , Pengutronix Kernel Team , Alex Deucher , Gourav Samaiya , Shawn Guo , Christian =?iso-8859-1?Q?K=F6nig?= , Mario Limonciello Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" On Thu, 24 Aug 2023, Lee Jones wrote: > On Thu, 24 Aug 2023, Jani Nikula wrote: > > > On Thu, 24 Aug 2023, Lee Jones wrote: > > > This set is part of a larger effort attempting to clean-up W=1 > > > kernel builds, which are currently overwhelmingly riddled with > > > niggly little warnings. > > > > The next question is, how do we keep it W=1 clean going forward? > > My plan was to fix them all, then move each warning to W=0. Some history: - Starting with v5.8-rc1: 18867 - 2020-07-01: 18089 - 2020-07-07: 17288 - 2020-07-17: 15762 - 2020-07-20: 15724 - 2020-07-23: 15116 - 2020-08-12: 15184 - 2020-10-19: 10909 - 2020-11-04: 9385 - 2021-01-04: 5478 - 2021-01-12 4749 - 2021-01-29 4911 - 2021-04-07 3594 - 2021-05-20 2938 - 2021-07-01 2587 - 2023-02-10 2587 - 2023-08-22 1650 > Arnd recently submitted a set doing just that for a bunch of them. > > https://lore.kernel.org/all/20230811140327.3754597-1-arnd@kernel.org/ > > I like to think a bunch of this is built on top of my previous efforts. > > GPU is a particularly tricky though - the warnings seem to come in faster > than I can squash them. Maybe the maintainers can find a way to test > new patches on merge? > > > Most people don't use W=1 because it's too noisy, so it's a bit of a > > catch-22. > > > > In i915, we enable a lot of W=1 warnings using subdir-ccflags-y in our > > Makefile. For CI/developer use we also enable kernel-doc warnings by > > default. > > > > Should we start enabling some of those warning flags in drm/Makefile to > > to keep the entire subsystem warning free? > > That would we awesome! We'd just need buy-in. -- Lee Jones [李琼斯] 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 0090AC6FA8F for ; Thu, 24 Aug 2023 12:09:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241280AbjHXMJ1 (ORCPT ); Thu, 24 Aug 2023 08:09:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42320 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241323AbjHXMJM (ORCPT ); Thu, 24 Aug 2023 08:09:12 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 286BB1995; Thu, 24 Aug 2023 05:09:10 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B9AEC65AAC; Thu, 24 Aug 2023 12:09:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4CFBCC433C8; Thu, 24 Aug 2023 12:09:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692878949; bh=nDrNKOtmg11/enQQ5RREoJgVg8/0zOccRWjy98KT4qQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oRUYmi/VCinRtYudh5/5tdhvXDfrGVv4obVDADWdP1BqXTCD2nVysXU+QdF+KVtI3 OfrD/QYGQCFaNVe0xP8E6qig8Bj6UQGEhYb1z/bbfnWXKlREUW+pdjRushxaCxZkRq YoluSLv7+T+KYTaxP/gog5iV8k3wtgnkMQjrRHZRhkSLe6th/dFN3O7t8izie30yrc +PaYB8efb/alntKNaTtSXmJAKRIoDz240uw3FneHjThhmfMYulp+fQKO6kw5907Dtm YF6cPwF+bbWmW+ihwXeY3z/mup64gCiZAU1ByVA4KIgqVdMqve6pQcXQibnGMu7L5U IDq2nl106iyaw== Date: Thu, 24 Aug 2023 13:08:59 +0100 From: Lee Jones To: Jani Nikula Cc: Karol Herbst , nouveau@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Mikko Perttunen , =?iso-8859-1?Q?Ma=EDra?= Canal , Thierry Reding , Laurent Pinchart , Sumit Semwal , Mario Limonciello , Shashank Sharma , Michal Simek , amd-gfx@lists.freedesktop.org, Jonathan Hunter , Luben Tuikov , Danilo Krummrich , Ben Skeggs , linux-media@vger.kernel.org, Stanley Yang , Pengutronix Kernel Team , Sascha Hauer , Maxime Ripard , linaro-mm-sig@lists.linaro.org, linux-tegra@vger.kernel.org, NXP Linux Team , linux-arm-kernel@lists.infradead.org, Hyun Kwon , Thomas Zimmermann , "Pan, Xinhui" , linux-kernel@vger.kernel.org, Jerome Glisse , Alex Deucher , Gourav Samaiya , Shawn Guo , Christian =?iso-8859-1?Q?K=F6nig?= , Hawking Zhang Subject: Re: [PATCH (set 1) 00/20] Rid W=1 warnings from GPU Message-ID: <20230824120859.GT1380343@google.com> References: <20230824073710.2677348-1-lee@kernel.org> <87wmxk4xt3.fsf@intel.com> <20230824120735.GS1380343@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230824120735.GS1380343@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org On Thu, 24 Aug 2023, Lee Jones wrote: > On Thu, 24 Aug 2023, Jani Nikula wrote: > > > On Thu, 24 Aug 2023, Lee Jones wrote: > > > This set is part of a larger effort attempting to clean-up W=1 > > > kernel builds, which are currently overwhelmingly riddled with > > > niggly little warnings. > > > > The next question is, how do we keep it W=1 clean going forward? > > My plan was to fix them all, then move each warning to W=0. Some history: - Starting with v5.8-rc1: 18867 - 2020-07-01: 18089 - 2020-07-07: 17288 - 2020-07-17: 15762 - 2020-07-20: 15724 - 2020-07-23: 15116 - 2020-08-12: 15184 - 2020-10-19: 10909 - 2020-11-04: 9385 - 2021-01-04: 5478 - 2021-01-12 4749 - 2021-01-29 4911 - 2021-04-07 3594 - 2021-05-20 2938 - 2021-07-01 2587 - 2023-02-10 2587 - 2023-08-22 1650 > Arnd recently submitted a set doing just that for a bunch of them. > > https://lore.kernel.org/all/20230811140327.3754597-1-arnd@kernel.org/ > > I like to think a bunch of this is built on top of my previous efforts. > > GPU is a particularly tricky though - the warnings seem to come in faster > than I can squash them. Maybe the maintainers can find a way to test > new patches on merge? > > > Most people don't use W=1 because it's too noisy, so it's a bit of a > > catch-22. > > > > In i915, we enable a lot of W=1 warnings using subdir-ccflags-y in our > > Makefile. For CI/developer use we also enable kernel-doc warnings by > > default. > > > > Should we start enabling some of those warning flags in drm/Makefile to > > to keep the entire subsystem warning free? > > That would we awesome! We'd just need buy-in. -- Lee Jones [李琼斯] 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 F2578C71145 for ; Thu, 24 Aug 2023 12:09:13 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 69FE010E52B; Thu, 24 Aug 2023 12:09:13 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 52AA410E526; Thu, 24 Aug 2023 12:09:10 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BA1CF662BA; Thu, 24 Aug 2023 12:09:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4CFBCC433C8; Thu, 24 Aug 2023 12:09:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692878949; bh=nDrNKOtmg11/enQQ5RREoJgVg8/0zOccRWjy98KT4qQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oRUYmi/VCinRtYudh5/5tdhvXDfrGVv4obVDADWdP1BqXTCD2nVysXU+QdF+KVtI3 OfrD/QYGQCFaNVe0xP8E6qig8Bj6UQGEhYb1z/bbfnWXKlREUW+pdjRushxaCxZkRq YoluSLv7+T+KYTaxP/gog5iV8k3wtgnkMQjrRHZRhkSLe6th/dFN3O7t8izie30yrc +PaYB8efb/alntKNaTtSXmJAKRIoDz240uw3FneHjThhmfMYulp+fQKO6kw5907Dtm YF6cPwF+bbWmW+ihwXeY3z/mup64gCiZAU1ByVA4KIgqVdMqve6pQcXQibnGMu7L5U IDq2nl106iyaw== Date: Thu, 24 Aug 2023 13:08:59 +0100 From: Lee Jones To: Jani Nikula Message-ID: <20230824120859.GT1380343@google.com> References: <20230824073710.2677348-1-lee@kernel.org> <87wmxk4xt3.fsf@intel.com> <20230824120735.GS1380343@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230824120735.GS1380343@google.com> Subject: Re: [Nouveau] [PATCH (set 1) 00/20] Rid W=1 warnings from GPU X-BeenThere: nouveau@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Nouveau development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: nouveau@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Mikko Perttunen , =?iso-8859-1?Q?Ma=EDra?= Canal , Thierry Reding , Laurent Pinchart , Sumit Semwal , Shashank Sharma , Michal Simek , amd-gfx@lists.freedesktop.org, Luben Tuikov , Ben Skeggs , Stanley Yang , linux-media@vger.kernel.org, Sascha Hauer , Maxime Ripard , linaro-mm-sig@lists.linaro.org, linux-tegra@vger.kernel.org, NXP Linux Team , linux-arm-kernel@lists.infradead.org, Hyun Kwon , "Pan, Xinhui" , linux-kernel@vger.kernel.org, Hawking Zhang , Jerome Glisse , Pengutronix Kernel Team , Alex Deucher , Gourav Samaiya , Shawn Guo , Christian =?iso-8859-1?Q?K=F6nig?= , Mario Limonciello Errors-To: nouveau-bounces@lists.freedesktop.org Sender: "Nouveau" On Thu, 24 Aug 2023, Lee Jones wrote: > On Thu, 24 Aug 2023, Jani Nikula wrote: > > > On Thu, 24 Aug 2023, Lee Jones wrote: > > > This set is part of a larger effort attempting to clean-up W=1 > > > kernel builds, which are currently overwhelmingly riddled with > > > niggly little warnings. > > > > The next question is, how do we keep it W=1 clean going forward? > > My plan was to fix them all, then move each warning to W=0. Some history: - Starting with v5.8-rc1: 18867 - 2020-07-01: 18089 - 2020-07-07: 17288 - 2020-07-17: 15762 - 2020-07-20: 15724 - 2020-07-23: 15116 - 2020-08-12: 15184 - 2020-10-19: 10909 - 2020-11-04: 9385 - 2021-01-04: 5478 - 2021-01-12 4749 - 2021-01-29 4911 - 2021-04-07 3594 - 2021-05-20 2938 - 2021-07-01 2587 - 2023-02-10 2587 - 2023-08-22 1650 > Arnd recently submitted a set doing just that for a bunch of them. > > https://lore.kernel.org/all/20230811140327.3754597-1-arnd@kernel.org/ > > I like to think a bunch of this is built on top of my previous efforts. > > GPU is a particularly tricky though - the warnings seem to come in faster > than I can squash them. Maybe the maintainers can find a way to test > new patches on merge? > > > Most people don't use W=1 because it's too noisy, so it's a bit of a > > catch-22. > > > > In i915, we enable a lot of W=1 warnings using subdir-ccflags-y in our > > Makefile. For CI/developer use we also enable kernel-doc warnings by > > default. > > > > Should we start enabling some of those warning flags in drm/Makefile to > > to keep the entire subsystem warning free? > > That would we awesome! We'd just need buy-in. -- Lee Jones [李琼斯] 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 1633CC6FA8F for ; Thu, 24 Aug 2023 12:09:43 +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:In-Reply-To:MIME-Version:References: 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=c29FIZYcnM6yn1oumY7A0I+aXqGSKhQiB8Bku+MgUa0=; b=D/KX9UICxaySAg 0bHg2QPeCt4HeCwnmUIlc6BWSFSK4BL/9Aw9D2Zc/QnP0XcSa5ZtZ4YpK8IqCHOYqPLyEPwEP2Kep 840wk/XJq7vjAABa6jEYrLibNyC3eoo0rC71uck+zQ7A5fNcUQGHexC38xivnMkYSAtYD2ENvRzju 4mHpcs+jGE7HImpKpW405kDOmF7O+68gsdarCC55FPHn5MkTUOFG76b2oe+RlDUc/kwhJqfp4y4Oi htwVLRtUV6Vo61RxNnPJePE0j7sQJXvn9KySteHYleVq5Z3EO/h3y7CNP9jzvBw8XekS5+UtYXz7+ HrfJJ4lS0R38tYkbelhQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qZ99E-0032FT-2d; Thu, 24 Aug 2023 12:09:12 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qZ99C-0032F2-2B for linux-arm-kernel@lists.infradead.org; Thu, 24 Aug 2023 12:09:12 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BA1CF662BA; Thu, 24 Aug 2023 12:09:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4CFBCC433C8; Thu, 24 Aug 2023 12:09:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692878949; bh=nDrNKOtmg11/enQQ5RREoJgVg8/0zOccRWjy98KT4qQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oRUYmi/VCinRtYudh5/5tdhvXDfrGVv4obVDADWdP1BqXTCD2nVysXU+QdF+KVtI3 OfrD/QYGQCFaNVe0xP8E6qig8Bj6UQGEhYb1z/bbfnWXKlREUW+pdjRushxaCxZkRq YoluSLv7+T+KYTaxP/gog5iV8k3wtgnkMQjrRHZRhkSLe6th/dFN3O7t8izie30yrc +PaYB8efb/alntKNaTtSXmJAKRIoDz240uw3FneHjThhmfMYulp+fQKO6kw5907Dtm YF6cPwF+bbWmW+ihwXeY3z/mup64gCiZAU1ByVA4KIgqVdMqve6pQcXQibnGMu7L5U IDq2nl106iyaw== Date: Thu, 24 Aug 2023 13:08:59 +0100 From: Lee Jones To: Jani Nikula Cc: Karol Herbst , nouveau@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Mikko Perttunen , =?iso-8859-1?Q?Ma=EDra?= Canal , Thierry Reding , Laurent Pinchart , Sumit Semwal , Mario Limonciello , Shashank Sharma , Michal Simek , amd-gfx@lists.freedesktop.org, Jonathan Hunter , Luben Tuikov , Danilo Krummrich , Ben Skeggs , linux-media@vger.kernel.org, Stanley Yang , Pengutronix Kernel Team , Sascha Hauer , Maxime Ripard , linaro-mm-sig@lists.linaro.org, linux-tegra@vger.kernel.org, NXP Linux Team , linux-arm-kernel@lists.infradead.org, Hyun Kwon , Thomas Zimmermann , "Pan, Xinhui" , linux-kernel@vger.kernel.org, Jerome Glisse , Alex Deucher , Gourav Samaiya , Shawn Guo , Christian =?iso-8859-1?Q?K=F6nig?= , Hawking Zhang Subject: Re: [PATCH (set 1) 00/20] Rid W=1 warnings from GPU Message-ID: <20230824120859.GT1380343@google.com> References: <20230824073710.2677348-1-lee@kernel.org> <87wmxk4xt3.fsf@intel.com> <20230824120735.GS1380343@google.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230824120735.GS1380343@google.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230824_050910_800185_E3B75FF3 X-CRM114-Status: GOOD ( 23.19 ) 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="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org T24gVGh1LCAyNCBBdWcgMjAyMywgTGVlIEpvbmVzIHdyb3RlOgoKPiBPbiBUaHUsIDI0IEF1ZyAy MDIzLCBKYW5pIE5pa3VsYSB3cm90ZToKPiAKPiA+IE9uIFRodSwgMjQgQXVnIDIwMjMsIExlZSBK b25lcyA8bGVlQGtlcm5lbC5vcmc+IHdyb3RlOgo+ID4gPiBUaGlzIHNldCBpcyBwYXJ0IG9mIGEg bGFyZ2VyIGVmZm9ydCBhdHRlbXB0aW5nIHRvIGNsZWFuLXVwIFc9MQo+ID4gPiBrZXJuZWwgYnVp bGRzLCB3aGljaCBhcmUgY3VycmVudGx5IG92ZXJ3aGVsbWluZ2x5IHJpZGRsZWQgd2l0aAo+ID4g PiBuaWdnbHkgbGl0dGxlIHdhcm5pbmdzLgo+ID4gCj4gPiBUaGUgbmV4dCBxdWVzdGlvbiBpcywg aG93IGRvIHdlIGtlZXAgaXQgVz0xIGNsZWFuIGdvaW5nIGZvcndhcmQ/Cj4gCj4gTXkgcGxhbiB3 YXMgdG8gZml4IHRoZW0gYWxsLCB0aGVuIG1vdmUgZWFjaCB3YXJuaW5nIHRvIFc9MC4KClNvbWUg aGlzdG9yeToKCi0gU3RhcnRpbmcgd2l0aCB2NS44LXJjMTogICAgICAgMTg4NjcKLSAyMDIwLTA3 LTAxOiAgICAgICAgICAgICAgICAgICAxODA4OQotIDIwMjAtMDctMDc6ICAgICAgICAgICAgICAg ICAgIDE3Mjg4Ci0gMjAyMC0wNy0xNzogICAgICAgICAgICAgICAgICAgMTU3NjIKLSAyMDIwLTA3 LTIwOiAgICAgICAgICAgICAgICAgICAxNTcyNAotIDIwMjAtMDctMjM6ICAgICAgICAgICAgICAg ICAgIDE1MTE2Ci0gMjAyMC0wOC0xMjogICAgICAgICAgICAgICAgICAgMTUxODQKLSAyMDIwLTEw LTE5OiAgICAgICAgICAgICAgICAgICAxMDkwOQotIDIwMjAtMTEtMDQ6ICAgICAgICAgICAgICAg ICAgICA5Mzg1Ci0gMjAyMS0wMS0wNDogICAgICAgICAgICAgICAgICAgIDU0NzgKLSAyMDIxLTAx LTEyICAgICAgICAgICAgICAgICAgICAgNDc0OQotIDIwMjEtMDEtMjkgICAgICAgICAgICAgICAg ICAgICA0OTExCi0gMjAyMS0wNC0wNyAgICAgICAgICAgICAgICAgICAgIDM1OTQKLSAyMDIxLTA1 LTIwICAgICAgICAgICAgICAgICAgICAgMjkzOAotIDIwMjEtMDctMDEgICAgICAgICAgICAgICAg ICAgICAyNTg3Ci0gMjAyMy0wMi0xMCAgICAgICAgICAgICAgICAgICAgIDI1ODcKLSAyMDIzLTA4 LTIyICAgICAgICAgICAgICAgICAgICAgMTY1MAoKPiBBcm5kIHJlY2VudGx5IHN1Ym1pdHRlZCBh IHNldCBkb2luZyBqdXN0IHRoYXQgZm9yIGEgYnVuY2ggb2YgdGhlbS4KPiAKPiBodHRwczovL2xv cmUua2VybmVsLm9yZy9hbGwvMjAyMzA4MTExNDAzMjcuMzc1NDU5Ny0xLWFybmRAa2VybmVsLm9y Zy8KPiAKPiBJIGxpa2UgdG8gdGhpbmsgYSBidW5jaCBvZiB0aGlzIGlzIGJ1aWx0IG9uIHRvcCBv ZiBteSBwcmV2aW91cyBlZmZvcnRzLgo+IAo+IEdQVSBpcyBhIHBhcnRpY3VsYXJseSB0cmlja3kg dGhvdWdoIC0gdGhlIHdhcm5pbmdzIHNlZW0gdG8gY29tZSBpbiBmYXN0ZXIKPiB0aGFuIEkgY2Fu IHNxdWFzaCB0aGVtLiAgTWF5YmUgdGhlIG1haW50YWluZXJzIGNhbiBmaW5kIGEgd2F5IHRvIHRl c3QKPiBuZXcgcGF0Y2hlcyBvbiBtZXJnZT8KPiAKPiA+IE1vc3QgcGVvcGxlIGRvbid0IHVzZSBX PTEgYmVjYXVzZSBpdCdzIHRvbyBub2lzeSwgc28gaXQncyBhIGJpdCBvZiBhCj4gPiBjYXRjaC0y Mi4KPiA+IAo+ID4gSW4gaTkxNSwgd2UgZW5hYmxlIGEgbG90IG9mIFc9MSB3YXJuaW5ncyB1c2lu ZyBzdWJkaXItY2NmbGFncy15IGluIG91cgo+ID4gTWFrZWZpbGUuIEZvciBDSS9kZXZlbG9wZXIg dXNlIHdlIGFsc28gZW5hYmxlIGtlcm5lbC1kb2Mgd2FybmluZ3MgYnkKPiA+IGRlZmF1bHQuCj4g PiAKPiA+IFNob3VsZCB3ZSBzdGFydCBlbmFibGluZyBzb21lIG9mIHRob3NlIHdhcm5pbmcgZmxh Z3MgaW4gZHJtL01ha2VmaWxlIHRvCj4gPiB0byBrZWVwIHRoZSBlbnRpcmUgc3Vic3lzdGVtIHdh cm5pbmcgZnJlZT8KPiAKPiBUaGF0IHdvdWxkIHdlIGF3ZXNvbWUhICBXZSdkIGp1c3QgbmVlZCBi dXktaW4uCgotLSAKTGVlIEpvbmVzIFvmnY7nkLzmlq9dCgpfX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fXwpsaW51eC1hcm0ta2VybmVsIG1haWxpbmcgbGlzdAps aW51eC1hcm0ta2VybmVsQGxpc3RzLmluZnJhZGVhZC5vcmcKaHR0cDovL2xpc3RzLmluZnJhZGVh ZC5vcmcvbWFpbG1hbi9saXN0aW5mby9saW51eC1hcm0ta2VybmVsCg==