public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: David Teigland <teigland@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] dlm updates for 4.14
Date: Tue, 5 Sep 2017 11:49:22 -0500	[thread overview]
Message-ID: <20170905164922.GA31733@redhat.com> (raw)

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(-)

                 reply	other threads:[~2017-09-05 16:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170905164922.GA31733@redhat.com \
    --to=teigland@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox