mbox series

[GIT,PULL] Block fixes for 6.6-rc1

Message ID 4cb29a92-f386-4ab1-b7c7-56aef11e35f2@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.6-rc1 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.6-2023-09-08

Message

Jens Axboe Sept. 8, 2023, 3:08 p.m. UTC
Hi Linus,

Some fixes for block that should go into the 6.6-rc1 merge window:

- Fix null_blk polled IO timeout handling (Chengming)

- Regression fix for swapped arguments in drbd bvec_set_page()
  (Christoph)

- String length handling fix for s390 dasd (Heiko)

- Fixes for blk-throttle accounting (Yu)

- Fix page pinning issue for same page segments (Christoph)

- Remove redundant file_remove_privs() call (Christoph)

- Fix a regression in partition handling for devices not supporting
  partitions (Li)

Please pull!


The following changes since commit 6c1b980a7e79e55e951b4b2c47eefebc75071209:

  Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/dma-mapping (2023-08-29 20:32:10 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.6-2023-09-08

for you to fetch changes up to 4b9c2edaf7282d60e069551b4b28abc2932cd3e3:

  drbd: swap bvec_set_page len and offset (2023-09-06 07:33:03 -0600)

----------------------------------------------------------------
block-6.6-2023-09-08

----------------------------------------------------------------
Chengming Zhou (1):
      null_blk: fix poll request timeout handling

Christoph Böhmwalder (1):
      drbd: swap bvec_set_page len and offset

Christoph Hellwig (2):
      block: remove the call to file_remove_privs in blkdev_write_iter
      block: fix pin count management when merging same-page segments

Heiko Carstens (1):
      s390/dasd: fix string length handling

Li Lingfeng (1):
      block: don't add or resize partition on the disk with GENHD_FL_NO_PART

Yu Kuai (4):
      blk-throttle: print signed value 'carryover_bytes/ios' for user
      blk-throttle: fix wrong comparation while 'carryover_ios/bytes' is negative
      blk-throttle: use calculate_io/bytes_allowed() for throtl_trim_slice()
      blk-throttle: consider 'carryover_ios/bytes' in throtl_trim_slice()

 block/blk-map.c                  |   7 ++-
 block/blk-throttle.c             | 112 +++++++++++++++++++--------------------
 block/blk-throttle.h             |   4 +-
 block/fops.c                     |   4 --
 block/ioctl.c                    |   2 +
 drivers/block/drbd/drbd_main.c   |   2 +-
 drivers/block/null_blk/main.c    |  12 ++++-
 drivers/s390/block/dasd_devmap.c |   6 +--
 drivers/s390/block/dasd_eckd.c   |  10 ++--
 drivers/s390/block/dasd_int.h    |   4 ++
 10 files changed, 84 insertions(+), 79 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 9, 2023, 5:05 a.m. UTC | #1
The pull request you sent on Fri, 8 Sep 2023 09:08:53 -0600:

> git://git.kernel.dk/linux.git tags/block-6.6-2023-09-08

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

Thank you!