All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL v2] Final block fixes for 5.10
@ 2020-12-12 21:10 Jens Axboe
  2020-12-13 19:39 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2020-12-12 21:10 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block

Hi Linus,

Mike and Song looked into the warning case, and thankfully it appears
the fix was pretty trivial - we can just change the md device chunk type
to unsigned int to get rid of it. They cannot currently be < 0, and
nobody is checking for that either.

That said, this should be it for 5.10. We're reverting the discard
changes as the corruption reports came in very late, and there's just no
time to attempt to deal with it at this point. Reverting the changes in
question is the right call for 5.10.

Please pull!


The following changes since commit 7e7986f9d3ba69a7375a41080a1f8c8012cb0923:

  block: use gcd() to fix chunk_sectors limit stacking (2020-12-01 11:02:55 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.10-2020-12-12

for you to fetch changes up to 6ffeb1c3f8226244c08105bcdbeecc04bad6b89a:

  md: change mddev 'chunk_sectors' from int to unsigned (2020-12-12 10:07:50 -0700)

----------------------------------------------------------------
block-5.10-2020-12-12

----------------------------------------------------------------
Jens Axboe (1):
      Merge branch 'md-fixes' of https://git.kernel.org/.../song/md into block-5.10

Mike Snitzer (1):
      md: change mddev 'chunk_sectors' from int to unsigned

Song Liu (6):
      Revert "dm raid: remove unnecessary discard limits for raid10"
      Revert "md/raid10: improve discard request for far layout"
      Revert "md/raid10: improve raid10 discard request"
      Revert "md/raid10: pull codes that wait for blocked dev into one function"
      Revert "md/raid10: extend r10bio devs to raid disks"
      Revert "md: add md_submit_discard_bio() for submitting discard bio"

 drivers/md/dm-raid.c |  11 ++
 drivers/md/md.c      |  20 ---
 drivers/md/md.h      |   6 +-
 drivers/md/raid0.c   |  14 +-
 drivers/md/raid10.c  | 423 +++++++--------------------------------------------
 drivers/md/raid10.h  |   1 -
 6 files changed, 82 insertions(+), 393 deletions(-)

-- 
Jens Axboe


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

* Re: [GIT PULL v2] Final block fixes for 5.10
  2020-12-12 21:10 [GIT PULL v2] Final block fixes for 5.10 Jens Axboe
@ 2020-12-13 19:39 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-12-13 19:39 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, linux-block

The pull request you sent on Sat, 12 Dec 2020 14:10:41 -0700:

> git://git.kernel.dk/linux-block.git tags/block-5.10-2020-12-12

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

Thank you!

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

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

end of thread, other threads:[~2020-12-13 19:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-12 21:10 [GIT PULL v2] Final block fixes for 5.10 Jens Axboe
2020-12-13 19:39 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.