This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm in repository toolchain/ci/linux.
from 27151f177827 Merge tag 'perf-tools-for-v5.15-2021-09-04' of git://git.k [...] adds 20fbb11fe4ea don't make the syscall checking produce errors from warnings adds 94ffb0a28287 io-wq: fix race between adding work and activating a free worker adds 7b3188e7ed54 io_uring: IORING_OP_WRITE needs hash_reg_file set adds 7db304375e11 io_uring: retry in case of short read on block device adds 08bdbd39b584 io-wq: ensure that hash wait lock is IRQ disabling adds c6d3d9cbd659 io_uring: fix queueing half-created requests adds b8ce1b9d25cc io_uring: don't submit half-prepared drain request adds 0242f6426ea7 io-wq: fix queue stalling race adds f95dc207b93d io-wq: split bounded and unbounded work into separate lists adds 15e20db2e0ce io-wq: only exit on fatal signals adds 05c5f4ee4da7 io-wq: get rid of FIXED worker flag adds 3146cba99aa2 io-wq: make worker creation resilient against signals adds fa84693b3c89 io_uring: ensure IORING_REGISTER_IOWQ_MAX_WORKERS works wi [...] adds 636378535afb io_uring: don't disable kiocb_done() CQE batching adds 8d4ad41e3e8e io_uring: prolong tctx_task_work() with flushing adds 31efe48eb5dc io_uring: fix possible poll event lost in multi shot mode adds 2fc2a7a62eb5 io_uring: io_uring_complete() trace should take an integer adds 60f8fbaa9544 Merge tag 'for-5.15/io_uring-2021-09-04' of git://git.kern [...] adds 8a6430ab9c9c libata: add ATA_HORKAGE_NO_NCQ_TRIM for Samsung 860 and 870 SSDs adds 7a8526a5cd51 libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and [...] adds eebb4159a2bf Merge tag 'libata-5.15-2021-09-05' of git://git.kernel.dk/ [...] adds 55d1308bdff7 cdrom: update uniform CD-ROM maintainership in MAINTAINERS file adds 03085b3d5a45 Merge tag 'misc-5.15-2021-09-05' of git://git.kernel.dk/li [...] adds 55a51ea14094 block/mq-deadline: Move dd_queued() to fix defined but not [...] adds 2d52c58b9c9b block, bfq: honor already-setup queue merges adds 0ef47db1cb64 bio: fix kerneldoc documentation for bio_alloc_kiocb() adds 1c500ad70638 loop: reduce the loop_ctl_mutex scope adds 1dbe7e386f50 Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/l [...] adds 1476ff21abb4 iwl: fix debug printf format strings adds ba7b1f861086 lib/test_scanf: split up number parsing test routines adds 4b93c544e90e thunderbolt: test: split up test cases in tb_test_credit_a [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 3 +- block/bfq-iosched.c | 16 +- block/bio.c | 2 +- block/mq-deadline.c | 12 +- drivers/ata/libata-core.c | 34 +++ drivers/block/loop.c | 75 +++-- drivers/block/loop.h | 1 + drivers/net/wireless/intel/iwlwifi/fw/uefi.c | 4 +- drivers/thunderbolt/test.c | 98 +++++-- fs/io-wq.c | 424 ++++++++++++++++----------- fs/io_uring.c | 76 ++++- include/linux/libata.h | 1 + include/trace/events/io_uring.h | 6 +- lib/test_scanf.c | 79 ++++- scripts/checksyscalls.sh | 2 +- 15 files changed, 584 insertions(+), 249 deletions(-)