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.1745339483.git.dsterba@suse.com>
Date: Tue, 22 Apr 2025 18:52:27 +0200
From: David Sterba <dsterba@...e.com>
To: linux-btrfs@...r.kernel.org,
	torvalds@...ux-foundation.org
Cc: David Sterba <dsterba@...e.com>,
	linux-kernel@...r.kernel.org
Subject: [GIT PULL] Btrfs fixes for 6.15-rc4

Hi,

please pull the following short fixes. Most of them are one-liners,
there's one preparatory patch in block layer moving some code around
and adding a helper that's used in a fix. Thanks.

- subpage mode fixes
  - access correct object (folio) when looking up bit offset
  - fix assertion condition for number of blocks per folio
  - fix upper boundary of locking range in hole punch

- zoned fixes
  - fix potential deadlock caught by lockdep when zone reporting and
    device freeze run in parallel
  - fix zone write pointer mismatch and NULL pointer dereference when
    metadata are converted from DUP to RAID1

- fix error handling when reloc inode creation fails

- in tree-checker, unify error code for header level check

- block layer: add helpers to read zone capacity

----------------------------------------------------------------
The following changes since commit 65f2a3b2323edde7c5de3a44e67fec00873b4217:

  btrfs: remove folio order ASSERT()s in super block writeback path (2025-04-01 01:02:42 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.15-rc3-tag

for you to fetch changes up to 866bafae59ecffcf1840d846cd79740be29f21d6:

  btrfs: zoned: skip reporting zone for new block group (2025-04-17 11:57:25 +0200)

----------------------------------------------------------------
David Sterba (1):
      btrfs: tree-checker: adjust error code for header level check

Filipe Manana (1):
      btrfs: fix invalid inode pointer after failure to create reloc inode

Johannes Thumshirn (1):
      btrfs: zoned: return EIO on RAID1 block group write pointer mismatch

Naohiro Aota (2):
      block: introduce zone capacity helper
      btrfs: zoned: skip reporting zone for new block group

Qu Wenruo (3):
      btrfs: subpage: access correct object when reading bitmap start in subpage_calc_start_bit()
      btrfs: avoid page_lockend underflow in btrfs_punch_hole_lock_range()
      btrfs: fix the ASSERT() inside GET_SUBPAGE_BITMAP()

 fs/btrfs/file.c         |  9 +++++--
 fs/btrfs/relocation.c   |  2 +-
 fs/btrfs/subpage.c      |  4 +--
 fs/btrfs/tree-checker.c |  2 +-
 fs/btrfs/zoned.c        | 19 +++++++++++---
 include/linux/blkdev.h  | 67 +++++++++++++++++++++++++++++++++----------------
 6 files changed, 72 insertions(+), 31 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ