From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sowmini Varadhan Subject: [PATCH net 0/3] rds bug fixes Date: Fri, 22 Dec 2017 08:14:45 -0800 Message-ID: Cc: davem@davemloft.net, rds-devel@oss.oracle.com, sowmini.varadhan@oracle.com, santosh.shilimkar@oracle.com To: netdev@vger.kernel.org Return-path: Received: from aserp2120.oracle.com ([141.146.126.78]:40570 "EHLO aserp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753466AbdLVQoR (ORCPT ); Fri, 22 Dec 2017 11:44:17 -0500 Sender: netdev-owner@vger.kernel.org List-ID: Ran into pre-existing bugs when working on the fix for https://www.spinics.net/lists/netdev/msg472849.html The bugs fixed in this patchset are unrelated to the syzbot failure (which I'm still testing and trying to reproduce) but meanwhile, let's get these fixes out of the way. Sowmini Varadhan (3): rds; Reset rs->rs_bound_addr in rds_add_bound() failure path rds: tcp: initialized t_tcp_detached to false rds: tcp: cleanup if kmem_cache_alloc fails in rds_tcp_conn_alloc() net/rds/bind.c | 1 + net/rds/tcp.c | 47 +++++++++++++++++++++++++++-------------------- 2 files changed, 28 insertions(+), 20 deletions(-)