From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.8bytes.org (mail.8bytes.org [85.214.250.239]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 6BF7026136D for ; Mon, 28 Apr 2025 11:05:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=85.214.250.239 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745838309; cv=none; b=FW3knKUGQIsG/xb4Wiba4fld30OffRdZ+cDDlZ8AC0ihNWQ5L6F2ZFWANfMKjtVqyM20o0Dr69a9FbQHsp/N+qf3XDosI0ZVwFTeeDpKy7gpGqnJ5bq+K+ImI6cMes8rqSlUHn9AI1QOpiTcIAWrabMgtPZSZfaqrLOkQrhRrdQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745838309; c=relaxed/simple; bh=bqBEy1pjrZkJZH4HVMstyRULaGNN46KRsmnDIVHBgp0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=QyIY/GTl+kUjB2WsobZCgmJTMOmGJLacQ/mdSzoNskthkNmS3vfN0mpmCn2ytDCFFOpjpBv6VsLT5tsOSWDiAoq+ql4EVF2hvtTzNr7a2g+7/8Za81NSCMckFfckByc7beacLhtMpyvfIM39fNTEXrqv1AQUNjdvWXVujFAeSqw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=8bytes.org; spf=pass smtp.mailfrom=8bytes.org; dkim=pass (2048-bit key) header.d=8bytes.org header.i=@8bytes.org header.b=YG5PiWxd; arc=none smtp.client-ip=85.214.250.239 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=8bytes.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=8bytes.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=8bytes.org header.i=@8bytes.org header.b="YG5PiWxd" Received: from 8bytes.org (p4ffe03ae.dip0.t-ipconnect.de [79.254.3.174]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id 0E0A049648; Mon, 28 Apr 2025 13:05:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1745838306; bh=bqBEy1pjrZkJZH4HVMstyRULaGNN46KRsmnDIVHBgp0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YG5PiWxd3YffeFLcyzRv61sn/383feozlcfTgQvLPpb8F35fecTZANNxCIR8SHgvG ajHsE4Oc2IQvYE8zVIindtBE5uYglz9+bEcu9fmg5b9I73Bftl+OpMIPO2CKGQiI9p Kuw6Mkmm6G7w6PsJoZX6/doliaVPIglFqzdRIbALiN5Qw/3VOEh2uWacu6CbG2qOfg p1qTVO+QwxVzzU9gOe9HHr7lOh8D0eXoe4r48/NvBpn+uMPueK6xsjJLMmsLXRcnhz +b6rdkBKvqb6/VH2mWiNfDgCknp5b7weMPo8WYn5rKPm0YSB1rbIWERbuLiEUSd5gU BHZ3iwa4gCzJQ== Date: Mon, 28 Apr 2025 13:05:04 +0200 From: Joerg Roedel To: Lu Baolu Cc: Will Deacon , Robin Murphy , Jason Gunthorpe , Kevin Tian , Dave Jiang , Vinod Koul , Fenghua Yu , Zhangfei Gao , Zhou Wang , iommu@lists.linux.dev, linux-kernel@vger.kernel.org, Jason Gunthorpe Subject: Re: [PATCH v5 0/8] iommu: Remove IOMMU_DEV_FEAT_SVA/_IOPF Message-ID: References: <20250418080130.1844424-1-baolu.lu@linux.intel.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250418080130.1844424-1-baolu.lu@linux.intel.com> On Fri, Apr 18, 2025 at 04:01:22PM +0800, Lu Baolu wrote: > Jason Gunthorpe (2): > iommu/arm-smmu-v3: Put iopf enablement in the domain attach path > iommu: Remove IOMMU_DEV_FEAT_SVA > > Lu Baolu (6): > iommu/vt-d: Put iopf enablement in domain attach path > iommufd/selftest: Put iopf enablement in domain attach path > dmaengine: idxd: Remove unnecessary IOMMU_DEV_FEAT_IOPF > uacce: Remove unnecessary IOMMU_DEV_FEAT_IOPF > iommufd: Remove unnecessary IOMMU_DEV_FEAT_IOPF > iommu: Remove iommu_dev_enable/disable_feature() Applied, thanks.