From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Mon, 3 Aug 2015 09:24:42 -0500 Subject: [Cluster-devel] PROBLEM: dlm: BUG_ON on "con->nodeid == 0" when connect from unknown address In-Reply-To: References: Message-ID: <20150803142442.GA15461@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Mon, Aug 03, 2015 at 07:20:55PM +0800, tan.hu at zte.com.cn wrote: > When using SCTP protocol in dlm and it received connecting request > from unknown address, the function receive_from_sock may directly > shutdown the connection through process_sctp_notification. If still > messages received from the unknown address exist in the listening > socket, then it will causes BUG_ON(con->nodeid == 0) in > receive_from_sock confirmed. Thanks, we'll add a patch for that to the pile of other SCTP fixes currently being tested. Dave