From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Aring Date: Thu, 27 Aug 2020 15:02:47 -0400 Subject: [Cluster-devel] [PATCH dlm/next 0/7] fs: dlm: locking and memory fixes Message-ID: <20200827190254.719333-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, this patch series contains some locking and memory issues which I found while working on a bigger fix to make dlm secured against tcpkill. - Alex Alexander Aring (7): fs: dlm: synchronize dlm before shutdown fs: dlm: make connection hash lockless fs: dlm: fix dlm_local_addr memory leak fs: dlm: fix configfs memory leak fs: dlm: move free writequeue into con free fs: dlm: handle possible othercon writequeues fs: dlm: use free_con to free connection fs/dlm/Kconfig | 1 + fs/dlm/config.c | 3 ++ fs/dlm/lowcomms.c | 122 +++++++++++++++++++++------------------------- 3 files changed, 60 insertions(+), 66 deletions(-) -- 2.26.2