[Bug 49241] New: Unsafe dereference of pointer after allocing memory

2012-10-22 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=49241 Summary: Unsafe dereference of pointer after allocing memory Product: SCSI Drivers Version: 2.5 Kernel Version: 3.0.47 Platform: All OS/Version: Linux Tree: Mainline S

Re: [PATCH 0/2] Fix the qla2xxx loopback selftests

2012-10-22 Thread Roland Dreier
On Tue, Aug 14, 2012 at 2:15 PM, Chad Dupuis wrote: > > > On Tue, 14 Aug 2012, st...@purestorage.com wrote: > >> From: Steve Hodgson >> >> A few months ago our 2.6.39 based kernel started crashing almost 100% >> of the time when running the selftests, after seeminly unrelated kernel >> changes. I

Re: [PATCH 0/2] Fix the qla2xxx loopback selftests

2012-10-22 Thread Saurav Kashyap
>On Tue, Aug 14, 2012 at 2:15 PM, Chad Dupuis >wrote: >> >> >> On Tue, 14 Aug 2012, st...@purestorage.com wrote: >> >>> From: Steve Hodgson >>> >>> A few months ago our 2.6.39 based kernel started crashing almost 100% >>> of the time when running the selftests, after seeminly unrelated kernel

Ccizfy

2012-10-22 Thread 满飞(上海)企业管理咨询有限公司
谢春光,致 看-附-件 雪狮巨大的脑袋轻轻的蹭着雪,它让雪知道,没有什么事情是绝对的――不到最后一刻,谁也不知道结果!! Xms2259.doc Description: MS-Word document

[patch/rfc/rft] sd: allocate request_queue on device's local numa node

2012-10-22 Thread Jeff Moyer
Hi, All of the infrastructure is available to allocate a request_queue on a particular numa node, but it isn't being utilized at all. Wire up the sd driver to allocate the request_queue on the HBA's local numa node. This is a request for comments and testing (I've built and booted it, nothing mo

Re: [patch/rfc/rft] sd: allocate request_queue on device's local numa node

2012-10-22 Thread Jens Axboe
On 2012-10-22 21:01, Jeff Moyer wrote: > Hi, > > All of the infrastructure is available to allocate a request_queue on a > particular numa node, but it isn't being utilized at all. Wire up the > sd driver to allocate the request_queue on the HBA's local numa node. > > This is a request for comme

[PATCH] LIBISCSI: Added the new boot_nic entry in the session sysfs

2012-10-22 Thread Eddie Wai
This is the kernel part of the modification to extract the net params from the ibft sysfs to the iface struct used for the connection request upon sync_session in the open-iscsi util. Signed-off-by: Eddie Wai --- drivers/scsi/libiscsi.c |6 ++ drivers/scsi/scsi_transport_iscs

Re: [patch/rfc/rft] sd: allocate request_queue on device's local numa node

2012-10-22 Thread Bart Van Assche
On 10/22/12 21:01, Jeff Moyer wrote: All of the infrastructure is available to allocate a request_queue on a particular numa node, but it isn't being utilized at all. Wire up the sd driver to allocate the request_queue on the HBA's local numa node. This is a request for comments and testing (I'