Message ID | 20250314012927.150860-1-jiangjianjun3@huawei.com |
---|---|
Headers | show
Received: from szxga05-in.huawei.com (szxga05-in.huawei.com [45.249.212.191]) (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 3E01B19BBA; Fri, 14 Mar 2025 01:10:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.191 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741914619; cv=none; b=nmygd7G5pEihcM4HxrydnZC2Sj+oItsRt680rxyOY24/Zh+CUsqA+ZwQHzlOqP9X8V6fqujX1i19n4m+H4gDl/A79xH/CrurXSbMegFuUCQuMB4bpb/MdZpFDOKEJl8Iy172hSmZ6NcynKMCgaTyf9zZRafSk7yIBkF/eApzzy8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741914619; c=relaxed/simple; bh=U9b17+vrHZAlxaSRneFeoxRMFEIhQuHvTEtE6ILow4M=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=qDn5URMf6l1hzpNQGo54qJqCrz1HTYwklgNa5nYR6wjR6JfkARfl/jzPRkzhkMzWdpz0AQbBnhusIrWYBRIfVW90+5Npy8hqBl60kx0Y7r75Ue7HAKjlDnX47c/s/QuwYGvVH0FOL/NC8ny6dTNJriuuRJ53Pa8aTtr89f+wq54= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=45.249.212.191 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.19.163.44]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4ZDR7x67yYz1R6jj; Fri, 14 Mar 2025 09:08:29 +0800 (CST) Received: from dggpemf500016.china.huawei.com (unknown [7.185.36.197]) by mail.maildlp.com (Postfix) with ESMTPS id B61BC14011D; Fri, 14 Mar 2025 09:10:11 +0800 (CST) Received: from localhost.localdomain (10.175.101.6) by dggpemf500016.china.huawei.com (7.185.36.197) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Fri, 14 Mar 2025 09:10:11 +0800 From: JiangJianJun <jiangjianjun3@huawei.com> To: <jejb@linux.ibm.com>, <martin.petersen@oracle.com>, <linux-scsi@vger.kernel.org> CC: <hare@suse.de>, <linux-kernel@vger.kernel.org>, <lixiaokeng@huawei.com>, <jiangjianjun3@huawei.com>, <hewenliang4@huawei.com>, <yangkunlin7@huawei.com> Subject: [RFC PATCH v3 00/19] scsi: scsi_error: Introduce new error handle mechanism Date: Fri, 14 Mar 2025 09:29:08 +0800 Message-ID: <20250314012927.150860-1-jiangjianjun3@huawei.com> X-Mailer: git-send-email 2.33.0 Precedence: bulk X-Mailing-List: linux-scsi@vger.kernel.org List-Id: <linux-scsi.vger.kernel.org> List-Subscribe: <mailto:linux-scsi+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-scsi+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To dggpemf500016.china.huawei.com (7.185.36.197) |
Series |
scsi: scsi_error: Introduce new error handle mechanism
|
expand
|