Re: [PATCH 3/9] scsi: improved eh timeout handler

2013-09-04 Thread Hannes Reinecke
On 09/03/2013 11:13 AM, Bart Van Assche wrote: On 09/02/13 15:11, Hannes Reinecke wrote: On 09/02/2013 02:45 PM, Bart Van Assche wrote: This patch adds several new calls to LLD EH handlers. Is it guaranteed that these will only be invoked before scsi_remove_host() has finished ? For more

Re: [PATCH 4/5] uas: add dead request list

2013-09-04 Thread Gerd Hoffmann
On Di, 2013-09-03 at 10:39 -0700, Sarah Sharp wrote: Don't you need to send an ABORT TASK message to the device to cancel the outstanding request for that stream ID? I don't see that in this code. I see lots of URB cancellation code, but nothing to remove the request from the device-side

[Bug 60758] module scsi_wait_scan not found kernel panic on boot

2013-09-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60758 --- Comment #27 from zakrzews...@wp.pl --- Hetzner is using these boards inside their EX40 or EX40-SSD dedicated servers: http://wiki.hetzner.de/index.php/Wake_On_LAN/en -- You are receiving this mail because: You are the assignee for the bug.

[Bug 60758] module scsi_wait_scan not found kernel panic on boot

2013-09-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60758 --- Comment #28 from zakrzews...@wp.pl --- One more thing - these boards does not boot kernel-lt-3.0.94-1 and latest official CentOS kernel too ! -- You are receiving this mail because: You are the assignee for the bug. -- To unsubscribe from

[patch] [SCSI] atp870u: 64 bit bug in probe()

2013-09-04 Thread Dan Carpenter
On 64 bit CPUs there is a memory corruption bug on probe(). It should be setting 32 bits of data on both 32 and 64 bit. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com --- Static checker stuff. I can't test this. diff --git a/drivers/scsi/atp870u.c b/drivers/scsi/atp870u.c index

My Proposal

2013-09-04 Thread Mr. Chi Pui
Good day, I Am Chi Pui;Do not be surprised! I got your email contact via the World Email On-line Directory I am crediting officer at Sino Pac Bank Plc in Hong Kong and i have a deal of $17.3M to discuss with you urgently. Regards, Mr.Chi Pui -- To unsubscribe from this list: send the line

Re: Potential out-of-bounds access in drivers/scsi/sd.c

2013-09-04 Thread Paolo Bonzini
Il 04/09/2013 16:32, Alan Stern ha scritto: On Wed, 4 Sep 2013, Dmitry Vyukov wrote: Hi, We are working on a memory error detector AddressSanitizer for Linux kernel (https://code.google.com/p/address-sanitizer/wiki/AddressSanitizerForKernel), it can detect use-after-free and

Re: Potential out-of-bounds access in drivers/scsi/sd.c

2013-09-04 Thread Alan Stern
On Wed, 4 Sep 2013, Dmitry Vyukov wrote: Hi, We are working on a memory error detector AddressSanitizer for Linux kernel (https://code.google.com/p/address-sanitizer/wiki/AddressSanitizerForKernel), it can detect use-after-free and buffer-overflow errors. ... The code in

Geschaftsvorschlag.

2013-09-04 Thread Oliver Ekmann.
Lieber Freund Ich vermute das diese E-Mail eine Überraschung für Sie sein wird, aber es ist wahr.Ich bin bei einer routinen Überprüfung in meiner Bank (StandardBank PLC von Süd Afrika) wo ich arbeite, auf einem Konto gestoßen, was nicht in anspruch genommen worden ist, wo derzeit USD$18.5M

Re: Potential out-of-bounds access in drivers/scsi/sd.c

2013-09-04 Thread Alan Stern
On Wed, 4 Sep 2013, Paolo Bonzini wrote: --- usb-3.11.orig/drivers/scsi/sd.c +++ usb-3.11/drivers/scsi/sd.c @@ -2419,7 +2419,7 @@ sd_read_cache_type(struct scsi_disk *sdk } } - if (modepage == 0x3F) { + if (modepage == 0x3F ||

Re: Potential out-of-bounds access in drivers/scsi/sd.c

2013-09-04 Thread Dmitry Vyukov
On Wed, Sep 4, 2013 at 6:32 PM, Alan Stern st...@rowland.harvard.edu wrote: On Wed, 4 Sep 2013, Dmitry Vyukov wrote: Hi, We are working on a memory error detector AddressSanitizer for Linux kernel (https://code.google.com/p/address-sanitizer/wiki/AddressSanitizerForKernel), it can detect

Re: Potential out-of-bounds access in drivers/scsi/sd.c

2013-09-04 Thread Alan Stern
On Wed, 4 Sep 2013, Dmitry Vyukov wrote: Thanks, Alan! I agree with Paolo that the branch can be removed. Will you take care of landing the patch? I will when everyone agrees it is ready. Alan Stern -- To unsubscribe from this list: send the line unsubscribe linux-scsi in the body of a

[PATCH 1/4] hpsa: add HP Smart Array Gen9 PCI ID's

2013-09-04 Thread Mike Miller
Patch 1 of 4 From: Mike Miller mike.mil...@hp.com This patch adds the PCI ID's for HP Smart Array Gen9 controllers. Please consider this patch for inclusion. Signed-off-by: Mike Miller mike.mil...@hp.com --- drivers/scsi/hpsa.c | 25 + include/linux/pci_ids.h |

[PATCH 2/4] hpsa: add HP Smart Array Gen8 names

2013-09-04 Thread Mike Miller
Patch 2 of 4 From: Mike Miller mike.mil...@hp.com Add the marketing names for HP Smart Array Gen8 controllers. Also removes an unused ID. Please consider this for inclusion. Signed-off-by: Mike Miller mike.mil...@hp.com --- drivers/scsi/hpsa.c | 15 +++ 1 files changed, 7

[PATCH 3/4] hpsa: housekeeping patch for device_id and product arrays

2013-09-04 Thread Mike Miller
Patch 3 of 4 From: Mike Miller mike.mil...@hp.com This patch does a bit of housekeeping for hpsa. Change lowercase alpha hex digits to uppercase for consistency within the driver. Also moves the P822se in the tables to keep controllers of each family grouped together. Signed-off-by: Mike Miller

[PATCH 4/4] hpsa: bump driver version to reflect changes

2013-09-04 Thread Mike Miller
Patch 4 of 4 From: Mike Miller mike.mil...@hp.com Changes the version of hpsa so we know something has changed. Please consider this for inclusion. Signed-off-by: Mike Miller mike.mil...@hp.com --- drivers/scsi/hpsa.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [SCSI] esas2r: ATTO Technology ExpressSAS 6G SAS/SATA RAID Adapter Driver

2013-09-04 Thread Dave Jones
+struct esas2r_adapter { +struct esas2r_target targetdb[ESAS2R_MAX_TARGETS]; +struct esas2r_target *targetdb_end; ... +u8 fw_coredump_buff[ESAS2R_FWCOREDUMP_SZ]; +void esas2r_reset_chip(struct esas2r_adapter *a) +{ +if (!esas2r_is_adapter_present(a)) +

fix swapped arguments in aic7xxx:ahc_find_pci_device

2013-09-04 Thread Dave Jones
The prototype for ahc_9005_subdevinfo_valid shows that the caller has the arguments in the wrong order. 637 ahc_9005_subdevinfo_valid(uint16_t device, uint16_t vendor, 638 uint16_t subdevice, uint16_t subvendor) Signed-off-by: Dave Jones da...@fedoraproject.org diff

[ANNOUNCE]: Emulex SCST support for 16Gb/s FC and FCoE CNAs

2013-09-04 Thread Vladislav Bolkhovitin
I'm glad to announce that SCST support for 16Gb/s FC and FCoE Emulex CNAs is now available as part of the Emulex OneCore Storage SDK tool set based on the Emulex SLI-4 API. Support for 16Gb/s Fibre Channel LPe16000 series and FCoE hardware using target mode versions of the OneConnect FCoE CNAs

[PATCH] scsi: sr: use block layer runtime PM

2013-09-04 Thread Aaron Lu
Migrate SCSI Optical Disk Drive(ODD) driver sr to make use of block layer runtime PM. Accordingly, the SCSI bus layer runtime PM callback is simplified as all SCSI devices that implement runtime PM are now request based. Signed-off-by: Aaron Lu aaron...@intel.com --- Note that due to ODD will be