Hello, This series fixes #7139 (Linux kernel client, "dead tcp connections during connection negotiation may lead to hangs"). 1/3 and 2/3 are preparatory patches, 3/3 is the actual fix. v2: - don't set sock_state to CLOSING in connect_timeout handler (2/3) - disarm connect_timeout timer in con_close_socket() (3/3) Thanks, Ilya Ilya Dryomov (3): libceph: add function names to timeout dout()s libceph: introduce con_fault_raise() and switch to it libceph: handle dead tcp connections during connection negotiation include/linux/ceph/messenger.h | 5 ++++ net/ceph/ceph_common.c | 1 + net/ceph/messenger.c | 53 +++++++++++++++++++++++++++++++++++++--- net/ceph/osd_client.c | 5 ++-- 4 files changed, 58 insertions(+), 6 deletions(-) -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html