Received: by 2002:a25:ef43:0:0:0:0:0 with SMTP id w3csp529527ybm; Fri, 29 May 2020 06:13:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyBd5jesHZZiV8YAKOl7fCmtvCsZKsdQQDYw4nUM073KhE/N8JPQCtV5g/la+8Fc0CespFN X-Received: by 2002:a17:906:3952:: with SMTP id g18mr7337317eje.191.1590757984258; Fri, 29 May 2020 06:13:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590757984; cv=none; d=google.com; s=arc-20160816; b=UQkjZ4POXaSiMjFOK4pHdDjiHlwiisL+bllhAZSW157saU/ABviixf/b78vvvOlY0Z MMHfFoIOjzfeTVULJofoq4WVLNgL9ScnMQOuF1M7xyl9PqrBiZOqLjJjRETMIG2OtonG tG0eCjzwWvj+ihwbIxyz73EaTKdZLsKjobKXEKDhzLRM/pWpDAQ3dwgFv8kn6LmdrxtD fDFizeYCm6rqkHE4gCstbNu9TP+6b94BH4e5D/NxGBbkO6/2mKMsXNs4C6BH6H60VM7H 83EDDqPT3AWK20qHg8IiLYAQDiDgewieuHCeaKBej4fYx7tm1Kyno2t5YSqV8xAe4+Gq /6xQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=Yo16uWD+OX3xX3FvpitIASKycmO6ntVCEoMeY2qSJQQ=; b=wAx68qykGp65aiRNzEiEp9Fr2rHdZD9eSpWZwUfVW9UewoLl/2WkHgn7YPNb9mMshx eQsq15Xp34g6/6SRoY7LadKZpuywyRFDZJqzV4IOk/Mu/iPHaujlmPhyrcbcR8LgvArK emkxaOBZA7P296iBd93AynX359LH40pnJazJtMnPT4q95Tz5OmCjC6wJvqd8B2O9C6SC eLatEBNLpaqUZmsw0XwJcqETGKaSoovmq/2TCku+QRejD0iMmuH/mC/gMY7nD9GRziWI 4+SmOGtlPeXz2rlQHmy/ZB3SE1zQJYROKbpr3FtJsjmjFHWSexWW8jME/CLE1/RcT8mf 9ryQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id rh10si5423560ejb.678.2020.05.29.06.12.40; Fri, 29 May 2020 06:13:04 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726827AbgE2NIk (ORCPT + 99 others); Fri, 29 May 2020 09:08:40 -0400 Received: from 8bytes.org ([81.169.241.247]:45362 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726518AbgE2NIk (ORCPT ); Fri, 29 May 2020 09:08:40 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id 14C65327; Fri, 29 May 2020 15:08:39 +0200 (CEST) Date: Fri, 29 May 2020 15:08:37 +0200 From: Joerg Roedel To: Suravee Suthikulpanit Cc: linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, jroedel@suse.de Subject: Re: [PATCH 00/10] iommu/amd: Updates and Cleanups Message-ID: <20200529130837.GC14598@8bytes.org> References: <20200527115313.7426-1-joro@8bytes.org> <855af88c-66b2-29c1-a184-40d52592e38e@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <855af88c-66b2-29c1-a184-40d52592e38e@amd.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 29, 2020 at 07:15:13PM +0700, Suravee Suthikulpanit wrote: > Thank you for cleaning up. > > Reviewed-by: Suravee Suthikulpanit Thanks for you review, Suravee. Patches are now applied.