linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Btrfs fix for 6.4-rc8
@ 2023-06-20 18:24 David Sterba
  2023-06-20 19:00 ` Linus Torvalds
  2023-06-20 22:53 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: David Sterba @ 2023-06-20 18:24 UTC (permalink / raw)
  To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel

Hi,

one more regression fix for an assertion failure that uncovered a nasty
problem with stripe calculations. This is caused by a u32 overflow when
there are enough devices. The fstests require 6 so this hasn't been
caught, I was able to hit it with 8.

The fix is minimal and only adds u64 casts, we'll clean that up later. I
did various additional tests to be sure. Please pull, thanks.

----------------------------------------------------------------
The following changes since commit b50f2d048ecf1512ff85128ea4153bceb0e60590:

  btrfs: scrub: fix a return value overwrite in scrub_stripe() (2023-06-14 18:30:30 +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 a7299a18a179a9713651fce9ad00972a633c14a9:

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

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

 fs/btrfs/volumes.c | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Btrfs fix for 6.4-rc8
  2023-06-20 18:24 [GIT PULL] Btrfs fix for 6.4-rc8 David Sterba
@ 2023-06-20 19:00 ` Linus Torvalds
  2023-06-20 20:06   ` David Sterba
  2023-06-20 22:53 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2023-06-20 19:00 UTC (permalink / raw)
  To: David Sterba; +Cc: linux-btrfs, linux-kernel

On Tue, 20 Jun 2023 at 11:30, David Sterba <dsterba@suse.com> wrote:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-6.4-rc7-tag

I think you forgot to push the tag.

I see 'refs/heads/for-6.4-rc7' in your repo that contains the commit
you mention, but no corresponding signed tag.

                Linus

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Btrfs fix for 6.4-rc8
  2023-06-20 19:00 ` Linus Torvalds
@ 2023-06-20 20:06   ` David Sterba
  0 siblings, 0 replies; 4+ messages in thread
From: David Sterba @ 2023-06-20 20:06 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel

On Tue, Jun 20, 2023 at 12:00:35PM -0700, Linus Torvalds wrote:
> On Tue, 20 Jun 2023 at 11:30, David Sterba <dsterba@suse.com> wrote:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-6.4-rc7-tag
> 
> I think you forgot to push the tag.
> 
> I see 'refs/heads/for-6.4-rc7' in your repo that contains the commit
> you mention, but no corresponding signed tag.

Ah right, sorry, now pushed.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Btrfs fix for 6.4-rc8
  2023-06-20 18:24 [GIT PULL] Btrfs fix for 6.4-rc8 David Sterba
  2023-06-20 19:00 ` Linus Torvalds
@ 2023-06-20 22:53 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-06-20 22:53 UTC (permalink / raw)
  To: David Sterba; +Cc: torvalds, David Sterba, linux-btrfs, linux-kernel

The pull request you sent on Tue, 20 Jun 2023 20:24: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/4b0c7a1ba09386e26cf9e55cd375af8e0f48662e

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-20 22:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-20 18:24 [GIT PULL] Btrfs fix for 6.4-rc8 David Sterba
2023-06-20 19:00 ` Linus Torvalds
2023-06-20 20:06   ` David Sterba
2023-06-20 22:53 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).