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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240718-vfs-fixes-ea80df04af07@brauner>
Date: Thu, 18 Jul 2024 11:01:55 +0200
From: Christian Brauner <brauner@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Christian Brauner <brauner@...nel.org>,
	linux-fsdevel@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [GIT PULL] vfs fixes

/* Summary */
This contains fixes for this merge window:

- Fix a missing rcu_read_unlock() in nsfs by switching to a cleanup guard.

- Add missing module descriptor for adfs.

/* Testing */
clang: Debian clang version 16.0.6 (27)
gcc: (Debian 13.2.0-25) 13.2.0

/* Conflicts */
No known conflicts.

The following changes since commit b1bc554e009e3aeed7e4cfd2e717c7a34a98c683:

  Merge tag 'media/v6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media (2024-07-17 18:30:10 -0700)

are available in the Git repository at:

  git@...olite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.11-rc1.fixes

for you to fetch changes up to 280e36f0d5b997173d014c07484c03a7f7750668:

  nsfs: use cleanup guard (2024-07-18 09:50:08 +0200)

Please consider pulling these changes from the signed vfs-6.11-rc1.fixes tag.

Thanks!
Christian

----------------------------------------------------------------
vfs-6.11-rc1.fixes

----------------------------------------------------------------
Christian Brauner (1):
      nsfs: use cleanup guard

Jeff Johnson (1):
      fs/adfs: add MODULE_DESCRIPTION

 fs/adfs/super.c | 1 +
 fs/nsfs.c       | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ