Message ID | 20250122022446.2898248-1-hayashi.kunihiko@socionext.com (mailing list archive) |
---|---|
Headers | show
Received: from mx.socionext.com (mx.socionext.com [202.248.49.38]) by smtp.subspace.kernel.org (Postfix) with ESMTP id A6866148857; Wed, 22 Jan 2025 02:24:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=202.248.49.38 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737512702; cv=none; b=jAfDcMYIvhHjTSeRgS4DYg9R8hBc6EXQwXe2dOThj7dC+9X+PjeioRf1s6Mi4vnEHJPpomzUKogF7D4hfK6hnHYFZX1BNCP5lc4AD/7SdqcEmdlDC2svzygn063p4HrzT3IYB7RKPiG5eNnRD7trIFNP08cb025UH+BOBiR5sF0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737512702; c=relaxed/simple; bh=FM7Z9l2VSkl6cp6dkU9cBS8hXVDU4nsxcEZVla+EyCo=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=A2bj1GWDWshbIPcTTIheur1hY0x5E9qmGHFOfXnze/kpeBv4aiVDTu/ZMBFrjKoRZxeV1kwHJgM5JVNzKIFzNZLA/pQ3MbNq/Qw+Vhv0hTyGljs2dVqXLojjuFeMFEI3FHgI9CDhPLVVbNxnuMJUJM+pcliJFLDE+eIV3gfvpbM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=socionext.com; spf=pass smtp.mailfrom=socionext.com; arc=none smtp.client-ip=202.248.49.38 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=socionext.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=socionext.com Received: from unknown (HELO iyokan2-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 22 Jan 2025 11:24:52 +0900 Received: from mail.mfilter.local (mail-arc02.css.socionext.com [10.213.46.40]) by iyokan2-ex.css.socionext.com (Postfix) with ESMTP id 5EFC82009097; Wed, 22 Jan 2025 11:24:52 +0900 (JST) Received: from kinkan2.css.socionext.com ([172.31.9.51]) by m-FILTER with ESMTP; Wed, 22 Jan 2025 11:24:52 +0900 Received: from plum.e01.socionext.com (unknown [10.212.245.39]) by kinkan2.css.socionext.com (Postfix) with ESMTP id 69399C3C1E; Wed, 22 Jan 2025 11:24:51 +0900 (JST) From: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> To: =?unknown-8bit?q?Manivannan_Sadhasivam_=3Cmanivannan=2Esadhasivam=40lina?= =?unknown-8bit?q?ro=2Eorg=3E=2C_Krzysztof_Wilczy=8F=AB=CDski__=3Ckw=40linux?= =?unknown-8bit?q?=2Ecom=3E=2C_Kishon_Vijay_Abraham_I_=3Ckishon=40kernel=2Eo?= =?unknown-8bit?q?rg=3E=2C_Arnd_Bergmann_=3Carnd=40arndb=2Ede=3E=2C_Greg_Kro?= =?unknown-8bit?q?ah-Hartman_=3Cgregkh=40linuxfoundation=2Eorg=3E=2C_Lorenzo?= =?unknown-8bit?q?_Pieralisi_=3Clpieralisi=40kernel=2Eorg=3E=2C_Gustavo_Pime?= =?unknown-8bit?q?ntel_=3Cgustavo=2Epimentel=40synopsys=2Ecom=3E?= Cc: Bjorn Helgaas <helgaas@kernel.org>, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Subject: [PATCH v2 0/3] Fix some issues related to an interrupt type in pci_endpoint_test Date: Wed, 22 Jan 2025 11:24:43 +0900 Message-Id: <20250122022446.2898248-1-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.25.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 some issues related to an interrupt type in pci_endpoint_test
|
expand
|