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 8CE091062896 for ; Wed, 11 Mar 2026 13:04:35 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BF78710E8E9; Wed, 11 Mar 2026 13:04:34 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="aC3gA8+l"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0EC1B10E8FA; Wed, 11 Mar 2026 13:04:34 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 43B4C60054; Wed, 11 Mar 2026 13:04:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 370DDC4CEF7; Wed, 11 Mar 2026 13:04:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773234273; bh=x2f2kLLNlfREhUaFvz8oTtk0blO9no/cjE2kqFA7jwc=; h=Date:To:From:Subject:Cc:References:In-Reply-To:From; b=aC3gA8+l19+CTnNAquVjKHf6H9F150rQAK6jgOTV5ZvkMINjX64kRcDP+XiYnWyfK qDpwvxRe7weHnPgybTkkV4TLwGF0LUWlpV3xGQKywzXxOjk7waDJOQ34PtzJBnGPco hJoan1VBoMYr+s4i0NS+KOzd5psMWIDiNtouPu7JPFxqWjGFEm0wHecpWpOesDuCeC uPn2ux8QL0ZaOTrXEl3qxXxUopQxwFmf7DI9JWLE6C1weT8xwtoWVRqykWi3eOrL7s SrmYPh2QzovY8qTCvu4/tsp+3+vJSAljdZ8PVmJgPN2IJnYfGZgI4BK5q4MXTzmple d56LLAFWkQ8vw== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 11 Mar 2026 14:04:29 +0100 Message-Id: To: "Gary Guo" From: "Danilo Krummrich" Subject: Re: [PATCH] gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessors Cc: "Eliot Courtney" , , , , , , , "dri-devel" References: <20260309225408.27714-1-dakr@kernel.org> In-Reply-To: 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 Wed Mar 11, 2026 at 1:58 PM CET, Gary Guo wrote: > If this patch is intended to go through -fixes, then we should really lan= d your > series via -fixes too, otherwise it is just causing unnecessary conflicts= on > linux-next. It has already been merged in drm-rust-next, so we will have the conflict temporarily. I say temporarily because I will backmerge once the changes in -fixes hit Linus' tree anyways.