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 smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0A29EC433FE for ; Fri, 29 Apr 2022 07:54:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 7132B41C4D; Fri, 29 Apr 2022 07:54:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lFq2mgOSzE4s; Fri, 29 Apr 2022 07:54:08 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by smtp4.osuosl.org (Postfix) with ESMTPS id BF10841C84; Fri, 29 Apr 2022 07:54:07 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 81980C0032; Fri, 29 Apr 2022 07:54:07 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) by lists.linuxfoundation.org (Postfix) with ESMTP id B6B8FC002D for ; Fri, 29 Apr 2022 07:54:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id A328884002 for ; Fri, 29 Apr 2022 07:54:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp1.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=intel.com Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kBloCuh5Bs7M for ; Fri, 29 Apr 2022 07:54:05 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by smtp1.osuosl.org (Postfix) with ESMTPS id AC7C383FE4 for ; Fri, 29 Apr 2022 07:54:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651218845; x=1682754845; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=sZOMqFBA+sb3zh0RoDJhE1INTls5iHdZxwMbS5aX+wk=; b=mKFqM85G5rXS6U2dWlj7hsCI7U/uoFYCxcrJsK8hbpQ8xzZYGQnpHe97 wo07Q26xJ6GCQYbcJ7v/AwNoXklGwlKk4vsNItvclT3D99M6wIdSCEvzt tIsFqUw2Bq5yXSIBRpohL4IDYBqm3/9oebam6yzwSs/W7P4E9GovRkuN2 jOGE1NdIxZeGZK78ohjIjY/joPArb24zIKAOPJydhips6167I6TzI549l SytK6RevJogCjIm1nbNM1pv6Ps+208j+Ef/ApTNz+DmFbx3Nf1HGYNiBA BXwcxHujSQ+LECC/ETxmyaRnmWVT7p3bURgoMbL9GuEtOxmvYQeGSfx6g w==; X-IronPort-AV: E=McAfee;i="6400,9594,10331"; a="248498312" X-IronPort-AV: E=Sophos;i="5.91,297,1647327600"; d="scan'208";a="248498312" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2022 00:54:04 -0700 X-IronPort-AV: E=Sophos;i="5.91,297,1647327600"; d="scan'208";a="581971987" Received: from lye4-mobl.ccr.corp.intel.com (HELO [10.249.170.95]) ([10.249.170.95]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2022 00:53:59 -0700 Message-ID: <044595e6-e5d0-26c2-af8e-fc9d06906179@linux.intel.com> Date: Fri, 29 Apr 2022 15:53:57 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH v4 05/11] iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit Content-Language: en-US To: Jean-Philippe Brucker , Dave Hansen References: <76ec6342-0d7c-7c7b-c132-2892e4048fa1@intel.com> <22b659c7-e972-7a56-2bd7-8df3b4820d4e@intel.com> <8c044e49-74bb-df56-8a60-663013c0910e@intel.com> <63582490-a794-fd11-0380-44b27cc660b7@intel.com> From: Baolu Lu In-Reply-To: Cc: Fenghua Yu , Tony Luck , Ashok Raj , Ravi V Shankar , Peter Zijlstra , will@kernel.org, Dave Hansen , x86 , linux-kernel , iommu , Ingo Molnar , Borislav Petkov , Andy Lutomirski , Josh Poimboeuf , zhangfei.gao@linaro.org, Thomas Gleixner , robin.murphy@arm.com X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: iommu-bounces@lists.linux-foundation.org Sender: "iommu" On 2022/4/28 16:39, Jean-Philippe Brucker wrote: > On Tue, Apr 26, 2022 at 04:31:57PM -0700, Dave Hansen wrote: >> On 4/26/22 09:48, Jean-Philippe Brucker wrote: >>> On Tue, Apr 26, 2022 at 08:27:00AM -0700, Dave Hansen wrote: >>>> On 4/25/22 09:40, Jean-Philippe Brucker wrote: >>>>> The problem is that we'd have to request the device driver to stop DMA >>>>> before we can destroy the context and free the PASID. We did consider >>>>> doing this in the release() MMU notifier, but there were concerns about >>>>> blocking mmput() for too long (for example >>>>> https://lore.kernel.org/linux-iommu/4d68da96-0ad5-b412-5987-2f7a6aa796c3@amd.com/ >>>>> though I think there was a more recent discussion). We also need to drain >>>>> the PRI and fault queues to get rid of all references to that PASID. >>>> Is the concern truly about blocking mmput() itself? Or, is it about >>>> releasing the resources associated with the mm? >>> The latter I think, this one was about releasing pages as fast as possible >>> if the process is picked by the OOM killer. >> >> We're tying the PASID to the life of the mm itself, not the mm's address >> space. That means the PASID should be tied to >> mmgrab()/mmdrop()/mm->mm_count. >> >> The address space is what the OOM killer is after. That gets refcounted >> with mmget()/mmput()/mm->mm_users. The OOM killer is satiated by the >> page freeing done in __mmput()->exit_mmap(). >> >> Also, all the VMAs should be gone after exit_mmap(). So, even if >> vma->vm_file was holding a reference to a device driver, that reference >> should be gone by the time __mmdrop() is actually freeing the PASID. > > I agree with all that. The concern was about tearing down the PASID in the > IOMMU and device from the release() MMU notifier, which would happen in > exit_mmap(). But doing the teardown at or before __mmdrop() is fine. And > since the IOMMU drivers need to hold mm->mm_count anyway between bind() > and unbind(), I think Fenghua's fix works. But I didn't find mmgrab()/mmdrop() get called in both arm and intel IOMMU drivers. $ git grep mmgrab drivers/iommu/ [no output] Do we need to add these in a separated fix patch, or I missed anything here? Best regards, baolu _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu