From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5B700149DF0 for ; Tue, 6 Aug 2024 06:38:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722926336; cv=none; b=a7lAP3Fa7W9npItGYZzUdCaTPNP/FTlI0p/gP2FUE62KTeLtpPvnlPCAJVV0XbQWl5XIo+0dNUR67jPi8BSYby9XyVVGnOwIvNhXqN1neR7IZYdSyKt8lj+qXNweLwYSzpxNBGEkD6bJSHiSgO2H3/d6jl1VE/QyANlLJzDHXlU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722926336; c=relaxed/simple; bh=Fi+lZKOUhW5Q57CjW0zk+vxyeKJfgoYlfcviUnvH59U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Dvniy4R2HNTctSq6zIU/17qHJN45AA91j0qFIsrOvFvF18P9nHXprxGXopu9HUzXQylavnxW9lrEhjcmBOzMRLuex28UF12Or8kc2xjCKeI+DwkGtko3HkfsHK59xCDr07xiS6nKm62YY7hBKEHG71YQKj/yES0sHMA32w4O7Us= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=zv6CZQIW; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="zv6CZQIW" 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> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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.