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: <cover.1746539430.git.dsterba@suse.com>
Date: Tue,  6 May 2025 16:06:18 +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-rc6

Hi,

a few more fixes, minor updates and one revert. Please pull, thanks.

- revert device path canonicalization, this does not work as intended
  with namespaces and is not reliable in all setups

- fix crash in scrub when checksum tree is not valid, e.g. when mounted
  with rescue=ignoredatacsums

- fix crash when tracepoint btrfs_prelim_ref_insert is enabled

- other minor fixups
  - open code folio_index(), meant to be used in MM code
  - use matching type for sizeof in compression allocation

----------------------------------------------------------------
The following changes since commit e08e49d986f82c30f42ad0ed43ebbede1e1e3739:

  btrfs: adjust subpage bit start based on sectorsize (2025-04-23 08:42:10 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 38e541051e1d19e8b1479a6af587a7884653e041:

  btrfs: open code folio_index() in btree_clear_folio_dirty_tag() (2025-05-02 13:20:56 +0200)

----------------------------------------------------------------
Boris Burkov (1):
      btrfs: handle empty eb->folios in num_extent_folios()

Goldwyn Rodrigues (1):
      btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref

Kairui Song (1):
      btrfs: open code folio_index() in btree_clear_folio_dirty_tag()

Kees Cook (1):
      btrfs: compression: adjust cb->compressed_folios allocation type

Qu Wenruo (2):
      btrfs: avoid NULL pointer dereference if no valid csum tree
      Revert "btrfs: canonicalize the device path before adding it"

 fs/btrfs/compression.c       |  2 +-
 fs/btrfs/extent_io.c         |  4 +-
 fs/btrfs/extent_io.h         |  2 +
 fs/btrfs/scrub.c             |  4 +-
 fs/btrfs/volumes.c           | 91 +-------------------------------------------
 include/trace/events/btrfs.h |  2 +-
 6 files changed, 9 insertions(+), 96 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ