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 BD809CEFD01 for ; Tue, 6 Jan 2026 20:14:42 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1417D10E3C4; Tue, 6 Jan 2026 20:14:42 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="qFhJkLBQ"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0374B10E3C4; Tue, 6 Jan 2026 20:14:41 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id BADD344092; Tue, 6 Jan 2026 20:14:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A76FEC116C6; Tue, 6 Jan 2026 20:14:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1767730480; bh=X5Pea7bHPe0DI/5LIu59CR9OThlTHAfYphOoFvHkxbI=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=qFhJkLBQjWOY6PRgiWE0ViVMNBHW39unXoZfg1BJ6oZhYFU1cb7/ZNNjzAkswlutv 7eyqDAp+7984CIersTXmE4LpI5KMgDyPKvpaEWhT+5sh8/eJjJfGIik/nJKnOcIWtX iI7cr8JB/fd4UW5T4mOzw9GQIkUdgObI2tOvkpC80bqKZZP37/ngNxAxHScsP+pC3l JkBLGJkg8oZYU37YH6BnbaHqKTnTwsdfmg0xXajrYhy3C6TUKoJsNt/mHWUQH1j20d DkWJTUzVQPux+0MNvZUlPgVUquUhKKNce3I+J4wgJugjj5+KC6lpq3ywz7e0emHZUb 5KZiaaacbXaCg== Message-ID: Date: Tue, 6 Jan 2026 21:14:36 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v3][next] drm/nouveau: fifo: Avoid -Wflex-array-member-not-at-end warning To: "Gustavo A. R. Silva" , Kees Cook Cc: "Gustavo A. R. Silva" , Lyude Paul , David Airlie , Simona Vetter , dri-devel@lists.freedesktop.org, nouveau@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-hardening@vger.kernel.org References: From: Danilo Krummrich Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 1/6/26 7:08 AM, Gustavo A. R. Silva wrote: > Friendly ping: who can take this, please? For some reason this patch wasn't tagged for applying in my inbox -- seems like it slipped through. I was about to pick it up, but recognized just in time that Kees already took it through his hardening tree. Sorry for the delay; thanks Kees for picking it up. Even though already applied, please consider this patch: Acked-by: Danilo Krummrich Thanks, Danilo