]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita3e0f4ed7df5c8e502e2e5347ffcd547f27f0b0d
tree9ecaaf0a669141805dee0af6c7d33467d1ff58d2
parent39e93eb62192bcf2c761343fc84593e0f4c18f92
parentba48da637658fc1872f563f78c8fc2cbc8822596
Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/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