[PATCH v4] string_helpers: fix precision loss for some inputs

2015-11-06 Thread James Bottomley
From: James Bottomley It was noticed that we lose precision in the final calculation for some inputs. The most egregious example is size=3000 blk_size=1900 in units of 10 should yield 5.70 MB but in fact yields 3.00 MB (oops). This is because the current algorithm doesn't

Re: [ANNOUNCE]: SCST 3.1 pre-release freeze

2015-11-06 Thread Vladislav Bolkhovitin
Hi, Bike & Snow wrote on 11/06/2015 10:55 AM: > Hello Vlad > > Excellent news on all the updates. > > Regarding this: > - QLogic target driver has been significantly improved. > > Does that mean I should stop building the QLogic target driver from here? > git://git.qlogic.com/scst-qla2xxx.git

Re: [PATCH] st: trivial: remove form feed characters

2015-11-06 Thread Maurizio Lombardi
On 11/04/2015 10:04 PM, "Kai Mäkisara (Kolumbus)" wrote: > What’s the point? Is there an “official” rule that form feeds are not allowed > (to > put different things to different pages in printout)? I wrote it just because on some editors - and with thunderbird in particular - those

[Bug 107371] I/O error when accessing disk in standby

2015-11-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=107371 Mikael Grahn changed: What|Removed |Added Kernel Version|4.1.2 |4.1.12 -- You are

Re: [PATCH v2 01/27] hpsa: remove unused parameter hostno

2015-11-06 Thread Tomas Henzl
On 4.11.2015 22:50, Don Brace wrote: > This parameter was once used before scan_start was defined > but now it is no longer used. > > Signed-off-by: Don Brace Reviewed-by: Tomas Henzl Tomas -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH v2 00/27] hpsa updates

2015-11-06 Thread Don Brace
Please repost, I'll sign off. Thank-you On 11/06/2015 08:30 AM, Tomas Henzl wrote: Please add to this series the "hpsa: move lockup_detected attribute to host attr" http://www.spinics.net/lists/linux-scsi/msg88129.html. Maybe the maintainer could add it too, or should I repost the patch?

[PATCH RESEND] hpsa: move lockup_detected attribute to host attr

2015-11-06 Thread Tomas Henzl
This patch fixes a 'general protection fault' issue by moving the attribute to where it was likely meant. Signed-off-by: Tomas Henzl Signed-off-by: Don Brace --- drivers/scsi/hpsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH RESEND] hpsa: move lockup_detected attribute to host attr

2015-11-06 Thread Don Brace
On 11/06/2015 09:24 AM, Tomas Henzl wrote: This patch fixes a 'general protection fault' issue by moving the attribute to where it was likely meant. Signed-off-by: Tomas Henzl Signed-off-by: Don Brace --- drivers/scsi/hpsa.c | 2 +- 1 file changed, 1

[PATCH RESEND] scsi_sysfs: protect against double execution of __scsi_remove_device()

2015-11-06 Thread Vitaly Kuznetsov
On some host errors storvsc module tries to remove sdev by scheduling a job which does the following: sdev = scsi_device_lookup(wrk->host, 0, 0, wrk->lun); if (sdev) { scsi_remove_device(sdev); scsi_device_put(sdev); } While this code seems correct the following crash is

[Bug 107371] I/O error when accessing disk in standby

2015-11-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=107371 Mikael Grahn changed: What|Removed |Added Hardware|All |x86-64 -- You are

RE: [PATCH RESEND] scsi_sysfs: protect against double execution of __scsi_remove_device()

2015-11-06 Thread KY Srinivasan
> -Original Message- > From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com] > Sent: Friday, November 6, 2015 7:49 AM > To: James E.J. Bottomley > Cc: linux-scsi@vger.kernel.org; linux-ker...@vger.kernel.org; KY Srinivasan > ; Bart Van Assche

[BUG] Boot failures with mpt2sas / Intel RMS25JB080 module

2015-11-06 Thread Matthew Vernon
Hi, [These lists are in the MAINTAINERS file for mpt2sas; I hope this is the correct place to report this problem. Xen-devel CCd as this is failing on trying to boot Xen] When booting Xen, mpt2sas finds my Intel RMS25JB080, but fails to load it correctly. This is a Debian jessie (stable)

[Bug 107371] New: I/O error when accessing disk in standby

2015-11-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=107371 Bug ID: 107371 Summary: I/O error when accessing disk in standby Product: SCSI Drivers Version: 2.5 Kernel Version: 4.1.2 Hardware: All OS: Linux Tree: