lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 30 Apr 2021 11:28:03 -0500
From:   David Teigland <teigland@...hat.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org
Subject: [GIT PULL] dlm updates for 5.13

Hi Linus,

Please pull dlm updates from tag:

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

This set includes more dlm networking cleanups and improvements for
making dlm shutdowns more robust.

Thanks,
Dave


Alexander Aring (13):
      fs: dlm: fix debugfs dump
      fs: dlm: fix mark setting deadlock
      fs: dlm: set connected bit after accept
      fs: dlm: set subclass for othercon sock_mutex
      fs: dlm: add errno handling to check callback
      fs: dlm: add check if dlm is currently running
      fs: dlm: change allocation limits
      fs: dlm: use GFP_ZERO for page buffer
      fs: dlm: simplify writequeue handling
      fs: dlm: check on minimum msglen size
      fs: dlm: remove unaligned memory access handling
      fs: dlm: flush swork on shutdown
      fs: dlm: add shutdown hook

Yang Yingliang (1):
      fs: dlm: fix missing unlock on error in accept_from_sock()


 fs/dlm/config.c    |  86 ++++++++++++++++--------
 fs/dlm/config.h    |   1 -
 fs/dlm/debug_fs.c  |   1 +
 fs/dlm/lock.c      |   2 -
 fs/dlm/lockspace.c |  20 +++---
 fs/dlm/lowcomms.c  | 194 ++++++++++++++++++++++++++++++-----------------------
 fs/dlm/lowcomms.h  |   5 ++
 fs/dlm/midcomms.c  |  33 +++++----
 fs/dlm/rcom.c      |   2 -
 9 files changed, 202 insertions(+), 142 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ