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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 257F3C433DB for ; Wed, 20 Jan 2021 12:39:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CB1462332B for ; Wed, 20 Jan 2021 12:39:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729924AbhATMjo (ORCPT ); Wed, 20 Jan 2021 07:39:44 -0500 Received: from mail.kernel.org ([198.145.29.99]:39776 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388835AbhATMIG (ORCPT ); Wed, 20 Jan 2021 07:08:06 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8622E23339; Wed, 20 Jan 2021 12:06:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1611144411; bh=j6xaRuX/+evv50PTBz0NflcJzFpdcyGQgGYXKX0GS9A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CXc3wAjB4TWuamYBWPQUOZY2c4omdr9uEBrlJ1ZRAb1uIqYqERIMbEER2O+u9VXsc l49aTSGH/h7oUCL9mjRd8xRWozhoXptttR4T2LWpE7AszGZpb0nTSFFfhNn1d+Pa0E 3ujn58JhypfXnCrpmIpbcBQyv3EP+VFhis6hj2Bc= Date: Wed, 20 Jan 2021 13:06:48 +0100 From: Greg KH To: David Woodhouse Cc: Joerg Roedel , Will Deacon , stable@vger.kernel.org, iommu , "Mendoza-jonas, Samuel" , "Sironi, Filippo" Subject: Re: [PATCH] iommu/vt-d: gracefully handle DMAR units with no supported address widths Message-ID: References: <549928db2de6532117f36c9c810373c14cf76f51.camel@infradead.org> <5414a3e3cdbd24ba707153584d13f06ed5dbba76.camel@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5414a3e3cdbd24ba707153584d13f06ed5dbba76.camel@infradead.org> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Jan 20, 2021 at 09:42:43AM +0000, David Woodhouse wrote: > On Thu, 2020-09-24 at 15:08 +0100, David Woodhouse wrote: > > From: David Woodhouse > > > > Instead of bailing out completely, such a unit can still be used for > > interrupt remapping. > > > > Signed-off-by: David Woodhouse > > Could we have this for stable too please, along with the trivial > subsequent fixup. They are: > > c40aaaac1018 ("iommu/vt-d: Gracefully handle DMAR units with no supported address widths") > 9def3b1a07c4 ("iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not built") > > They apply fairly straightforwardly when backported; let me know if you > want us to send patches. What stable kernel(s) do you want this in? The above patches are already in 5.10. thanks, greg k-h