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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no 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 0A608C43463 for ; Thu, 17 Sep 2020 23:53:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B782920789 for ; Thu, 17 Sep 2020 23:53:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726219AbgIQXxY (ORCPT ); Thu, 17 Sep 2020 19:53:24 -0400 Received: from mga09.intel.com ([134.134.136.24]:46021 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725987AbgIQXxY (ORCPT ); Thu, 17 Sep 2020 19:53:24 -0400 IronPort-SDR: 7UPBVnYBqnil0lHPd+4+kK5kmHQaV6PEwSQYcOi1j1OReOeviEDXINvW5nhC3rglB60Xn+km4B T+agYHtd3+Uw== X-IronPort-AV: E=McAfee;i="6000,8403,9747"; a="160744470" X-IronPort-AV: E=Sophos;i="5.77,272,1596524400"; d="scan'208";a="160744470" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Sep 2020 16:53:20 -0700 IronPort-SDR: Nr+0mGubviR84swXz/m+U+I6g2bFEXpFYPMqMU7WZWTG1kByWVYLJaKP8s9IKEEkHsHSW/00G0 uzHsiXwh/nQQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,272,1596524400"; d="scan'208";a="332358452" Received: from otcwcpicx6.sc.intel.com ([172.25.55.29]) by fmsmga004.fm.intel.com with ESMTP; 17 Sep 2020 16:53:18 -0700 Date: Thu, 17 Sep 2020 23:53:17 +0000 From: Fenghua Yu To: Joerg Roedel Cc: Fenghua Yu , Thomas Gleixner , Borislav Petkov , Ingo Molnar , H Peter Anvin , Andy Lutomirski , Jean-Philippe Brucker , Christoph Hellwig , Peter Zijlstra , David Woodhouse , Lu Baolu , Dave Hansen , Tony Luck , Randy Dunlap , Ashok Raj , Jacob Jun Pan , Dave Jiang , Sohil Mehta , Ravi V Shankar , iommu@lists.linux-foundation.org, x86 , linux-kernel Subject: Re: [PATCH v8 0/9] x86: tag application address space for devices Message-ID: <20200917235317.GA443277@otcwcpicx6.sc.intel.com> References: <1600187413-163670-1-git-send-email-fenghua.yu@intel.com> <20200916080510.GA32552@8bytes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200916080510.GA32552@8bytes.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Joerg, On Wed, Sep 16, 2020 at 10:06:02AM +0200, Joerg Roedel wrote: > On Tue, Sep 15, 2020 at 09:30:04AM -0700, Fenghua Yu wrote: > > Ashok Raj (1): > > Documentation/x86: Add documentation for SVA (Shared Virtual > > Addressing) > > > > Fenghua Yu (7): > > drm, iommu: Change type of pasid to u32 > > iommu/vt-d: Change flags type to unsigned int in binding mm > > x86/cpufeatures: Enumerate ENQCMD and ENQCMDS instructions > > x86/msr-index: Define IA32_PASID MSR > > mm: Define pasid in mm > > x86/cpufeatures: Mark ENQCMD as disabled when configured out > > x86/mmu: Allocate/free PASID > > > > Yu-cheng Yu (1): > > x86/fpu/xstate: Add supervisor PASID state for ENQCMD feature > > For the IOMMU bits: > > Acked-by: Joerg Roedel Thank you! -Fenghua