mbox series

[GIT,PULL] Block fixes for 5.10 final

Message ID 6f7f4ba2-2de2-b6e7-cbf9-cbad3eaf72db@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.10 final | expand

Pull-request

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

Message

Jens Axboe Dec. 12, 2020, 2:57 a.m. UTC
Hi Linus,

A set of reverts for md/raid10 discard changes in this merge window,
which have been proved to cause corruption in distro kernels. 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-11

for you to fetch changes up to 4223a5be80b8998d717c6b0e1000070e0e336bf3:

  Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.10 (2020-12-10 07:08:22 -0700)

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

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

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      |   2 -
 drivers/md/raid0.c   |  14 +-
 drivers/md/raid10.c  | 423 +++++++--------------------------------------------
 drivers/md/raid10.h  |   1 -
 6 files changed, 80 insertions(+), 391 deletions(-)

Comments

Jens Axboe Dec. 12, 2020, 3:12 a.m. UTC | #1
On 12/11/20 7:57 PM, Jens Axboe wrote:
> Hi Linus,
> 
> A set of reverts for md/raid10 discard changes in this merge window,
> which have been proved to cause corruption in distro kernels. Please
> pull!

Hold off on this please, just now noticed that the last build threw
a minmax warning on this. I'll double check and resubmit it tomorrow,
just to be on the safe side.
pr-tracker-bot@kernel.org Dec. 13, 2020, 7:39 p.m. UTC | #2
The pull request you sent on Fri, 11 Dec 2020 19:57:52 -0700:

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

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

Thank you!