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: Thu,  2 May 2024 14:57:18 +0200
From: David Sterba <dsterba@...e.com>
To: torvalds@...ux-foundation.org
Cc: David Sterba <dsterba@...e.com>,
	linux-btrfs@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [GIT PULL] Btrfs fixes for 6.9-rc7

Hi,

please pull a few more fixes, thanks.

- set correct ram_bytes when splitting ordered extent, this is
  can be inconsistent on-disk but harmless as it's not used for
  calculations and it's only advisory for compression

- fix lockdep splat when taking cleaner mutex in qgroups disable ioctl

- fix missing mutex unlock on error path when looking up sys chunk for
  relocation

----------------------------------------------------------------
The following changes since commit fe1c6c7acce10baf9521d6dccc17268d91ee2305:

  btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() (2024-04-18 18:18:50 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.9-rc6-tag

for you to fetch changes up to 63a6ce5a1a6261e4c70bad2b55c4e0de8da4762e:

  btrfs: set correct ram_bytes when splitting ordered extent (2024-04-30 12:03:44 +0200)

----------------------------------------------------------------
Dominique Martinet (1):
      btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()

Josef Bacik (1):
      btrfs: take the cleaner_mutex earlier in qgroup disable

Qu Wenruo (1):
      btrfs: set correct ram_bytes when splitting ordered extent

 fs/btrfs/ioctl.c        | 33 ++++++++++++++++++++++++++++++---
 fs/btrfs/ordered-data.c |  1 +
 fs/btrfs/qgroup.c       | 21 ++++++++-------------
 fs/btrfs/volumes.c      |  1 +
 4 files changed, 40 insertions(+), 16 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ