Re: [BUG] hpsa: Controller lockup detected: 0x00150028

2015-08-24 Thread Don Brace
On 08/24/2015 05:02 AM, Wouter Depuydt wrote: Wouter Depuydt wouter.depuydt at gmail.com writes: -Original Message- From: Peter Zijlstra [mailto:peterz at infradead.org] Sent: Friday, May 22, 2015 11:40 AM To: Tomas Henzl Cc: Oelke, Mark; don.brace at pmcs.com; ISS StorageDev;

Re: isci, INTx mode, race condition

2015-08-24 Thread Artur Paszkiewicz
On 08/19/2015 06:01 PM, Stefan Fausser wrote: Dear all, attached are two patches for the isci module (CONFIG_SCSI_ISCI). Both patches apply to the current Linux kernel, retrieved by GIT (4.2.0-rc7). The first patch (init.patch) is for reproducing the problem with the Intel(R) C600 SAS

Re: IO failures with SMR drives at latest kernel versions

2015-08-24 Thread Hannes Reinecke
On 08/22/2015 07:37 AM, Anatol Pomozov wrote: Hi I recently got 2 Seagate 8Tb drives. 'dd' over whole disc ran fine. Then I inserted into my RAID and started rebalancing. I've got following error almost immediately: ata5.00: failed command: WRITE FPDMA QUEUED ata5.00: cmd

Re: IO failures with SMR drives at latest kernel versions

2015-08-24 Thread Hannes Reinecke
On 08/22/2015 07:23 PM, Anatol Pomozov wrote: Hi On Fri, Aug 21, 2015 at 10:37 PM, Anatol Pomozov anatol.pomo...@gmail.com wrote: Discs are from different batches and I was a bit surprised to see identical failures at the same time. I was ready send the drives to RMA but then I discovered

Re: [PATCH v2 6/8] scsi: ufs: make the UFS variant a platform device

2015-08-24 Thread ygardi
O n Aug 20, 2015 6:59 AM, Yaniv Gardi yga...@codeaurora.org wrote: This change turns the UFS variant (SCSI_UFS_QCOM) into a UFS a platform device. In order to do so a few additional changes are required: 1. The ufshcd-pltfrm is no longer serves as a platform device. Now it only serves

Re: IO failures with SMR drives at latest kernel versions

2015-08-24 Thread Anatol Pomozov
Hi On Sun, Aug 23, 2015 at 11:15 PM, Hannes Reinecke h...@suse.de wrote: On 08/22/2015 07:23 PM, Anatol Pomozov wrote: Hi On Fri, Aug 21, 2015 at 10:37 PM, Anatol Pomozov anatol.pomo...@gmail.com wrote: Discs are from different batches and I was a bit surprised to see identical failures at

Re: [BUG] hpsa: Controller lockup detected: 0x00150028

2015-08-24 Thread Wouter Depuydt
-Original Message- From: Peter Zijlstra [mailto:peterz at infradead.org] Sent: Friday, May 22, 2015 11:40 AM To: Tomas Henzl Cc: Oelke, Mark; don.brace at pmcs.com; ISS StorageDev; storagedev at pmcs.com; linux-scsi at vger.kernel.org Subject: Re: [BUG] hpsa: Controller lockup

Re: [BUG] hpsa: Controller lockup detected: 0x00150028

2015-08-24 Thread Wouter Depuydt
Wouter Depuydt wouter.depuydt at gmail.com writes: -Original Message- From: Peter Zijlstra [mailto:peterz at infradead.org] Sent: Friday, May 22, 2015 11:40 AM To: Tomas Henzl Cc: Oelke, Mark; don.brace at pmcs.com; ISS StorageDev; storagedev at pmcs.com; linux-scsi at

Re: [PATCH v2 0/8] Fix error message and present UFS variant

2015-08-24 Thread Akinobu Mita
Hi Yaniv, 2015-08-23 22:09 GMT+09:00 Yaniv Gardi yga...@codeaurora.org: V3: fixes a few minor issues. V2: fixes a few issues of unnecessary EXPORT_SYMBOL, types of parameters in routine definition, build errors in case CONFIG_PM is not defined and some other minor fixes. I've checked

Re: [PATCH] SCSI: DTC: Adding KERN_ facility level

2015-08-24 Thread Finn Thain
On Tue, 30 Jun 2015, Rudhresh Kumar J wrote: Fixed coding style issue by adding KERN_ facility level to some of the printk functions. Signed-off-by: Rudhresh Kumar J rudhresh...@gmail.com --- drivers/scsi/dtc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH] SCSI: DTC: Removed 0 initialization for statics

2015-08-24 Thread Finn Thain
On Mon, 29 Jun 2015, Rudhresh wrote: Removed unneccessary initialization of zero to a static variable Signed-off-by: Rudhresh Kumar J rudhre...@cdac.in --- drivers/scsi/dtc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/dtc.c b/drivers/scsi/dtc.c

Re: [PATCH] SCSI: dtc: Fixed a brace issue on return 0

2015-08-24 Thread Finn Thain
On Sun, 28 Jun 2015, Rudhresh wrote: From: rudhresh rudhresh...@gmail.com Return is not a function so parenthesis is not required Signed-off-by: Rudhresh rudhresh...@gmail.com Can you put your full name here? You must address your patches to all of the interested parties (see

[ANNOUNCE] tapestat command now part of upstream sysstat

2015-08-24 Thread Seymour, Shane M
While tape stats were being implemented in the kernel I started working on a program that would read them out and display the data to allow me to test the interface. After the changes were available in linux-next I worked with the upstream sysstat maintainer to get that code into shape so it was