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

2013-08-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60758 Bug ID: 60758 Summary: module scsi_wait_scan not found kernel panic on boot Product: IO/Storage Version: 2.5 Kernel Version: 3.10.6 Hardware: x86-64 OS: Linux

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

2013-08-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60758 --- Comment #2 from zakrzews...@wp.pl --- Sorry that was my grub.conf. Here's fstab: proc /proc proc defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 tmpfs /dev/shm tmpfs defaults 0 0 sysfs /sys sysfs defaults 0 0 /dev/md0 none sw

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

2013-08-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60758 --- Comment #1 from zakrzews...@wp.pl --- My /etc/fstab: timeout 5 default 0 title CentOS (3.10.6-1.el6.elrepo.x86_64) root (hd0,1) kernel /vmlinuz-3.10.6-1.el6.elrepo.x86_64 ro root=/dev/md2 rd_NO_LUKS rd_NO_DM nomodeset crashkernel=auto SYSFONT

Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing

2013-08-16 Thread Nicholas A. Bellinger
On Fri, 2013-08-16 at 18:41 +0200, Alexander Gordeev wrote: > On Thu, Aug 15, 2013 at 07:19:29PM -0700, Nicholas A. Bellinger wrote: > > I'm playing with a patch to do this, but am currently getting hung-up on > > what appear to be some separate blk-mq reserved_tags > 0 bugs, the first > > of which

Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing

2013-08-16 Thread Alexander Gordeev
On Thu, Aug 15, 2013 at 07:19:29PM -0700, Nicholas A. Bellinger wrote: > I'm playing with a patch to do this, but am currently getting hung-up on > what appear to be some separate blk-mq reserved_tags > 0 bugs, the first > of which is passing queue_depth=1 + reserved_tags=1 is broken, and > results

Money available for pick up

2013-08-16 Thread © Western Union
This is to re-notify you of the US$500,000.00(Dollars) which was deposited in western union office in your name and favor, it is still available for pickup. Contact the person of Agent Rick James Email: rickjamesharts...@admin.in.th for your M.T.C.N Numbers, Mobile:+44-7035-916-544 -- To unsubscrib

It is Private

2013-08-16 Thread Roussel, Daniel
It is Private I am George Daniels, a Banker and credit system programmer (HSBC bank). I saw your email address while browsing through the bank D.T.C Screen in my office yesterday so I decided to use this very chance to know you. I believe we should use every opportunity to know each other bette

[PATCH 2/4] qla4xxx: Implementation of ACB configuration during Loopback for ISP8042

2013-08-16 Thread vikas.chaudhary
From: Nilesh Javali While loopback diagnostic is in progress, disable the ACB which resets all the active connections to target. Disable ACB would filter out all the DHCP multicast and broadcast packets which otherwise cause the diagnostic test to take longer time to complete or failures in some

[PATCH 4/4] qla4xxx: Update driver version to 5.04.00-k0

2013-08-16 Thread vikas.chaudhary
From: Vikas Chaudhary Signed-off-by: Vikas Chaudhary --- drivers/scsi/qla4xxx/ql4_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/qla4xxx/ql4_version.h b/drivers/scsi/qla4xxx/ql4_version.h index 28e8306..7bce207 100644 --- a/drivers/scsi/qla4xxx/ql4_v

[PATCH 3/4] qla4xxx: Update Copyright header

2013-08-16 Thread vikas.chaudhary
From: Vikas Chaudhary Signed-off-by: Vikas Chaudhary --- Documentation/scsi/LICENSE.qla4xxx | 2 +- drivers/scsi/qla4xxx/ql4_83xx.c| 2 +- drivers/scsi/qla4xxx/ql4_83xx.h| 2 +- drivers/scsi/qla4xxx/ql4_attr.c| 2 +- drivers/scsi/qla4xxx/ql4_bsg.c | 2 +- drivers/scsi/qla4xxx/ql

[PATCH 1/4] qla4xxx: Added support for ISP8042

2013-08-16 Thread vikas.chaudhary
From: Vikas Chaudhary Signed-off-by: Vikas Chaudhary --- drivers/scsi/qla4xxx/ql4_83xx.c | 6 ++--- drivers/scsi/qla4xxx/ql4_attr.c | 2 +- drivers/scsi/qla4xxx/ql4_dbg.c | 13 - drivers/scsi/qla4xxx/ql4_def.h | 14 -- drivers/scsi/qla4xxx/ql4_init.c | 4 +-- drivers/scsi/q

[PATCH 0/4] qla4xxx: Added support for new ISP8042

2013-08-16 Thread vikas.chaudhary
From: Vikas Chaudhary James, Please apply the following patches to the scsi tree, misc branch at your earliest convenience. Nilesh Javali (1): qla4xxx: Implementation of ACB configuration during Loopback for ISP8042 Vikas Chaudhary (3): qla4xxx: Added support for ISP8042 qla4