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