From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.8bytes.org (mail.8bytes.org [85.214.250.239]) by smtp.subspace.kernel.org (Postfix) with ESMTP id F391914A8E for ; Mon, 22 May 2023 15:16:34 +0000 (UTC) Received: from 8bytes.org (p200300c2773e310086ad4f9d2505dd0d.dip0.t-ipconnect.de [IPv6:2003:c2:773e:3100:86ad:4f9d:2505:dd0d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id E7982248072; Mon, 22 May 2023 17:16:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1684768594; bh=DJnnHRFABOvNHxU+sM0/gzKHfwvuSdSM/0hnrDup9uw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ffl8I/IW7hHbYH3bgYzZcwYlHV8DpOJToHNvSdxK453EJWYyoOCM6MTxtSPMgKQel 3DsxkhhcTkSpvTQTkM2mU6wWiKp2i4c3eaahq+bigvlXeWll8+OlEDhHZ3Vsam5EuP xPpvy+oLHLB1mcif5fQaER0d3rwTKJBny6TZfmWVLVybIDICANpJGlu1RXuAN/ZFQa YwYp/lS8i1Yu1Dt/GHTabc7K/bDxlmP4MKuTCE687PFkjBEVxXcOhEw4mcmZ5SuVRQ xdlG3TuXHCBssftNCbQjK0vzFjHqehb2m32DYt0tW+LUp4Z7zlCy9+Ft6dyKZzfA1k AQpZra4UGiVKg== Date: Mon, 22 May 2023 17:16:32 +0200 From: Joerg Roedel To: Joao Martins Cc: iommu@lists.linux.dev, Suravee Suthikulpanit , Vasant Hegde , Will Deacon , Robin Murphy , Alejandro Jimenez , kvm@vger.kernel.org Subject: Re: [PATCH v3 0/2] iommu/amd: Fix GAM IRTEs affinity and GALog restart Message-ID: References: <20230419201154.83880-1-joao.m.martins@oracle.com> Precedence: bulk X-Mailing-List: iommu@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230419201154.83880-1-joao.m.martins@oracle.com> On Wed, Apr 19, 2023 at 09:11:52PM +0100, Joao Martins wrote: > Joao Martins (2): > iommu/amd: Don't block updates to GATag if guest mode is on > iommu/amd: Handle GALog overflows > > drivers/iommu/amd/amd_iommu.h | 1 + > drivers/iommu/amd/init.c | 24 ++++++++++++++++++++++++ > drivers/iommu/amd/iommu.c | 12 +++++++++--- > 3 files changed, 34 insertions(+), 3 deletions(-) Applied for 6.4, thanks.