Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752512AbdIEQt0 (ORCPT ); Tue, 5 Sep 2017 12:49:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34074 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752265AbdIEQtY (ORCPT ); Tue, 5 Sep 2017 12:49:24 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 8426B92466 Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=teigland@redhat.com Date: Tue, 5 Sep 2017 11:49:22 -0500 From: David Teigland To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] dlm updates for 4.14 Message-ID: <20170905164922.GA31733@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.8.3 (2017-05-23) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Tue, 05 Sep 2017 16:49:24 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1907 Lines: 57 Hi Linus, Please pull dlm updates from tag: git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git dlm-4.14 This set includes a bunch of minor code cleanups that have accumulated, probably from code analyzers people like to run. There is one nice fix that avoids some socket leaks by switching to use sock_create_lite(). Thanks, Dave Bhumika Goyal (1): dlm: constify kset_uevent_ops structure Edwin T?r?k (1): dlm: avoid double-free on error path in dlm_device_{register,unregister} Gang He (1): dlm: Make dismatch error message more clear Guoqing Jiang (1): dlm: use sock_create_lite inside tcp_accept_from_sock Markus Elfring (10): dlm: Replace six seq_puts() calls by seq_putc() dlm: Add spaces for better code readability dlm: Improve a size determination in table_seq_start() dlm: Use kcalloc() in dlm_scan_waiters() dlm: Improve a size determination in dlm_recover_waiters_pre() dlm: Delete an error message for a failed memory allocation in dlm_recover_waiters_pre() dlm: Use kmalloc_array() in make_member_array() dlm: Use kcalloc() in two functions dlm: Improve a size determination in two functions dlm: Delete an unnecessary variable initialisation in dlm_ls_start() Mikko Rapeli (1): uapi linux/dlm_netlink.h: include linux/dlmconstants.h Vlad Tsyrklevich (1): dlm: Fix kernel memory disclosure Zhu Lingshan (1): dlm: print log message when cluster name is not set fs/dlm/debug_fs.c | 25 ++++++++++++------------- fs/dlm/lock.c | 8 +++----- fs/dlm/lockspace.c | 9 +++++++-- fs/dlm/lowcomms.c | 2 +- fs/dlm/member.c | 15 ++++++--------- fs/dlm/user.c | 6 ++++++ include/uapi/linux/dlm_netlink.h | 1 + 7 files changed, 36 insertions(+), 30 deletions(-)