* [GIT PULL] dlm updates for 4.3
@ 2015-08-31 16:17 David Teigland
0 siblings, 0 replies; only message in thread
From: David Teigland @ 2015-08-31 16:17 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.3
This set mainly includes a change to the way the
dlm uses the SCTP API in the kernel, removing the
direct dependency on the sctp module. Other odd
SCTP-related fixes are also included. The other
notable fix is for a long standing regression in
the behavior of lock value blocks for user space
locks.
Thanks,
Dave
Bob Peterson (1):
dlm: print error from kernel_sendpage
David Teigland (1):
dlm: fix lvb copy for user locks
Marcelo Ricardo Leitner (6):
dlm: fix connection stealing if using SCTP
dlm: fix race while closing connections
dlm: fix not reconnecting on connecting error handling
dlm: use sctp 1-to-1 API
dlm: replace BUG_ON with a less severe handling
dlm: fix reconnecting but not sending data
kbuild test robot (1):
dlm: sctp_accept_from_sock() can be static
fs/dlm/lowcomms.c | 743 +++++++++++++++++++-----------------------------
fs/dlm/user.c | 7 +-
include/uapi/linux/dlm_device.h | 2 +-
3 files changed, 305 insertions(+), 447 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-08-31 16:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-31 16:17 [GIT PULL] dlm updates for 4.3 David Teigland
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome