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

2013-08-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60758 --- Comment #18 from Jeff Zhou --- (In reply to zakrzewskim from comment #17) > It doesn't work too. I don't know what's wrong. Only 3.10.4-1 works fine and > I need to stick with it :/ [1] May I know, do you have separate directories for each ve

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

2013-08-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60758 --- Comment #17 from zakrzews...@wp.pl --- It doesn't work too. I don't know what's wrong. Only 3.10.4-1 works fine and I need to stick with it :/ -- You are receiving this mail because: You are the assignee for the bug. -- To unsubscribe from th

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

2013-08-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60758 --- Comment #16 from Alan Bartlett --- For completeness (so that we cover 'every angle') I have built a version of our kernel-ml-3.10.10 package (64-bit) with CONFIG_SCSI_SCAN_ASYNC=y, as Jeff has suggested. It is available to download from -- ht

[PATCH 0/2] megaraid_sas: Updates for scsi-misc

2013-08-31 Thread adam radford
James/linux-scsi, The following small patch series for megaraid_sas brings the driver up to v06.700.06.00-rc1: 1. Add High Availability clustering support using shared Logical Disks. 2. Version and Changelog update. -Adam -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" i

[PATCH 2/2] megaraid_sas: Version and Changelog update

2013-08-31 Thread adam radford
James/linux-scsi, This patch updates the megaraid_sas driver version and updates Documentation/ChangeLog.megaraid_sas Signed-off-by: Adam Radford diff -Naur scsi-misc.old/Documentation/scsi/ChangeLog.megaraid_sas scsi-misc.new/Documentation/scsi/ChangeLog.megaraid_sas --- scsi-misc.old/Document

[PATCH 1/2] megaraid_sas: Add High Availability clustering support using shared Logical Disks

2013-08-31 Thread adam radford
James/linux-scsi, The following patch for megaraid_sas will add support for High Availability (HA)/clustering using shared Logical Disks. Signed-off-by: Adam Radford diff -Naur scsi-misc.old/drivers/scsi/megaraid/megaraid_sas_base.c scsi-misc.new/drivers/scsi/megaraid/megaraid_sas_base.c --- sc

Re: [GIT PULL -v2] target fixes for v3.11

2013-08-31 Thread Nicholas A. Bellinger
Hi again Linus, On Fri, 2013-08-30 at 20:53 -0700, Nicholas A. Bellinger wrote: > Hi Linus, > > Here is a -v2 PULL request for the current set of target-pending fixes > for v3.11. These fixes have not hit mainline yet, so I'm resending them > now to be sure they hit v3.11 before the merge window

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

2013-08-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60758 --- Comment #15 from Akemi Yagi --- (In reply to zakrzewskim from comment #13) > lsinitramfs > -bash: lsinitramfs: command not found > > What do I need to install ? You can use lsinitrd that is included in the dracut package. -- You are receiv

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

2013-08-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60758 --- Comment #14 from zakrzews...@wp.pl --- The server does not boot with kernel 3.10.10-1.el6.elrepo.x86_64 :/ -- You are receiving this mail because: You are the assignee for the bug. -- To unsubscribe from this list: send the line "unsubscribe

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

2013-08-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60758 --- Comment #13 from zakrzews...@wp.pl --- lsinitramfs -bash: lsinitramfs: command not found What do I need to install ? -- You are receiving this mail because: You are the assignee for the bug. -- To unsubscribe from this list: send the line "u

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

2013-08-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60758 --- Comment #12 from Jeff Zhou --- (In reply to zakrzewskim from comment #10) > Made a mistake, so once again: > > timeout 0 > default 0 > > title CentOS (3.10.10-1.el6.elrepo.x86_64) > root (hd0,1) > kernel /vmlinuz-3.10.10-1.el6.elrepo.x86_64

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

2013-08-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60758 --- Comment #11 from Jeff Zhou --- Thanks. I am a bit curious about the description in Kconfig, since the scsi_wait_scan.ko was built from scsi_wait_scan.c, which was removed in v.3.6. How to refer a non-exist module, as described in the section o

Re: [PATCH] scsi disk: Use its own buffer for the vpd request

2013-08-31 Thread Nix
On 31 Aug 2013, Greg KH said: > On Fri, Aug 30, 2013 at 11:01:56AM +0100, Nix wrote: >> On 1 Aug 2013, Bernd Schubert said: >> >> > Once I noticed that scsi_get_vpd_page() works fine from other function >> > calls and that it is not 0x89, but already 0x0 that fails fixing it became >> > easy. >> >

[PATCH] scsi: bfa: Use ARRAY_SIZE

2013-08-31 Thread Christoph Jaeger
Use ARRAY_SIZE to calculate the size of an array. Signed-off-by: Christoph Jaeger --- drivers/scsi/bfa/bfa_core.c | 2 +- drivers/scsi/bfa/bfa_fcs.c | 10 -- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/drivers/scsi/bfa/bfa_core.c b/drivers/scsi/bfa/bfa_core.c index 5

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

2013-08-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60758 --- Comment #10 from zakrzews...@wp.pl --- Made a mistake, so once again: timeout 0 default 0 title CentOS (3.10.10-1.el6.elrepo.x86_64) root (hd0,1) kernel /vmlinuz-3.10.10-1.el6.elrepo.x86_64 ro root=/dev/md2 rd_NO_LUKS rd_NO_DM nomodeset crash

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

2013-08-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60758 --- Comment #9 from zakrzews...@wp.pl --- I will booting with these options: timeout 0 default 0 title CentOS (3.10.10-1.el6.elrepo.x86_64) root (hd0,1) kernel /vmlinuz-3.10.10-1.el6.elrepo.x86_64 ro root=/dev/md2 rd_NO_LUKS rd_NO_DM nomodeset cr

[GIT PULL] SCSI fixes for 3.11-rc7

2013-08-31 Thread James Bottomley
This is a bug fix for the pm80xx driver. It turns out that when the new hardware support was added in 3.10 the IO command size was kept at the old hard coded value. This means that the driver attaches to some new cards and then simply hangs the system. The patch is available here: git://git.ker

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

2013-08-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60758 --- Comment #8 from zakrzews...@wp.pl --- Yes, I can test ;) -- You are receiving this mail because: You are the assignee for the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@

[PATCH 6/6] scsi: ufs: configure the attribute for power mode

2013-08-31 Thread Santosh Y
From: Seungwon Jeon UIC attributes can be set with using DME_SET command for power mode change. For configuration the link capability attributes are used, which is updated after successful link startup. Signed-off-by: Seungwon Jeon Reviewed-by: Subhash Jadavani Signed-off-by: Santosh Y diff

[PATCH 3/6] scsi: ufs: add dme configuration primitives

2013-08-31 Thread Santosh Y
From: Seungwon Jeon Implements to support GET and SET operations of the DME. These operations are used to configure the behavior of the UNIPRO. Along with basic operation, {Peer/AttrSetType} can be mixed. Signed-off-by: Seungwon Jeon Reviewed-by: Subhash Jadavani Tested-by: Yaniv Gardi Signed

[PATCH 5/6] scsi: ufs: add operation for the uic power mode change

2013-08-31 Thread Santosh Y
From: Seungwon Jeon Setting PA_PWRMode using DME_SET triggers the power mode change. And then the result will be given by the HCS.UPMCRS. This operation should be done atomically. Signed-off-by: Seungwon Jeon Reviewed-by: Subhash Jadavani Tested-by: Yaniv Gardi Signed-off-by: Santosh Y diff

[PATCH 1/6] scsi: ufs: find out sense data over scsi status values

2013-08-31 Thread Santosh Y
From: Seungwon Jeon Unlike 'GOOD' and 'CHECK CONDITION', other status values in Response UPIU may or may not contain sense data. That is returning sense data isn't obvious. So, in this case the Data Segment Length field should be checked. If a non-zero value, it means that UPIU has Sense Data in

[PATCH 4/6] scsi: ufs: add unipro attribute IDs

2013-08-31 Thread Santosh Y
From: Seungwon Jeon 'drivers/scsi/ufs/unipro.h' is added. Attributes in the layers of the UNIPRO stack can be read and written via the DME. Signed-off-by: Seungwon Jeon Reviewed-by: Subhash Jadavani Tested-by: Yaniv Gardi Signed-off-by: Santosh Y diff --git a/drivers/scsi/ufs/unipro.h b/dri

[PATCH 0/6] scsi: ufs: ufshcd updates and fixes

2013-08-31 Thread Santosh Y
Hi James, Please apply the following patches to 'misc' branch. Thanks, Santosh Seungwon Jeon (6): scsi: ufs: find out sense data over scsi status values scsi: ufs: fix the setting interrupt aggregation counter scsi: ufs: add dme configuration primitives scsi: ufs: add unipro attribute ID

[PATCH 2/6] scsi: ufs: fix the setting interrupt aggregation counter

2013-08-31 Thread Santosh Y
From: Seungwon Jeon IACTH(Interrupt aggregation counter threshold) value is allowed up to 0x1F and current setting value is the maximum. This value is related with NUTRS(max:0x20) of HCI's capability. Considering HCI controller doesn't support the maximum, IACTH setting should be adjusted with po

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

2013-08-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60758 --- Comment #7 from Alan Bartlett --- (In reply to Jeff Zhou from comment #5) > If your system fails by "module scsi_wait_scan not found", then it could be > the init script issue in your CentOS box. > > The last kernel with scsi_wait_scan.ko is