Re: poll/sendmsg problem with 3.5.0-37-generic #58~precise1-Ubuntu

2013-08-13 Thread Luis Henriques
Sage Weil writes: > Hi, > > A ceph user hit a problem with the 3.5 precise kernel with symptoms > exactly like an old poll(2) bug[1]. Basically, one end of a socket is > blocked on sendmsg(2), and the other end is blocked on poll(2) waiting for > data. 15 minutes later the poll(2) timeout tr

Re: Ceph fixes for 3.10.y

2014-01-08 Thread Luis Henriques
Hi Sage, On Tue, Dec 31, 2013 at 08:21:19AM -0800, Sage Weil wrote: > Hi Greg, > > This is a somewhat long overdue set of fixes for 3.10.y. Since there > are a lot of patches, they can be pulled from > > git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git > for-stable-3.10.24

[3.16.y-ckt stable] Patch "rbd: Fix error recovery in rbd_obj_read_sync()" has been added to staging queue

2014-11-17 Thread Luis Henriques
in rbd_obj_read_sync() we just basically ignore the problem and continue which will result in an oops later. Fix the problem by returning proper error. CC: Yehuda Sadeh CC: Sage Weil CC: ceph-devel@vger.kernel.org Coverity-id: 1226882 Signed-off-by: Jan Kara Signed-off-by: Ilya Dryomov Signed-off-by: L

[3.16.y-ckt stable] Patch "rbd: Fix error recovery in rbd_obj_read_sync()" has been added to staging queue

2014-11-24 Thread Luis Henriques
in rbd_obj_read_sync() we just basically ignore the problem and continue which will result in an oops later. Fix the problem by returning proper error. CC: Yehuda Sadeh CC: Sage Weil CC: ceph-devel@vger.kernel.org Coverity-id: 1226882 Signed-off-by: Jan Kara Signed-off-by: Ilya Dryomov Signed-off-by: L

[PATCH 3.16.y-ckt 006/254] rbd: Fix error recovery in rbd_obj_read_sync()

2014-11-25 Thread Luis Henriques
will result in an oops later. Fix the problem by returning proper error. CC: Yehuda Sadeh CC: Sage Weil CC: ceph-devel@vger.kernel.org Coverity-id: 1226882 Signed-off-by: Jan Kara Signed-off-by: Ilya Dryomov Signed-off-by: Luis Henriques --- drivers/block/rbd.c | 2 +- 1 file changed, 1