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=-3.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,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 B542DC433ED for ; Mon, 12 Apr 2021 18:45:30 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5D49C6128D for ; Mon, 12 Apr 2021 18:45:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5D49C6128D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=iommu-bounces@lists.linux-foundation.org Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 2D03540265; Mon, 12 Apr 2021 18:45:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uE4ITNKFT9Jx; Mon, 12 Apr 2021 18:45:29 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp2.osuosl.org (Postfix) with ESMTP id 1D483400BA; Mon, 12 Apr 2021 18:45:29 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id EB05BC000B; Mon, 12 Apr 2021 18:45:28 +0000 (UTC) Received: from smtp4.osuosl.org (smtp4.osuosl.org [IPv6:2605:bc80:3010::137]) by lists.linuxfoundation.org (Postfix) with ESMTP id 0B8B9C000A for ; Mon, 12 Apr 2021 18:45:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id E084040304 for ; Mon, 12 Apr 2021 18:45:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp4.osuosl.org (amavisd-new); dkim=pass (1024-bit key) header.d=linuxfoundation.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GH2Iw6DYAkPv for ; Mon, 12 Apr 2021 18:45:22 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp4.osuosl.org (Postfix) with ESMTPS id 65F62402F7 for ; Mon, 12 Apr 2021 18:45:22 +0000 (UTC) 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 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-Disposition: inline In-Reply-To: Cc: Camille Lu , "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" , "iommu@lists.linux-foundation.org" , David Woodhouse X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: iommu-bounces@lists.linux-foundation.org Sender: "iommu" 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. _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu