Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 439BEC433EF for ; Fri, 17 Dec 2021 08:31:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233827AbhLQIbT (ORCPT ); Fri, 17 Dec 2021 03:31:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43998 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231536AbhLQIbS (ORCPT ); Fri, 17 Dec 2021 03:31:18 -0500 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2E4FAC061574 for ; Fri, 17 Dec 2021 00:31:18 -0800 (PST) Received: by theia.8bytes.org (Postfix, from userid 1000) id D6B4536D; Fri, 17 Dec 2021 09:31:16 +0100 (CET) Date: Fri, 17 Dec 2021 09:31:15 +0100 From: Joerg Roedel To: Maxim Levitsky Cc: linux-kernel@vger.kernel.org, David Woodhouse , Suravee Suthikulpanit , Thomas Gleixner , "open list:AMD IOMMU (AMD-VI)" , Will Deacon Subject: Re: [PATCH 0/5] iommu/amd: fixes for suspend/resume Message-ID: References: <20211123161038.48009-1-mlevitsk@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211123161038.48009-1-mlevitsk@redhat.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 23, 2021 at 06:10:33PM +0200, Maxim Levitsky wrote: > Maxim Levitsky (5): > iommu/amd: restore GA log/tail pointer on host resume > iommu/amd: x2apic mode: re-enable after resume > iommu/amd: x2apic mode: setup the INTX registers on mask/unmask > iommu/amd: x2apic mode: mask/unmask interrupts on suspend/resume > iommu/amd: remove useless irq affinity notifier > > drivers/iommu/amd/amd_iommu_types.h | 2 - > drivers/iommu/amd/init.c | 107 +++++++++++++++------------- > 2 files changed, 58 insertions(+), 51 deletions(-) Applied for v5.17, thanks.