RE: [PATCH 1/3] pm80xx : Fixed kernel panic during error recovery for SATA drive.

2019-07-08 Thread Deepak.Ukey
Hi Jack, Thanks for the patch, comment inline. On Mon, Jun 24, 2019 at 10:22 AM Deepak Ukey wrote: > > Disabling the SATA drive interface cause kernel panic. When the drive > Interface is disabled, device should be deregistered after aborting > all pending IO'

Re: [PATCH 1/3] pm80xx : Fixed kernel panic during error recovery for SATA drive.

2019-06-25 Thread Jinpu Wang
Hi Deepak, Thanks for the patch, comment inline. On Mon, Jun 24, 2019 at 10:22 AM Deepak Ukey wrote: > > Disabling the SATA drive interface cause kernel panic. When the drive > Interface is disabled, device should be deregistered after aborting > all pending IO's. Can you share the call trace for

[PATCH 1/3] pm80xx : Fixed kernel panic during error recovery for SATA drive.

2019-06-24 Thread Deepak Ukey
Disabling the SATA drive interface cause kernel panic. When the drive Interface is disabled, device should be deregistered after aborting all pending IO's. Signed-off-by: Deepak Ukey Signed-off-by: Viswas G --- drivers/scsi/pm8001/pm8001_sas.c | 6 +- drivers/scsi/pm8001/pm80xx_hwi.c | 2 +-