Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 Aug 2020 02:44:25 +0000 (19:44 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 Aug 2020 02:44:25 +0000 (19:44 -0700)
commit86cfccb66937dd6cbf26ed619958b9e587e6a115
tree9ecaaf0a669141805dee0af6c7d33467d1ff58d2
parent0e4656a299db8484933a143259e7e5ebae2e3a01
parent055923bf6b48659755b5f0169e34107ee2cb9b68
Merge tag 'dlm-5.9' of git://git./linux/kernel/git/teigland/linux-dlm

Pull dlm updates from David Teigland:
 "This set includes a some improvements to the dlm networking layer:
  improving the ability to trace dlm messages for debugging, and
  improved handling of bad messages or disrupted connections"

* tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm:
  fs: dlm: implement tcp graceful shutdown
  fs: dlm: change handling of reconnects
  fs: dlm: don't close socket on invalid message
  fs: dlm: set skb mark per peer socket
  fs: dlm: set skb mark for listen socket
  net: sock: add sock_set_mark
  dlm: Fix kobject memleak
include/net/sock.h
net/core/sock.c