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(-) -- Jens Axboe