* [GIT PULL] dlm updates for 4.14
@ 2017-09-05 16:49 David Teigland
0 siblings, 0 replies; only message in thread
From: David Teigland @ 2017-09-05 16:49 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
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(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-09-05 16:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-05 16:49 [GIT PULL] dlm updates for 4.14 David Teigland
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox