This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 32bf43e4efdb Merge tag 'thermal-6.6-rc1-3' of git://git.kernel.org/pub/ [...] new bd6fc5da4c51 io_uring: Don't set affinity on a dying sqpoll thread new b484a40dc1f1 io_uring: fix IO hang in io_wq_put_and_exit from do_exit() new 32f5dea040ee io_uring/fdinfo: only print ->sq_array[] if it's there new 76d3ccecfa18 io_uring: add a sysctl to disable io_uring system-wide new 45500dc4e01c io_uring: break out of iowq iopoll on teardown new 27122c079f5b io_uring: fix unprotected iopoll overflow new 023464fe33a5 Revert "io_uring: fix IO hang in io_wq_put_and_exit from d [...] new 7ccc3ebf0c57 Merge tag 'io_uring-6.6-2023-09-08' of git://git.kernel.dk/linux new ef100397fac3 blk-throttle: print signed value 'carryover_bytes/ios' for user new bb8d5587bdc3 blk-throttle: fix wrong comparation while 'carryover_ios/b [...] new e8368b57c006 blk-throttle: use calculate_io/bytes_allowed() for throtl_ [...] new eead0056648c blk-throttle: consider 'carryover_ios/bytes' in throtl_tri [...] new 0d997f1de899 block: remove the call to file_remove_privs in blkdev_write_iter new 1a721de8489f block: don't add or resize partition on the disk with GENH [...] new f7cf22424665 s390/dasd: fix string length handling new 5a26e45edb46 null_blk: fix poll request timeout handling new 5905afc2c7bb block: fix pin count management when merging same-page segments new 4b9c2edaf728 drbd: swap bvec_set_page len and offset new 7402e635edb9 Merge tag 'block-6.6-2023-09-08' of git://git.kernel.dk/linux new cbc02854331e XArray: Do not return sibling entries from xa_load() new e7716c74e388 xarray: Document necessary flag in alloc functions new 2a15de80dd0f idr: fix param name in idr_alloc_cyclic() doc new 3095dd99dd75 Merge tag 'xarray-6.6' of git://git.infradead.org/users/wi [...] new f5069159f32c ksmbd: remove experimental warning new 6099776f9f26 Merge tag '6.6-rc-ksmbd' of git://git.samba.org/ksmbd
The 25 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/admin-guide/sysctl/kernel.rst | 29 +++++++ 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 + fs/smb/server/Kconfig | 2 +- fs/smb/server/server.c | 2 - include/linux/xarray.h | 18 +++++ io_uring/fdinfo.c | 2 + io_uring/io-wq.c | 10 +++ io_uring/io-wq.h | 1 + io_uring/io_uring.c | 56 +++++++++++++- io_uring/sqpoll.c | 4 +- lib/idr.c | 2 +- lib/xarray.c | 8 +- tools/testing/radix-tree/multiorder.c | 68 ++++++++++++++++- 22 files changed, 276 insertions(+), 89 deletions(-)