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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0F889C433EF for ; Thu, 30 Sep 2021 00:40:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EC100613A9 for ; Thu, 30 Sep 2021 00:40:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347526AbhI3AmU (ORCPT ); Wed, 29 Sep 2021 20:42:20 -0400 Received: from mga05.intel.com ([192.55.52.43]:59879 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244341AbhI3AmR (ORCPT ); Wed, 29 Sep 2021 20:42:17 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10122"; a="310618244" X-IronPort-AV: E=Sophos;i="5.85,334,1624345200"; d="scan'208";a="310618244" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Sep 2021 17:40:35 -0700 X-IronPort-AV: E=Sophos;i="5.85,334,1624345200"; d="scan'208";a="555162139" Received: from otcwcpicx3.sc.intel.com ([172.25.55.73]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Sep 2021 17:40:35 -0700 Date: Thu, 30 Sep 2021 00:40:28 +0000 From: Fenghua Yu To: Lu Baolu Cc: Thomas Gleixner , Ingo Molnar , Borislav Petkov , Peter Zijlstra , Andy Lutomirski , Dave Hansen , Tony Luck , Joerg Roedel , Josh Poimboeuf , Dave Jiang , Jacob Jun Pan , Ashok Raj , Ravi V Shankar , iommu@lists.linux-foundation.org, x86 , linux-kernel Subject: Re: [PATCH 1/8] iommu/vt-d: Clean up unused PASID updating functions Message-ID: References: <20210920192349.2602141-1-fenghua.yu@intel.com> <20210920192349.2602141-2-fenghua.yu@intel.com> <2f2ab378-9967-ff84-18f1-c48ddeb0ceb6@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2f2ab378-9967-ff84-18f1-c48ddeb0ceb6@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Baolu, On Wed, Sep 29, 2021 at 03:34:51PM +0800, Lu Baolu wrote: > On 2021/9/21 3:23, Fenghua Yu wrote: > > update_pasid() and its call chain are currently unused in the tree because > > Thomas disabled the ENQCMD feature. The feature will be re-enabled shortly > > using a different approach and update_pasid() and its call chain will not > > be used in the new approach. > > > > Remove the useless functions. > > > > Signed-off-by: Fenghua Yu > > Reviewed-by: Tony Luck > > Thanks for this cleanup. I have queued it for v5.16. Thank you for pushing this patch to 5.16! -Fenghua