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=-2.6 required=3.0 tests=DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,T_DKIM_INVALID, URIBL_BLOCKED,USER_AGENT_NEOMUTT 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 13FFDC3279B for ; Fri, 6 Jul 2018 12:44:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C2DB123E47 for ; Fri, 6 Jul 2018 12:44:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=8bytes.org header.i=@8bytes.org header.b="GjRNgXYA" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C2DB123E47 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=8bytes.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933056AbeGFMoQ (ORCPT ); Fri, 6 Jul 2018 08:44:16 -0400 Received: from 8bytes.org ([81.169.241.247]:53906 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932783AbeGFMoP (ORCPT ); Fri, 6 Jul 2018 08:44:15 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id DC4821F0; Fri, 6 Jul 2018 14:44:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=8bytes.org; s=mail-1; t=1530881053; bh=86LMX9DtvGJREyThoSZy0gRdDcCn9v44/bFgoPW1J5k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GjRNgXYAWtzVeA7YOnzzgxsLLh6Lx6C0O5ZRdxcCz+myzI+UTCRkRSp2x3oRwXNUx 4Lt605J6POdh+hbd5BGhP5ZmMY99p069I9Ao0wlTvau8IPUcycTio8UtxVyL+qym1Q 9TrHR7vL53Zi7SgQITgsfc2JQ9SmNeN1lAx+SkxRcDNsC6gi7U36LdMyeDMzAw6P0B wmectmqu7QOz3GcxETpmuOhCJjqRtbRRd7tnuXHwitIrlLGsI7lxJ56/D9rC6Qfj2x OSObbPM7oW8AdNfwj6oQts/wmd+xydm4trvloEM4wQMixvT6eCtvPlkE7Rci55J93z GzV33TScGhSMQ== Date: Fri, 6 Jul 2018 14:44:09 +0200 From: Joerg Roedel To: Suravee Suthikulpanit Cc: iommu@lists.linux-foundation.org, x86@kernel.org, linux-kernel@vger.kernel.org, jroedel@suse.de Subject: Re: [PATCH v2 0/3] iommu/amd: Enable x2APIC support Message-ID: <20180706124409.niaezjmo4unqnmpl@8bytes.org> References: <1530113482-85632-1-git-send-email-suravee.suthikulpanit@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1530113482-85632-1-git-send-email-suravee.suthikulpanit@amd.com> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 27, 2018 at 10:31:19AM -0500, Suravee Suthikulpanit wrote: > Changes from V1 (https://lkml.org/lkml/2018/6/22/645): > * 3/3: Declare the variable amd_iommu_xt_mode as static (per kbuild test robot) > > Suravee Suthikulpanit (3): > x86: irq_remapping: Move irq remapping mode enum > iommu/amd: Add support for higher 64-bit IOMMU Control Register > iommu/amd: Add support for IOMMU XT mode Applied, thanks Suravee.