From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756436AbcKWJOL (ORCPT ); Wed, 23 Nov 2016 04:14:11 -0500 Received: from mail-qk0-f176.google.com ([209.85.220.176]:36473 "EHLO mail-qk0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756232AbcKWJNy (ORCPT ); Wed, 23 Nov 2016 04:13:54 -0500 MIME-Version: 1.0 In-Reply-To: References: <1478522920-108145-1-git-send-email-john.garry@huawei.com> <1478522920-108145-2-git-send-email-john.garry@huawei.com> From: Zhangfei Gao Date: Wed, 23 Nov 2016 17:13:52 +0800 Message-ID: Subject: Re: [PATCH 01/11] hisi_sas: add v2 hw support for ECC and AXI bus fatal error To: John Garry Cc: martin.petersen@oracle.com, jejb@linux.vnet.ibm.com, linux-scsi@vger.kernel.org, linuxarm@huawei.com, "linux-kernel@vger.kernel.org" , John Garry , Xiang Chen Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 23, 2016 at 4:59 PM, John Garry wrote: > On 16/11/2016 01:47, Zhangfei Gao wrote: >> >> On Mon, Nov 7, 2016 at 8:48 PM, John Garry wrote: >>> >>> From: Xiang Chen Reviewed-by: Zhangfei Gao >>> >>> For ECC 1bit error, logic can recover it, so we only print >>> a warning. >>> For ECC multi-bit and AXI bus fatal error, we panic. >> >> >> Is it possible to recover via resetting phy and device etc instead of >> panic? >> >> Thanks >> >> > > > Hi Zhangfei, > > We are actually now working on supporting controller reset for certain > AXI/ECC errors, so that we will not need to panic. Got it, thanks for the info. Thanks