Message ID | 20240222090251.2849702-1-haifeng.zhao@linux.intel.com (mailing list archive) |
---|---|
Headers | show
Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) (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 DEBAD2261F; Thu, 22 Feb 2024 09:03:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.9 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708592594; cv=none; b=k5KV5aV8rAExnaE/s6lbfnYzvYY3/O4C9aqlBGY0le74G5xs8VLZ27XTFPKqcyPzsYIfvtBxXJqBdK3W3jsR+U9+5WZe6646lDtMmMorZ+N/j/JpB56viBfYX04fVfz2PNSKDDH9luMxl8jBXNtJOhTcSMvtLiZ6V2aOTEB6QUY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708592594; c=relaxed/simple; bh=IRW1uC71joWZcrsE1fj7twP6y+QOF1/7H0nNSSijBHE=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=TqK2vyooRo5kjy/ZpTXi2Z/P1p5Tiz4RwAe5eQ54H/EdN4vuvcFSsTXX8yzZfO8mJuIzMlCP6Aww3Fs/QU3aA5ioqsySRlXXOZWj8oOlCzOL3ePkayozuvSHuPEcvVZmWkC1C6n0iKqZ3JAyhIF10FZVy62obaWJxWvXSiwbZ+Q= 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=BxuuILld; arc=none smtp.client-ip=198.175.65.9 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="BxuuILld" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1708592593; x=1740128593; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=IRW1uC71joWZcrsE1fj7twP6y+QOF1/7H0nNSSijBHE=; b=BxuuILldvkA+T2BP089Np3g0FMvUtjSBkHSt0YkVHgDiPIvy+PCkjDEy tQdnzQ0JAjyJW24ZwRuYZP4s7uBe9WR0GzOXkIZgipEZPvuontUVL1QJk 0/DIDAUnpUpCHjF48c8aU1tG273a0WwyKb/DJy0pbhaMM5x+PVHg8y3W9 tIQEQoNUxOYwQVGRemEmjT8cHM2x7IIWgsYoCfsg1RvwPYK+iHMriwKHu Kjjoq3jF6gwiT5deQnt83PHhn6BwdZHRvyk6nfEqh4DC6b6QD+RpjGaKw kjLa/bQV/CBEX/QQT0e61mVxm4AIjufDFDZEIyCiK1kzstfdYe8m1JqxX A==; X-IronPort-AV: E=McAfee;i="6600,9927,10991"; a="25264404" X-IronPort-AV: E=Sophos;i="6.06,177,1705392000"; d="scan'208";a="25264404" Received: from orviesa003.jf.intel.com ([10.64.159.143]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Feb 2024 01:03:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,177,1705392000"; d="scan'208";a="10122584" Received: from unknown (HELO ply01-vm-store.amr.corp.intel.com) ([10.238.153.201]) by orviesa003.jf.intel.com with ESMTP; 22 Feb 2024 01:03:05 -0800 From: Ethan Zhao <haifeng.zhao@linux.intel.com> To: baolu.lu@linux.intel.com, bhelgaas@google.com, robin.murphy@arm.com, jgg@ziepe.ca Cc: kevin.tian@intel.com, dwmw2@infradead.org, will@kernel.org, lukas@wunner.de, yi.l.liu@intel.com, dan.carpenter@linaro.org, iommu@lists.linux.dev, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, Ethan Zhao <haifeng.zhao@linux.intel.com> Subject: [PATCH v13 0/3] fix vt-d hard lockup when hotplug ATS capable device Date: Thu, 22 Feb 2024 04:02:48 -0500 Message-Id: <20240222090251.2849702-1-haifeng.zhao@linux.intel.com> X-Mailer: git-send-email 2.31.1 Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: <linux-pci.vger.kernel.org> List-Subscribe: <mailto:linux-pci+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-pci+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
fix vt-d hard lockup when hotplug ATS capable device
|
expand
|