From nobody Wed Dec 17 02:56:15 2025 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.15]) (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 2960125E800 for ; Fri, 28 Feb 2025 10:27:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.15 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740738434; cv=none; b=iZu7B0Jns7il7ifL5uU6SNTC+eBgwtGSZDTEok9SuHLdfyJIRh/eZKu5MyO1gAXPS0+NYBUHK+Tbod4iP+f+C+ftzPMdQP+UoF1q3EH7/PS4wSoHdkCxrWnA0eRGyAJlGGeqnc/FYJJ+WPHwwYBxHteA+6BtRR06Vmaxm5cBjlI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740738434; c=relaxed/simple; bh=Om3oLCN05RWCtxtm4YrmzKGpCrmY1yzTB9fpPxmib3g=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=F68TtM7DuomG6SrhcOSt9eeFp0AidfWDroO+1/Yc1qqvVS8L0/K0p4e5T5kxWWfeD3hZUvYLhsmFs9iZ73cDT9+rX2s5ulUfCDsZKOK72w6PtM7JPJOXGZzcvXP9P/I+/Sall2Y3f76tGyOaKYne5GlFCvknK/f6J4j+7Or33GE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=none smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=bmQwvXUG; arc=none smtp.client-ip=198.175.65.15 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="bmQwvXUG" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1740738433; x=1772274433; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Om3oLCN05RWCtxtm4YrmzKGpCrmY1yzTB9fpPxmib3g=; b=bmQwvXUGedZvaABVlE1KmHm15gpX9Wv7CAccheViUPep+3eTou16rs7h 2FibWEVPIwiobLSsKTVLcEjjWntK69GitZKYsVuM2c/sB5S5SBjdJ8JXg s+ZX/TFzULeZH7W+BuH2ZnZfBA6xT7j1+wYQENC1UopFHFRShjMBj4BXn iU9/INZOcUnk4Ll7zlen2kBPlc4YhCZifTTm4/7ETrv1gAI9bm61LyNmv xcqd989bHSZylA6z3cKmNq18TUXJfHMVYP03GUGA2uU+4+JJl6BCTQX/0 v1lEsggjJuMBEus7/PPCoDDz8w3OCdbPd45C3DKktftdCxN2GWjYKq018 w==; X-CSE-ConnectionGUID: AldFVKI0TCikjhfZG8SzLw== X-CSE-MsgGUID: uBKPmacISFueV7+8B7C4iA== X-IronPort-AV: E=McAfee;i="6700,10204,11358"; a="45313085" X-IronPort-AV: E=Sophos;i="6.13,322,1732608000"; d="scan'208";a="45313085" Received: from fmviesa005.fm.intel.com ([10.60.135.145]) by orvoesa107.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Feb 2025 02:27:13 -0800 X-CSE-ConnectionGUID: zD8sAYRQQfS1sHkhXnmZYw== X-CSE-MsgGUID: cwHuX5xzSg2CQAT9yIKvcg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.13,322,1732608000"; d="scan'208";a="121909451" Received: from allen-box.sh.intel.com ([10.239.159.52]) by fmviesa005.fm.intel.com with ESMTP; 28 Feb 2025 02:27:11 -0800 From: Lu Baolu To: Joerg Roedel Cc: Jerry Snitselaar , iommu@lists.linux.dev, linux-kernel@vger.kernel.org Subject: [PATCH 1/2] iommu/vt-d: Remove device comparison in context_setup_pass_through_cb Date: Fri, 28 Feb 2025 18:27:25 +0800 Message-ID: <20250228102726.3429268-2-baolu.lu@linux.intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250228102726.3429268-1-baolu.lu@linux.intel.com> References: <20250228102726.3429268-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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Jerry Snitselaar Remove the device comparison check in context_setup_pass_through_cb. pci_for_each_dma_alias already makes a decision on whether the callback function should be called for a device. With the check in place it will fail to create context entries for aliases as it walks up to the root bus. Fixes: 2031c469f816 ("iommu/vt-d: Add support for static identity domain") Closes: https://lore.kernel.org/linux-iommu/82499eb6-00b7-4f83-879a-e97b414= 4f576@linux.intel.com/ Cc: stable@vger.kernel.org Signed-off-by: Jerry Snitselaar Link: https://lore.kernel.org/r/20250224180316.140123-1-jsnitsel@redhat.com Signed-off-by: Lu Baolu --- drivers/iommu/intel/iommu.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/iommu/intel/iommu.c b/drivers/iommu/intel/iommu.c index cc46098f875b..4d8d4593c9c8 100644 --- a/drivers/iommu/intel/iommu.c +++ b/drivers/iommu/intel/iommu.c @@ -4378,9 +4378,6 @@ static int context_setup_pass_through_cb(struct pci_d= ev *pdev, u16 alias, void * { struct device *dev =3D data; =20 - if (dev !=3D &pdev->dev) - return 0; - return context_setup_pass_through(dev, PCI_BUS_NUM(alias), alias & 0xff); } =20 --=20 2.43.0