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:   Mon,  6 Feb 2023 20:50:09 +0100
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 v6.2-rc8

Hi,

a few more short fixes. Please pull, thanks.

- explicitly initialize zlib work memory to fix a KCSAN warning

- limit number of send clones by maximum memory allocated

- limit device size extent in case it device shrink races with chunk
  allocation

- raid56 fixes
  - fix copy&paste error in RAID6 stripe recovery
  - make error bitmap update atomic

----------------------------------------------------------------
The following changes since commit b7adbf9ada3513d2092362c8eac5cddc5b651f5c:

  btrfs: fix race between quota rescan and disable leading to NULL pointer deref (2023-01-16 19:46:54 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-6.2-rc7-tag

for you to fetch changes up to a9ad4d87aa263de36895402b66115a3a4b88bf1c:

  btrfs: raid56: make error_bitmap update atomic (2023-01-27 14:57:10 +0100)

----------------------------------------------------------------
Alexander Potapenko (1):
      btrfs: zlib: zero-initialize zlib workspace

David Sterba (1):
      btrfs: send: limit number of clones and allocated memory size

Josef Bacik (1):
      btrfs: limit device extents to the device size

Qu Wenruo (1):
      btrfs: raid56: make error_bitmap update atomic

Tanmay Bhushan (1):
      btrfs: raid56: fix stripes if vertical errors are found

 fs/btrfs/raid56.c  | 14 +++++++++++---
 fs/btrfs/send.c    |  6 +++---
 fs/btrfs/volumes.c |  6 +++++-
 fs/btrfs/zlib.c    |  2 +-
 4 files changed, 20 insertions(+), 8 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ