Message ID | 20240412070715.16160-1-kobayashi.da-06@fujitsu.com (mailing list archive) |
---|---|
Headers | show
Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) (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 6464E535D9; Fri, 12 Apr 2024 07:05:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=139.138.37.100 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712905559; cv=none; b=lF8MOSCUQyE+XssY9JlWcXbYXlKWq16xTE2D7aK49EoPL3HUy3sp0loQkyldXAllpPtjhNt5V8EpApHsMzkJx0oFclcDQI5t0O/vLm0VcyWCVth0u0ikAUKoyQTvckYaWFaDeh3dKzHEFU1LxS5ubwBAMjp4dUJa2DOy9yJPTAk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712905559; c=relaxed/simple; bh=MuwZ4QGBj00cHFsWkfe7gM7AReZ7jIo+a4s+rimS/vo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=mD5aKSWFhpFOTwdRdp6lADkD2hraJ/5p07WImKjitKh/rzYWUB+PdyxqQt05OQg8MT61GSZCihPBHGgu0ehVVzlz8jiaQyESzwua3NIPZp1X2mBRcNI6hC1eOUiSV5JDXYXzhYc900rL0vWGbnn3x5fmISdBczX6+lSEw+xxqlA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=fujitsu.com; spf=pass smtp.mailfrom=fujitsu.com; dkim=pass (2048-bit key) header.d=fujitsu.com header.i=@fujitsu.com header.b=PVKy9dli; arc=none smtp.client-ip=139.138.37.100 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=fujitsu.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=fujitsu.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=fujitsu.com header.i=@fujitsu.com header.b="PVKy9dli" DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1712905556; x=1744441556; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=MuwZ4QGBj00cHFsWkfe7gM7AReZ7jIo+a4s+rimS/vo=; b=PVKy9dli9NxSnSDy1HYk4wAAQs1o45v2BREOduhiLVqhlAoRlo+HzUty v4TcEpeg+fin0+jfCv/Iwi8ecra+Mi5UNonrLhCRnWSAowOkGjTWlzfuG l4pOaEFe9t8b2OSfvJtXR2XF5G5Wlibcl8K29axqRG/OAVLoToVh6FG+U jzVoAEn1/so9BMK/6A9tw1wyWpEUvZWVbPM6jsUt0igWngWCQFPYmD06V tE/RT8SDDM0vkwfDhMFxIXlOp02tpuZp6Vj6yEX1Kcf25xscOTNeSOFSN L5Wn65gJ1EosDvBZV0hV5jonMq+yQNHBWW4HKm4BswmOYs44TL8KddaFw g==; X-IronPort-AV: E=McAfee;i="6600,9927,11041"; a="134678094" X-IronPort-AV: E=Sophos;i="6.07,195,1708354800"; d="scan'208";a="134678094" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Apr 2024 16:04:43 +0900 Received: from yto-m3.gw.nic.fujitsu.com (yto-nat-yto-m3.gw.nic.fujitsu.com [192.168.83.66]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 62DEAE8547; Fri, 12 Apr 2024 16:04:41 +0900 (JST) Received: from m3002.s.css.fujitsu.com (msm3.b.css.fujitsu.com [10.128.233.104]) by yto-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id AC21C16647; Fri, 12 Apr 2024 16:04:40 +0900 (JST) Received: from cxl-test.. (unknown [10.118.236.45]) by m3002.s.css.fujitsu.com (Postfix) with ESMTP id 834C9209C7C0; Fri, 12 Apr 2024 16:04:40 +0900 (JST) From: "Kobayashi,Daisuke" <kobayashi.da-06@fujitsu.com> To: kobayashi.da-06@jp.fujitsu.com, linux-cxl@vger.kernel.org Cc: y-goto@fujitsu.com, linux-pci@vger.kernel.org, mj@ucw.cz, dan.j.williams@intel.com, "Kobayashi,Daisuke" <kobayashi.da-06@fujitsu.com> Subject: [PATCH v5 0/2] cxl: Export cxl1.1 device link status to sysfs Date: Fri, 12 Apr 2024 16:07:13 +0900 Message-ID: <20240412070715.16160-1-kobayashi.da-06@fujitsu.com> X-Mailer: git-send-email 2.44.0 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 X-TM-AS-GCONF: 00 |
Series |
cxl: Export cxl1.1 device link status to sysfs
|
expand
|