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>] [day] [month] [year] [list]
Message-ID: <20241125102057.1505150-1-agruenba@redhat.com>
Date: Mon, 25 Nov 2024 11:20:56 +0100
From: Andreas Gruenbacher <agruenba@...hat.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andreas Gruenbacher <agruenba@...hat.com>,
	gfs2@...ts.linux.dev,
	linux-kernel@...r.kernel.org
Subject: [GIT PULL] gfs2 changes for 6.13

Dear Linus,

please consider pulling the following gfs2 changes.

The top two commits have only been added to for-next a couple of days ago; they
fix a NULL pointer dereference in a previous patch in this pull request and an
unlikely race in the same code.  These fixes have passed several days of heavy
testing, so I hope you can agree to including them.

Thanks,
Andreas

The following changes since commit 721068dec4ec3cc625d8737d4dfa0ff0aa795cd1:

  Merge tag 'gfs2-v6.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 (2024-09-23 11:55:17 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-for-6.13

for you to fetch changes up to ffd1cf0443a208b80e40100ed02892d2ec74c7e9:

  gfs2: Prevent inode creation race (2024-11-19 13:05:41 +0100)

----------------------------------------------------------------
gfs2 changes

- Fix the code that cleans up left-over unlinked files.  Various fixes
  and minor improvements in deleting files cached or held open remotely.

- Simplify the use of dlm's DLM_LKF_QUECVT flag.

- A few other minor cleanups.

----------------------------------------------------------------
Andreas Gruenbacher (20):
      gfs2: Rename GLF_VERIFY_EVICT to GLF_VERIFY_DELETE
      gfs2: Initialize gl_no_formal_ino earlier
      gfs2: Allow immediate GLF_VERIFY_DELETE work
      gfs2: Fix unlinked inode cleanup
      gfs2: Faster gfs2_upgrade_iopen_glock wakeups
      gfs2: Rename GIF_{DEFERRED -> DEFER}_DELETE
      gfs2: Rename dinode_demise to evict_behavior
      gfs2: Return enum evict_behavior from gfs2_upgrade_iopen_glock
      gfs2: Minor delete_work_func cleanup
      gfs2: Clean up delete work processing
      gfs2: Call gfs2_queue_verify_delete from gfs2_evict_inode
      gfs2: Update to the evict / remote delete documentation
      gfs2: Use mod_delayed_work in gfs2_queue_try_to_evict
      gfs2: Randomize GLF_VERIFY_DELETE work delay
      gfs2: Use get_random_u32 in gfs2_orlov_skip
      gfs2: Make gfs2_inode_refresh static
      gfs2: gfs2_evict_inode clarification
      gfs2: Simplify DLM_LKF_QUECVT use
      gfs2: Only defer deletes when we have an iopen glock
      gfs2: Prevent inode creation race

Qianqiang Liu (1):
      KMSAN: uninit-value in inode_go_dump (5)

 fs/gfs2/glock.c    | 107 ++++++++++++++++++++---------------------------------
 fs/gfs2/glock.h    |   7 ++++
 fs/gfs2/glops.c    |  11 +++++-
 fs/gfs2/incore.h   |   4 +-
 fs/gfs2/inode.c    |   1 +
 fs/gfs2/inode.h    |   2 -
 fs/gfs2/lock_dlm.c |  29 +++++++++++++--
 fs/gfs2/rgrp.c     |   6 +--
 fs/gfs2/super.c    |  89 +++++++++++++++++++++++++++-----------------
 9 files changed, 142 insertions(+), 114 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ