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 771AAC3DA64 for ; Tue, 6 Aug 2024 06:39:03 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3033E10E2EF; Tue, 6 Aug 2024 06:39:01 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="zv6CZQIW"; 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 B089910E0A1; Tue, 6 Aug 2024 06:38:58 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 89EE6CE0D9A; Tue, 6 Aug 2024 06:38:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1F45AC32786; Tue, 6 Aug 2024 06:38:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1722926335; bh=Fi+lZKOUhW5Q57CjW0zk+vxyeKJfgoYlfcviUnvH59U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zv6CZQIWyRCLPJ7K95vQ8cS+NpDmVhm2d7cp97T1o0xDLC0/f/33XZX+pyrTTv//0 1rUaztKb4F3cBlOKRzWDbGLAJCfClbycF8TcsxvBCwJFZrc9WqYD5/sHN3bSqSKISZ kms9tRQD5NPDdbGxDZnCvN7wET1avrfF+Psj1/1I= Date: Tue, 6 Aug 2024 08:38:51 +0200 From: Greg Kroah-Hartman To: Andi Shyti Cc: intel-gfx , dri-devel , stable@vger.kernel.org, Jani Nikula , Joonas Lahtinen , Rodrigo Vivi , Tvrtko Ursulin , Jann Horn , Chris Wilson , Krzysztof Niemiec , Andi Shyti Subject: Re: [PATCH v2 0/2] Fix mmap memory boundary calculation Message-ID: <2024080640-landfall-doozy-e0d2@gregkh> References: <20240805102554.154464-1-andi.shyti@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Mon, Aug 05, 2024 at 11:05:22PM +0100, Andi Shyti wrote: > Hi Greg, > > > Andi Shyti (2): > > drm/i915/gem: Adjust vma offset for framebuffer mmap offset > > drm/i915/gem: Fix Virtual Memory mapping boundaries calculation > > I have forgotten to Cc the stable mailing list here. These two > patches need to be merged together even if only the second patch > has the "Fixes:" tag. > > Is there anything I should still do here? > > I could have used the "Requires:" tag, but the commit id would > change in between merges and rebases. This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.