From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 17DE6D514 for ; Mon, 18 Dec 2023 07:39:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="m9TMXCM0" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1702885175; x=1734421175; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=GEmWAWVomHWCdUBZyAIApou36iIe4S6MFVaagJvlxvs=; b=m9TMXCM0H2C5rKUwZmutR3Kpy/4Ow4RFFqaz4jPM43/Pk/0r1Q6TUcSA Hx2Meev5VNDu/eeeT98QVwZb0p4MwP5Z5maJSGsVAfMNWLUzddzw9+jXJ kUkjBn+4W3K4ZpZavpLITP5SapatK6Vz7rOQvvN/gVlBQB/jAr+bsoM+L z7I2lFQF1DeYbNEaL00FxHs1/DwFJ304rmTrk50JgVZJIi6iYrCE75mKL FWWvXUUEf+dyL3hZeFVZH3BgMwPc0firfOZlnv897rzSkpzp0ODeSWr9g 3O2Ke3ErRrcBPZhY2HsXCJFpQmQm+barCJsT/9xX9YRISVF09iyWKA9Y+ A==; X-IronPort-AV: E=McAfee;i="6600,9927,10927"; a="459793919" X-IronPort-AV: E=Sophos;i="6.04,284,1695711600"; d="scan'208";a="459793919" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Dec 2023 23:39:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10927"; a="893723241" X-IronPort-AV: E=Sophos;i="6.04,284,1695711600"; d="scan'208";a="893723241" Received: from allen-box.sh.intel.com ([10.239.159.127]) by fmsmga002.fm.intel.com with ESMTP; 17 Dec 2023 23:39:31 -0800 From: Lu Baolu To: Joerg Roedel Cc: iommu@lists.linux.dev, linux-kernel@vger.kernel.org Subject: [PATCH 0/4] [PULL REQUEST] Intel IOMMU updates for Linux v6.8 Date: Mon, 18 Dec 2023 15:34:41 +0800 Message-Id: <20231218073445.142401-1-baolu.lu@linux.intel.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: iommu@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hi Joerg, The following patches have been queued for v6.8: - Cleanup and refactoring All patches are based on v6.7-rc6. The series is also available at: https://github.com/LuBaolu/intel-iommu/commits/vtd-update-for-v6.8 Please consider them for the next branch. Best regards, Baolu Lu Baolu (4): iommu/vt-d: Refactor device_to_iommu() to retrieve iommu directly iommu/vt-d: Remove unused parameter of intel_pasid_setup_pass_through() iommu/vt-d: Remove unused vcmd interfaces iommu/vt-d: Move inline helpers to header files drivers/iommu/intel/iommu.h | 179 +++++++++++++++++++++- drivers/iommu/intel/pasid.h | 223 +++++++++++++++++++++++++-- drivers/iommu/intel/debugfs.c | 3 - drivers/iommu/intel/iommu.c | 239 +++-------------------------- drivers/iommu/intel/pasid.c | 274 +--------------------------------- drivers/iommu/intel/svm.c | 20 +-- 6 files changed, 415 insertions(+), 523 deletions(-) -- 2.34.1