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

2014-01-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60758 abiko changed: What|Removed |Added CC||an...@martuna.co --- Comment #55 from abiko ---

Re: [usb-storage] Re: usb disk recognized but fails

2014-01-29 Thread Matthieu CASTET
Hi, Le Fri, 24 Jan 2014 11:07:01 -0500, Alan Stern a écrit : > Matthieu: > > Can you help with this problem? > > > You were right; that driver caused the problem. > > Matthieu Castet wrote the Cypress-ATACB driver, so maybe he can help. > > As shown above, this device matches the last entry

Re: [PATCH v2 4/9] ipr: Use pci_enable_msi_range() and pci_enable_msix_range()

2014-01-29 Thread Alexander Gordeev
On Tue, Jan 28, 2014 at 09:28:45AM -0600, Brian King wrote: Thanks for the review, Brian! > These look like they will conflict with a recent patch to > the ipr driver: > > http://www.spinics.net/lists/linux-scsi/msg71644.html BTW, this one does not appear ACKed. > Do you want me to rediff your

Re: [PATCH v2 0/9] Phase out pci_enable_msi_block()

2014-01-29 Thread Alexander Gordeev
On Fri, Jan 17, 2014 at 02:00:32PM -0700, Bjorn Helgaas wrote: > > Bjorn, > > > > As the release is supposedly this weekend, do you prefer > > the patches to go to your tree or to individual trees after > > the release? > > I'd be happy to merge them, except for the fact that they probably > would

[PATCH] bio_integrity_add_page: check for BIO_POOL_NONE before determining nr_vecs on slab

2014-01-29 Thread David Milburn
When enabling DIX T10-DIF-TYPE1-IP protection you can hit the bip_vec full condition which fails to attach the integrity metadata and returns 0 back to bio_integrity_prep() [3.837493] sd 0:0:17:1089486880: [sda] Enabling DIX T10-DIF-TYPE1-IP protection [3.839089] sd 0:0:17:1089486880: [sd

Re: [PATCH v2 0/9] Phase out pci_enable_msi_block()

2014-01-29 Thread Bjorn Helgaas
On Sat, Jan 18, 2014 at 09:59:40AM -0500, Tejun Heo wrote: > On Sat, Jan 18, 2014 at 07:38:55AM -0700, Bjorn Helgaas wrote: > > On Sat, Jan 18, 2014 at 12:15 AM, Alexander Gordeev > > wrote: > > > On Fri, Jan 17, 2014 at 02:00:32PM -0700, Bjorn Helgaas wrote: > > >> > As the release is supposedly

[ANNOUNCE]: SCST iSER target driver is available for testing

2014-01-29 Thread Vladislav Bolkhovitin
I'm glad to announce that SCST iSER target driver is available for testing from the SCST SVN iser branch. You can download it either by command: $ svn checkout svn://svn.code.sf.net/p/scst/svn/branches/iser iser-scst-branch or by clicking on "Download Snapshot" button on http://sourceforge.net/

Re: [Lsf-pc] [LSF/MM TOPIC] really large storage sectors - going beyond 4096 bytes

2014-01-29 Thread Matthew Wilcox
On Fri, Jan 24, 2014 at 10:57:48AM +, Mel Gorman wrote: > So far on the table is > > 1. major filesystem overhawl > 2. major vm overhawl > 3. use compound pages as they are today and hope it does not go >completely to hell, reboot when it does Is the below paragraph an exposition of optio

Re: [Lsf-pc] [LSF/MM TOPIC] really large storage sectors - going beyond 4096 bytes

2014-01-29 Thread Dave Chinner
On Wed, Jan 29, 2014 at 09:52:46PM -0700, Matthew Wilcox wrote: > On Fri, Jan 24, 2014 at 10:57:48AM +, Mel Gorman wrote: > > So far on the table is > > > > 1. major filesystem overhawl > > 2. major vm overhawl > > 3. use compound pages as they are today and hope it does not go > >complete