From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tycho Andersen Date: Fri, 9 Nov 2018 08:15:20 -0700 Subject: [Cluster-devel] [PATCH 0/3] dlm: fix various incorrect behaviors In-Reply-To: <20181107222042.GA24927@redhat.com> References: <20181102201822.12518-1-tycho@tycho.ws> <20181107222042.GA24927@redhat.com> Message-ID: <20181109151520.GD3645@cisco> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Wed, Nov 07, 2018 at 04:20:42PM -0600, David Teigland wrote: > On Fri, Nov 02, 2018 at 02:18:19PM -0600, Tycho Andersen wrote: > > Hi, > > > > here's a series to fix some bugs I noticed in the DLM. The third patch > > in the series and maybe the first should probably go to stable, assuming > > everyone agrees they're indeed bugs. > > > > Thanks, > > > > Tycho > > > > Tycho Andersen (3): > > dlm: fix invalid free > > dlm: don't allow zero length names > > dlm: don't leak kernel pointer to userspace > > > > fs/dlm/lockspace.c | 2 +- > > fs/dlm/member.c | 5 +++-- > > fs/dlm/user.c | 2 +- > > 3 files changed, 5 insertions(+), 4 deletions(-) > > I've pushed these to linux-dlm next. Great, thanks! Should we send 1 and 3 to stable? Tycho