mbox series

[GIT,PULL] Block fix for 5.13-rc1

Message ID 2ddc94ae-e805-f0fa-b18a-879c422435cb@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fix for 5.13-rc1 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.13-2021-05-09

Message

Jens Axboe May 9, 2021, 4:16 p.m. UTC
Hi Linus,

Turns out the bio max size change still has issues, so let's get it
reverted for 5.13-rc1. We'll shake out the issues there and defer it to
5.14 instead.

Please pull!


The following changes since commit cf7b39a0cbf6bf57aa07a008d46cf695add05b4c:

  block: reexpand iov_iter after read/write (2021-05-06 09:24:03 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.13-2021-05-09

for you to fetch changes up to 35c820e71565d1fa835b82499359218b219828ac:

  Revert "bio: limit bio max size" (2021-05-08 21:49:48 -0600)

----------------------------------------------------------------
block-5.13-2021-05-09

----------------------------------------------------------------
Jens Axboe (1):
      Revert "bio: limit bio max size"

 block/bio.c            | 13 ++-----------
 block/blk-settings.c   |  5 -----
 include/linux/bio.h    |  4 +---
 include/linux/blkdev.h |  2 --
 4 files changed, 3 insertions(+), 21 deletions(-)

Comments

pr-tracker-bot@kernel.org May 9, 2021, 8:50 p.m. UTC | #1
The pull request you sent on Sun, 9 May 2021 10:16:32 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.13-2021-05-09

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

Thank you!