Re: Manual driver binding and unbinding broken for SCSI

2017-02-19 Thread Omar Sandoval
On Fri, Feb 17, 2017 at 04:43:56PM -0800, James Bottomley wrote: > This seems to be related to a 0day test we got on the block tree, > details here: > > http://marc.info/?t=14862406881 > > I root caused the above to something not being released when it should > be, so it looks like you have

Re: [PATCH v5] sd: Check for unaligned partial completion

2017-02-19 Thread Damien Le Moal
Christoph, On 2/17/17 17:25, Christoph Hellwig wrote: > Looks fine, > > Reviewed-by: Christoph Hellwig Thanks. Martin, James, It looks like this patch did not make it into final 4.10. This is really bad. Now ZBC support is broken from the start on mpt3sas HBAs (so a huge chunk

Re: [PATCH V5 net-next 1/2] qed: Add support for hardware offloaded FCoE.

2017-02-19 Thread David Miller
Applied to net-next, thanks.

Re: g_NCR5380 PDMA, was Re: [PATCH 0/6] ncr5380: Miscellaneous minor patches

2017-02-19 Thread Finn Thain
On Sun, 19 Feb 2017, Ondrej Zary wrote: > > These two patches are enough to make PDMA work with CD-ROM drives on > 53C400(A), with IRQ enabled or not. They even improve transfer rates > with HDDs because of bigger block size. > Nice! This is a great improvement. > But DTC436 breaks with

[PATCH] sd: Fix error handling

2017-02-19 Thread Christophe JAILLET
Reorder 'out_free' and 'out_free_devt' error handling labels in order to match the way resources have been allocated. Fixes: 0dba1314d4f8 ("scsi, block: fix duplicate bdi name registration crashes") Signed-off-by: Christophe JAILLET --- drivers/scsi/sd.c | 4

Re: scsi: BUG in scsi_init_io

2017-02-19 Thread Linus Torvalds
On Sat, Feb 18, 2017 at 11:15 PM, Al Viro wrote: > > AFAICS, the minimal fix would be something like this: Applied, along with getting rid of the BUG_ON() that made this bug much worse than it would have been without it. Linus

Re: scsi: BUG in scsi_init_io

2017-02-19 Thread Linus Torvalds
On Tue, Jan 31, 2017 at 7:41 AM, James Bottomley wrote: > > It is a kernel bug and it should not be user triggerable, so it should > have a warn_on or bug_on. Hell NO. Christ, James, listen to yourself. What you are basically saying when you say it should be a BUG_ON()

Re: scsi: BUG in scsi_init_io

2017-02-19 Thread Christoph Hellwig
On Sun, Feb 19, 2017 at 07:15:27AM +, Al Viro wrote: > The root cause is unfixable without access to TARDIS and dose of > antipsychotics sufficient to prevent /dev/sg API creation. > > What happens is that write to /dev/sg is given a request with non-zero > ->iovec_count combined with zero

[Bug 60644] MPT2SAS drops all HDDs when under high I/O

2017-02-19 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60644 --- Comment #52 from o...@ojab.ru --- https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ffdadd68af5a397b8a52289ab39d62e1acb39e63 Patch is merged, bug can be closed. -- You are receiving this mail because: You are

Re: g_NCR5380 PDMA, was Re: [PATCH 0/6] ncr5380: Miscellaneous minor patches

2017-02-19 Thread Ondrej Zary
On Sunday 19 February 2017 00:27:55 Finn Thain wrote: > On Sat, 18 Feb 2017, Ondrej Zary wrote: > > On Friday 17 February 2017 23:38:12 Finn Thain wrote: > > > On Thu, 16 Feb 2017, Ondrej Zary wrote: > > > > On Tuesday 31 January 2017 02:31:45 Finn Thain wrote: > > > > [...] > > > > > > > > > Are