mbox series

[GIT,PULL] Btrfs fix for 6.4-rc7, part 2

Message ID cover.1687448378.git.dsterba@suse.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Btrfs fix for 6.4-rc7, part 2 | expand

Pull-request

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

Message

David Sterba June 23, 2023, 6:58 p.m. UTC
Hi,

unfortunately the recent u32 overflow fix was not complete, there was
one conversion left, assertion not triggered by my tests but caught by
Qu's fstests case. The "cleanup for later" has been promoted to a proper
fix and wraps all uses of the stripe left shift so the diffstat has grown
but leaves no potentially problematic uses. We should have done it that
way before, sorry.

Please pull, thanks.

----------------------------------------------------------------
The following changes since commit a7299a18a179a9713651fce9ad00972a633c14a9:

  btrfs: fix u32 overflows when left shifting stripe_nr (2023-06-20 19:10:31 +0200)

are available in the Git repository at:

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

for you to fetch changes up to cb091225a538005965b7c59c7c33ebe5358a5815:

  btrfs: fix remaining u32 overflows when left shifting stripe_nr (2023-06-22 17:03:55 +0200)

----------------------------------------------------------------
Qu Wenruo (1):
      btrfs: fix remaining u32 overflows when left shifting stripe_nr

 fs/btrfs/block-group.c  |  2 +-
 fs/btrfs/scrub.c        | 22 +++++++++++-----------
 fs/btrfs/tree-checker.c |  4 ++--
 fs/btrfs/volumes.c      | 29 +++++++++++++++--------------
 fs/btrfs/volumes.h      | 11 +++++++++++
 5 files changed, 40 insertions(+), 28 deletions(-)

Comments

pr-tracker-bot@kernel.org June 23, 2023, 11:53 p.m. UTC | #1
The pull request you sent on Fri, 23 Jun 2023 20:58:01 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/569fa9392d2d48e35955b69775d11507ea96b36a

Thank you!