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]
Message-ID: <cover.1720111779.git.dsterba@suse.com>
Date: Thu,  4 Jul 2024 19:08:16 +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.10.rc7, part 2

Hi,

please pull a few more fixes for bugs reported recently. Thanks.

- fix folio refcounting when releasing them (encoded write, dummy extent
  buffer)

- fix out of bounds read when checking qgroup inherit data

- fix how configurable chunk size is handled in zoned mode

- in the ref-verify tool, fix uninitialized return value when checking
  extent owner ref and simple quota are not enabled

----------------------------------------------------------------
The following changes since commit 48f091fd50b2eb33ae5eaea9ed3c4f81603acf38:

  btrfs: fix adding block group to a reclaim list and the unused list during reclaim (2024-07-01 17:33:15 +0200)

are available in the Git repository at:

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

for you to fetch changes up to a56c85fa2d59ab0780514741550edf87989a66e9:

  btrfs: fix folio refcount in __alloc_dummy_extent_buffer() (2024-07-04 02:19:10 +0200)

----------------------------------------------------------------
Boris Burkov (2):
      btrfs: fix folio refcount in btrfs_do_encoded_write()
      btrfs: fix folio refcount in __alloc_dummy_extent_buffer()

Filipe Manana (1):
      btrfs: fix uninitialized return value in the ref-verify tool

Naohiro Aota (1):
      btrfs: zoned: fix calc_available_free_space() for zoned mode

Qu Wenruo (1):
      btrfs: always do the basic checks for btrfs_qgroup_inherit structure

 fs/btrfs/extent_io.c  |  2 +-
 fs/btrfs/inode.c      |  2 +-
 fs/btrfs/qgroup.c     | 10 ++++++++--
 fs/btrfs/ref-verify.c |  9 +++++++--
 fs/btrfs/space-info.c | 24 +++++++++++++++++++++---
 5 files changed, 38 insertions(+), 9 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ