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_gdb/master-aarch64 in repository toolchain/ci/linux.
from be9eb2f00fa7 Merge tag 'powerpc-5.15-4' of git://git.kernel.org/pub/scm [...] adds 2f9a174f918e virtio: write back F_VERSION_1 before validate adds 97f854be2038 vhost_vdpa: unset vq irq before freeing irq adds ff63198850f3 Revert "virtio-blk: Add validation for block size in confi [...] adds 09b6addf6486 VDUSE: fix documentation underline warning adds bcef9356fc2e vhost-vdpa: Fix the wrong input in config_cb adds 3bb50f8530c9 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] adds 14cfbb7a7856 io_uring: fix wrong condition to grab uring lock adds cc0af0a95172 Merge tag 'io_uring-5.15-2021-10-17' of git://git.kernel.d [...] adds 7904022decc2 block/rnbd-clt-sysfs: fix a couple uninitialized variable bugs adds 85f74acf097a nvme-pci: Fix abort command id adds be5eb9335426 nvme: fix per-namespace chardev deletion adds baa0ab2ba223 Merge tag 'nvme-5.15-2021-10-14' of git://git.infradead.or [...] adds cc9c884dd7f4 block: call submit_bio_checks under q_usage_counter adds 1f14a0989073 block: factor out a blk_try_enter_queue helper adds a6741536f44a block: split bio_queue_enter from blk_queue_enter adds 8e141f9eb803 block: drain file system I/O on del_gendisk adds aec89dc5d421 block: keep q_usage_counter in atomic mode after del_gendisk adds c41108049d14 kyber: avoid q->disk dereferences in trace points adds f7bf35862477 brd: reduce the brd_devices_mutex scope adds a20417611b98 block: warn when putting the final reference on a registered disk adds d29bd41428cf block, bfq: reset last_bfqq_created on group change adds f2b3420b921d Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/l [...] adds 013923477cb3 pata_legacy: fix a couple uninitialized variable bugs adds 776c75010803 ata: ahci_platform: fix null-ptr-deref in ahci_platform_en [...] adds cd079b1f8707 Merge tag 'libata-5.15-rc6' of git://git.kernel.org/pub/sc [...] adds 519d81956ee2 Linux 5.15-rc6
No new revisions were added by this update.
Summary of changes: Documentation/userspace-api/vduse.rst | 2 +- Makefile | 2 +- block/bfq-cgroup.c | 6 ++ block/blk-core.c | 148 ++++++++++++++++++---------------- block/blk-mq.c | 9 ++- block/blk.h | 2 + block/genhd.c | 23 ++++++ block/kyber-iosched.c | 10 ++- drivers/ata/libahci_platform.c | 5 +- drivers/ata/pata_legacy.c | 6 +- drivers/block/brd.c | 44 +++++----- drivers/block/rnbd/rnbd-clt-sysfs.c | 4 +- drivers/block/virtio_blk.c | 37 ++------- drivers/nvme/host/core.c | 21 ++--- drivers/nvme/host/multipath.c | 2 - drivers/nvme/host/pci.c | 2 +- drivers/vhost/vdpa.c | 10 +-- drivers/virtio/virtio.c | 11 +++ fs/io_uring.c | 2 +- include/linux/genhd.h | 1 + include/trace/events/kyber.h | 19 +++-- 21 files changed, 201 insertions(+), 165 deletions(-)