From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Aring Date: Tue, 20 Oct 2020 17:09:54 -0400 Subject: [Cluster-devel] [PATCH dlm/next 0/3] fs: dlm: node address configuration fixes Message-ID: <20201020210957.1009638-1-aahringo@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, I got reports of: kernel: dlm: TCP protocol can't handle multi-homed hosts, try SCTP there was some reconfiguration involed and my guess it that we left some dlm_local_addr array pointers in some dangled state. The first patch should fix the observed behaviour. The other patches is something what I thought can also happen, it just checks if we setup a node address twice, if this is the case we return -EEXIST. This is based on dlm/next with the previous submitted patch series. - Alex Alexander Aring (3): fs: dlm: cleanup dlm_local_addr properly fs: dlm: constify addr_compare fs: dlm: check on existing node address fs/dlm/lowcomms.c | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) -- 2.26.2