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_build/master-aarch64 in repository toolchain/ci/linux.
from f8e6dfc64f61 Merge tag 'net-5.14-rc6' of git://git.kernel.org/pub/scm/l [...] adds 32ec3960175e pinctrl: qcom: fix GPIOLIB dependencies adds 798a315fc359 pinctrl: mediatek: Fix fallback behavior for bias_set_combo adds d1dee8141685 pinctrl: sunxi: Don't underestimate number of functions adds 31697ef7f3f4 pinctrl: k210: Fix k210_fpioa_probe() adds 2f658f7a3953 pinctrl: tigerlake: Fix GPIO mapping for newer version of [...] adds 86e5fbcaf756 Merge tag 'intel-pinctrl-v5.14-2' of gitolite.kernel.org:p [...] adds c4b68e513953 pinctrl: amd: Fix an issue with shutdown when system set to s0ix adds 462938cd48f2 Merge tag 'pinctrl-v5.14-2' of git://git.kernel.org/pub/sc [...] adds ef98eb0409c3 io_uring: clear TIF_NOTIFY_SIGNAL when running task work adds 20c0b380f971 io_uring: Use WRITE_ONCE() when writing to sq_flags adds 4956b9eaad45 io_uring: rsrc ref lock needs to be IRQ safe adds 49e7f0c789ad io-wq: fix bug of creating io-wokers unconditionally adds 47cae0c71f7a io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker() adds c018db4a57f3 io_uring: drop ctx->uring_lock before flushing work item adds 43597aac1f87 io_uring: fix ctx-exit io_rsrc_put_work() deadlock adds 8f40d0370795 tools/io_uring/io_uring-cp: sync with liburing example adds 42995cee61f8 Merge tag 'io_uring-5.14-2021-08-13' of git://git.kernel.d [...] adds 11431e26c9c4 blk-iocost: fix lockdep warning on blkcg->lock adds 0f7839955114 Revert "block/mq-deadline: Add cgroup support" adds 454bb6775202 blk-mq: clear active_queues before clearing BLK_MQ_F_TAG_Q [...] adds cddce0116058 nbd: Aovid double completion of a request adds 020efdadd849 Merge tag 'block-5.14-2021-08-13' of git://git.kernel.dk/l [...] adds 567c39047dbe selftests/sgx: Fix Q1 and Q2 calculation in sigstruct.c adds a83ed2257774 Merge tag 'linux-kselftest-fixes-5.14-rc6' of git://git.ke [...] adds 7d3fc01796fc cifs: create sd context must be a multiple of 8 adds 981567bd9653 cifs: use the correct max-length for dentry_path_raw() adds 41535701da33 cifs: Handle race conditions during rename adds 9e992755be8f cifs: Call close synchronously during unlink/rename/lease break. adds 27b2eaa1180e Merge tag '5.14-rc5-smb3-fixes' of git://git.samba.org/sfr [...] adds 6c7a00b84337 kasan, kmemleak: reset tags when scanning block adds 340caf178ddc kasan, slub: reset tag when printing address adds 1ed7ce574c13 slub: fix kmalloc_pagealloc_invalid_free unit test adds a7f1d48585b3 mm: slub: fix slub_debug disabling for list of slabs adds eb2faa513c24 mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(RE [...] adds 7fa0dacbaf12 mm/memcg: fix incorrect flushing of lruvec data in obj_stock adds 854f32648b8a lib: use PFN_PHYS() in devmem_is_allowed() adds dfa377c35d70 Merge branch 'akpm' (patches from Andrew)
No new revisions were added by this update.
Summary of changes: block/Kconfig.iosched | 6 -- block/Makefile | 2 - block/blk-iocost.c | 8 +- block/blk-mq.c | 6 +- block/mq-deadline-cgroup.c | 126 ----------------------- block/mq-deadline-cgroup.h | 114 -------------------- block/{mq-deadline-main.c => mq-deadline.c} | 73 +++---------- drivers/block/nbd.c | 14 ++- drivers/pinctrl/intel/pinctrl-tigerlake.c | 26 ++--- drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c | 8 +- drivers/pinctrl/pinctrl-amd.c | 3 +- drivers/pinctrl/pinctrl-k210.c | 26 +++-- drivers/pinctrl/qcom/Kconfig | 63 ++++++------ drivers/pinctrl/sunxi/pinctrl-sunxi.c | 8 +- fs/cifs/cifsglob.h | 5 + fs/cifs/dir.c | 2 +- fs/cifs/file.c | 35 +++---- fs/cifs/inode.c | 19 +++- fs/cifs/misc.c | 50 +++++++-- fs/cifs/smb2pdu.c | 2 +- fs/io-wq.c | 26 +++-- fs/io_uring.c | 58 +++++------ lib/devmem_is_allowed.c | 2 +- mm/gup.c | 7 +- mm/kmemleak.c | 6 +- mm/madvise.c | 4 +- mm/memcontrol.c | 6 +- mm/slub.c | 25 +++-- tools/io_uring/io_uring-cp.c | 31 +++++- tools/testing/selftests/sgx/sigstruct.c | 41 ++++---- 30 files changed, 312 insertions(+), 490 deletions(-) delete mode 100644 block/mq-deadline-cgroup.c delete mode 100644 block/mq-deadline-cgroup.h rename block/{mq-deadline-main.c => mq-deadline.c} (95%)