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,  5 Aug 2022 22:12:48 +0200
From:   Andreas Gruenbacher <agruenba@...hat.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Andreas Gruenbacher <agruenba@...hat.com>,
        cluster-devel@...hat.com, linux-kernel@...r.kernel.org
Subject: [GIT PULL] gfs2 fixes

Hi Linus,

please consider pulling the following gfs2 fixes.

Thank you very much,
Andreas

The following changes since commit 03c765b0e3b4cb5063276b086c76f7a612856a9a:

  Linux 5.19-rc4 (2022-06-26 14:22:10 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v5.19-rc4-fixes

for you to fetch changes up to 446279168e030fd0ed68e2bba336bef8bb3da352:

  Merge part of branch 'for-next.instantiate' into for-next (2022-08-05 18:37:03 +0200)

----------------------------------------------------------------
gfs2 fixes

- Instantiate glocks ouside of the glock state engine, in the contect of
  the process taking the glock.  This moves unnecessary complexity out
  of the core glock code.  Clean up the instantiate logic to be more
  sensible.

- In gfs2_glock_async_wait(), cancel pending locking request upon
  failure.  Make sure all glocks are left in a consistent state.

- Various other minor cleanups and fixes.

----------------------------------------------------------------
Andreas Gruenbacher (9):
      gfs2: Minor gfs2_glock_nq_m cleanup
      gfs2: Fix up gfs2_glock_async_wait
      gfs2: Instantiate glocks ouside of glock state engine
      gfs2: Revert 'Fix "truncate in progress" hang'
      gfs2: Add new go_held glock operation
      gfs2: Make go_instantiate take a glock
      gfs2: Use better variable name
      gfs2: List traversal in do_promote is safe
      Merge part of branch 'for-next.instantiate' into for-next

Bob Peterson (2):
      gfs2: Rewrap overlong comment in do_promote
      gfs2: do_promote glock holder stealing fix

Minghao Chi (1):
      gfs2: Remove redundant NULL check before kfree

Zhang Jiaming (1):
      gfs2: Fix spelling mistake in comment

 fs/gfs2/dir.c        |   2 +-
 fs/gfs2/file.c       |   3 +-
 fs/gfs2/glock.c      | 200 ++++++++++++++++++++-------------------------------
 fs/gfs2/glock.h      |   2 +-
 fs/gfs2/glops.c      |  31 ++++----
 fs/gfs2/incore.h     |   6 +-
 fs/gfs2/lock_dlm.c   |   2 +-
 fs/gfs2/main.c       |   1 -
 fs/gfs2/ops_fstype.c |   2 -
 fs/gfs2/quota.c      |  28 +-------
 fs/gfs2/rgrp.c       |  12 ++--
 fs/gfs2/rgrp.h       |   5 +-
 fs/gfs2/super.c      |   2 +-
 fs/gfs2/xattr.c      |   2 +-
 14 files changed, 111 insertions(+), 187 deletions(-)

Powered by blists - more mailing lists