linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] dlm updates for 5.9
@ 2020-08-06 16:45 David Teigland
  2020-08-07  2:48 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Teigland @ 2020-08-06 16:45 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-5.9

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.

Note two unusual things:
- There is a commit under net that was posted to netdev, which add a
  socket helper for setting a mark value on a socket.
- This branch was just rebased to drop a commit that was adding a tuning
  knob to adjust blocking during recovery; we decided there's not enough
  evidence it's necessary.

Thanks,
Dave

Alexander Aring (6):
      net: sock: add sock_set_mark
      fs: dlm: set skb mark for listen socket
      fs: dlm: set skb mark per peer socket
      fs: dlm: don't close socket on invalid message
      fs: dlm: change handling of reconnects
      fs: dlm: implement tcp graceful shutdown

Wang Hai (1):
      dlm: Fix kobject memleak

 fs/dlm/config.c    |  44 +++++++++++++++++++++++++++++
 fs/dlm/config.h    |   2 ++
 fs/dlm/lockspace.c |   6 ++--
 fs/dlm/lowcomms.c  | 131 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------
 include/net/sock.h |   1 +
 net/core/sock.c    |   8 ++++++
 6 files changed, 164 insertions(+), 28 deletions(-)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] dlm updates for 5.9
  2020-08-06 16:45 [GIT PULL] dlm updates for 5.9 David Teigland
@ 2020-08-07  2:48 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-08-07  2:48 UTC (permalink / raw)
  To: David Teigland; +Cc: Linus Torvalds, linux-kernel

The pull request you sent on Thu, 6 Aug 2020 11:45:07 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git dlm-5.9

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/86cfccb66937dd6cbf26ed619958b9e587e6a115

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-07  2:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-06 16:45 [GIT PULL] dlm updates for 5.9 David Teigland
2020-08-07  2:48 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).