[Bug 31212] aacraid is generally unstable with newer kernels

2012-12-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=31212 --- Comment #9 from Dmitry Korzhevin dkorzhe...@gmail.com 2012-12-25 09:31:45 --- Created an attachment (id=89571) -- (https://bugzilla.kernel.org/attachment.cgi?id=89571) Server a22 kernel panic Server a22 kernel panic -- Configure

[Bug 31212] aacraid is generally unstable with newer kernels

2012-12-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=31212 --- Comment #11 from Dmitry Korzhevin dkorzhe...@gmail.com 2012-12-25 09:33:43 --- Created an attachment (id=89591) -- (https://bugzilla.kernel.org/attachment.cgi?id=89591) Server a20 kernel panic Server a3 kernel panic -- Configure

[Bug 31212] aacraid is generally unstable with newer kernels

2012-12-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=31212 Dmitry Korzhevin dkorzhe...@gmail.com changed: What|Removed |Added CC|

Re: [PATCH v2 5/5] virtio-scsi: introduce multiqueue support

2012-12-25 Thread Wanlong Gao
On 12/19/2012 12:02 AM, Michael S. Tsirkin wrote: On Tue, Dec 18, 2012 at 04:51:28PM +0100, Paolo Bonzini wrote: Il 18/12/2012 16:03, Michael S. Tsirkin ha scritto: On Tue, Dec 18, 2012 at 03:08:08PM +0100, Paolo Bonzini wrote: Il 18/12/2012 14:57, Michael S. Tsirkin ha scritto: -static int

[Bug 51881] HighPoint RocketRAID 2720 fail to detect some SATA hdd

2012-12-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=51881 --- Comment #6 from Kouichi ONO kou1@gmail.com 2012-12-25 12:50:53 --- 3.7.1 with attached patch works fine, all hdds found. Thanks! -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving

Re: [PATCH v9 06/10] ata: zpodd: check zero power ready status

2012-12-25 Thread Tejun Heo
Hello, Aaron. On Thu, Dec 20, 2012 at 02:07:25PM +0800, Aaron Lu wrote: +static int is_gendisk_part0(struct device *dev, void *data) +{ + struct device **child = data; + + if (dev-class == block_class dev-type == disk_type) { + *child = dev; + return 1; +

[RFC PATCH] [SCSI] sd: When no media present ignore WCE in suspend/shutdown

2012-12-25 Thread Andreas Bombe
When the WCE flag is set for a drive, sd_shutdown() and sd_suspend() try to send a SYNCHRONIZE_CACHE command to that drive. This is not meaningful when no media are present and causes errors with devices where the media are the actual command processing devices, such as SATA attached RDX docks

Re: [PATCH v9 06/10] ata: zpodd: check zero power ready status

2012-12-25 Thread Aaron Lu
On 12/26/2012 01:17 AM, Tejun Heo wrote: Hello, Aaron. On Thu, Dec 20, 2012 at 02:07:25PM +0800, Aaron Lu wrote: +static int is_gendisk_part0(struct device *dev, void *data) +{ +struct device **child = data; + +if (dev-class == block_class dev-type == disk_type) { +