Re: [patch] cxlflash: off by one bug in cxlflash_show_port_status()

2015-08-15 Thread Matthew R. Ochs
> On Aug 14, 2015, at 3:35 PM, Dan Carpenter wrote: > > The > should be >= or we read one element past the end of the array. Dan - Good catch! Acked-by: Matthew R. Ochs > > Fixes: c21e0bbfc485 ('cxlflash: Base support for IBM CXL Flash Adapter') > Signed-off-by: Dan Carpenter > > Fixes: c2

[PATCH] snic: fix simple_return.cocci warnings

2015-08-15 Thread kbuild test robot
drivers/scsi/snic/vnic_cq.c:46:1-4: WARNING: end returns can be simpified and declaration on line 34 can be dropped Simplify a trivial if-return sequence. Possibly combine with a preceding function call. Generated by: scripts/coccinelle/misc/simple_return.cocci CC: Narsimhulu Musini Signed-

[Bug 101011] Kernel Oops when disconnecting a mounted ext4 usb stick

2015-08-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=101011 --- Comment #9 from Christoph Hellwig --- Hi Ted, sorry for the delay - I saw the mail Jan Cc'ed me on yesterday. After my changes it should not go away and I had tested the original eject test that it indeed didn't. Either I forgot a case, o

Re: [Bug 101011] Kernel Oops when disconnecting a mounted ext4 usb stick

2015-08-15 Thread Christoph Hellwig
Hi Ted, sorry for the delay - I saw the mail Jan Cc'ed me on yesterday. After my changes it should not go away and I had tested the original eject test that it indeed didn't. Either I forgot a case, or the major writeback Tejun did a little later regressed it. As I won't have time to look into