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 32022C54E41 for ; Tue, 5 Mar 2024 11:29:28 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AA4C310E460; Tue, 5 Mar 2024 11:29:27 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="LcT3/EID"; dkim-atps=neutral Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by gabe.freedesktop.org (Postfix) with ESMTPS id AF3C510E44B; Tue, 5 Mar 2024 11:29:26 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 60BEECE19FC; Tue, 5 Mar 2024 11:29:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 510D1C433F1; Tue, 5 Mar 2024 11:29:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1709638162; bh=VVu9dI16C/iM2beYJUGFprKauQaV6BNikDutdtC3hGQ=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=LcT3/EIDR03rBofH3InwwSMbo8TDkNJuCOpEeVEQ27wtKo6vGawtc4SFaiGHbNPor 7BgGWrYczPxhXE5IdoY731ZvMV8vP3FNSTztjQ/gmmVOhfNhHf1kFyRsNnE5QlcixU 37egQtroT51Sh2l3vK6FiZ5C5xqGggXUfpN5oBGhog9t1lj7TSk25dAOLW0Zrnf6W6 7NnSbqFw7hCjyCvCdEpTGrO20dASHR4JDUCSnxfXkSXVrgDLRAGxaus1WHcDVpIMRr BrpP9AT5/x2TCRPVVrFeDQ21sjaQG+0h/SFqn2jRQA4LmWMGih79g5KLsqczk3oTmu FAnl4oaQ7dKpw== Message-ID: <0df557af4aaceeb1ef85ee3c74169ee9@kernel.org> Date: Tue, 05 Mar 2024 11:29:20 +0000 From: "Maxime Ripard" To: "Jani Nikula" Subject: Re: [RESEND v3 0/2] drm: enable W=1 warnings by default across the subsystem In-Reply-To: References: Cc: dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org, "Abhinav Kumar" , "Alex Deucher" , =?utf-8?b?Q2hyaXN0aWFuIEvDtm5pZw==?= , "Daniel Vetter" , "Danilo Krummrich" , "David Airlie" , "Dmitry Baryshkov" , "Hamza Mahfooz" , "Javier Martinez Canillas" , "Karol Herbst" , "Lyude Paul" , "Maarten Lankhorst" , "Marijn Suijten" , "Maxime Ripard" , =?utf-8?b?IlwiXFxcIlxcXFxcXFwiUGFuLCBYaW5o?= =?utf-8?b?dWlcXFxcXFxcIlxcXCJcIiI=?= , "Rob Clark" , "Sean Paul" , "Sui Jingfeng" , "Thomas Zimmermann" Content-Transfer-Encoding: 7bit X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Tue, 5 Mar 2024 11:07:34 +0200, Jani Nikula wrote: > Resend of [1] with an intent to merge after the CI results come in. This > is aiming for v6.10, so we'll have maximal time to find all the issues > my configs didn't catch. > > I built this on x86-64 (both gcc and clang), arm and arm64, and > > [ ... ] Acked-by: Maxime Ripard Thanks! Maxime