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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 70BACC433B4 for ; Mon, 12 Apr 2021 18:45:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 43F1561246 for ; Mon, 12 Apr 2021 18:45:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245092AbhDLSpn (ORCPT ); Mon, 12 Apr 2021 14:45:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:53862 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229970AbhDLSpl (ORCPT ); Mon, 12 Apr 2021 14:45:41 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 69BCD61206; Mon, 12 Apr 2021 18:45:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1618253122; bh=mawXYSh6eNcajH1P3AgMIeyVtwrpN/4s38ab6F6/ys8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1er7MOxgf1ugZiEtjVuIiKihRKT0JY4jsjFnhR2kOj/szOpUMtwrbzIbbSOFCEZgv XtJl+zsdk34WKIH63QM/3nIBSTGPKtmy4g26/r6YWHbcMdxl6PrTrc35a+ndwFLmVO 0n75s2xu3imSLs+IwJybYBwqkL9u2Bw6cZbmM50k= Date: Mon, 12 Apr 2021 20:45:19 +0200 From: "gregkh@linuxfoundation.org" To: Saeed Mirzamohammadi Cc: Lu Baolu , Camille Lu , David Woodhouse , Joerg Roedel , "iommu@lists.linux-foundation.org" , "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" Subject: Re: [PATCH 5.4 v2 1/1] iommu/vt-d: Fix agaw for a supported 48 bit guest address width Message-ID: References: <20210407184030.21683-1-saeed.mirzamohammadi@oracle.com> <036429a7-9924-7ed5-6be9-2bd087594e9b@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 12, 2021 at 06:25:44PM +0000, Saeed Mirzamohammadi wrote: > Hi Greg, > > This patch fixes an issue with the IOMMU driver and it only applies to 5.4, 4.19, and 4.14 stable kernels. May I know when this patch would be available in the stable kernels? > > Subject: iommu/vt-d: Fix agaw for a supported 48 bit guest address width > 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.