From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id A664F3A1CC for ; Mon, 5 Feb 2024 15:32:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707147168; cv=none; b=uFqlXWXyQR8CeFj0tO/bzlSw4vyAtMeMGZWGylIBdiarBuzgqNxTj7zl/BZdf6baH/vBUVCKCOLIH5ytnn0sRYt/aws8GntIwC9Q0Yz+EqkX2sweHXtWwHSCxYebAB85tR5F0+gYdL87oBKNSb0MBk2hXJjOeirKVY9bN+WeIvA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707147168; c=relaxed/simple; bh=KmaKj/FrqhODuXe1TaDfgqvAe8TWKw+amUWGmKbLRCU=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=ButnB937uNJqO88QJlmLS+ITrpGqFT3pdMb/36T73MUYGUIAmlXhImOF3zBEaZ3ORR593sewAzx5cQ4cgxlH6Yq/6W1Sv9sMOk+5KE9fPfmZaPRakq5hg5DvPv4U/08oIarFbOWWrh6gRaK4jcSdfl2vnZxLZxcdfEJY1fdP1sQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id CF7771FB; Mon, 5 Feb 2024 07:33:28 -0800 (PST) Received: from e121345-lin.cambridge.arm.com (e121345-lin.cambridge.arm.com [10.1.196.40]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 05AD03F5A1; Mon, 5 Feb 2024 07:32:44 -0800 (PST) From: Robin Murphy To: joro@8bytes.org Cc: will@kernel.org, pasha.tatashin@soleen.com, iommu@lists.linux.dev, linux-kernel@vger.kernel.org, linux-mm@kvack.org, rientjes@google.com, yosryahmed@google.com, john.g.garry@oracle.com Subject: [PATCH v3 0/3] iommu/iova: use named kmem_cache for iova magazines Date: Mon, 5 Feb 2024 15:32:38 +0000 Message-Id: X-Mailer: git-send-email 2.39.2.101.g768bb238c484.dirty Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hi all, I decided that Pasha's patch[1] was a good excuse to tackle a bit more cleanup of the existing IOVA code, so it can fit in more neatly. Thus to save time and effort I've taken the liberty of putting together this mini-series as the version I'd like to merge. Cheers, Robin. [1] https://lore.kernel.org/linux-iommu/20240202192820.536408-1-pasha.tatashin@soleen.com/ Pasha Tatashin (1): iommu/iova: use named kmem_cache for iova magazines Robin Murphy (2): iommu/iova: Tidy up iova_cache_get() failure iommu/iova: Reorganise some code drivers/iommu/iova.c | 143 +++++++++++++++++++++++-------------------- 1 file changed, 76 insertions(+), 67 deletions(-) -- 2.39.2.101.g768bb238c484.dirty