This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/linux.
from a90af8f15bdc Merge tag 'libata-5.16-rc2' of git://git.kernel.org/pub/sc [...] adds 0226487ad814 cifs: move debug print out of spinlock adds 446e21482e8c cifs: protect srv_count with cifs_tcp_ses_lock adds 8ae87bbeb5d1 cifs: introduce cifs_ses_mark_for_reconnect() helper adds b38bfc747cb4 Merge tag '5.16-rc1-smb3-fixes' of git://git.samba.org/sfr [...] adds 420f48f636b9 s390/setup: avoid reserving memory above identity mapping adds 5dbc4cb46674 s390/setup: avoid using memblock_enforce_memory_limit adds 6ad5f024d1f5 s390/setup: re-arrange memblock setup adds 9a39abb7c9aa s390/boot: simplify and fix kernel memory layout setup adds 4b9e04367afe s390: replace snprintf in show functions with sysfs_emit adds 7b737adc10d2 s390/vdso: remove -nostdlib compiler flag adds 00b55eaf4554 s390/vdso: filter out -mstack-guard and -mstack-size adds 6c122360cf2f s390: wire up sys_futex_waitv system call adds 3b90954419d4 s390/dump: fix copying to user-space of swapped kdump oldmem adds 20c76e242e70 s390/kexec: fix return code handling adds 4aa9340584e3 s390/kexec: fix memory leak of ipl report buffer adds f1ab2e0d4cbd MAINTAINERS: update email address of Christian Borntraeger adds 503e45108451 ftrace/samples: add missing Kconfig option for ftrace dire [...] adds 890e3dc8bb6e ftrace/samples: add s390 support for ftrace direct multi sample adds 6b38e2fb70b6 Merge tag 's390-5.16-3' of git://git.kernel.org/pub/scm/li [...] adds e9380df85187 ACPI: Add stubs for wakeup handler functions adds 2d54067fcd23 pinctrl: amd: Fix wakeups when IRQ is shared with SCI adds 55924812d208 pinctrl: tegra: Return const pointer from tegra_pinctrl_ge [...] adds 60430d4c4edd pinctrl: qcom: fix unmet dependencies on GPIOLIB for GPIOL [...] adds a5b9703fe11c pinctrl: ralink: include 'ralink_regs.h' in 'pinctrl-mt7620.c' adds 9b3b94e9eb14 pinctrl: apple: Always return valid type in apple_gpio_irq_type adds 3a3a100473d2 pinctrl: qcom: sdm845: Enable dual edge errata adds a3143f7822a9 Remove unused header <linux/sdb.h> adds 293083f877a7 pinctrl: tegra194: remove duplicate initializer again adds 62209e805b5c pinctrl: qcom: sm8350: Correct UFS and SDC offsets adds b100274c7054 Merge tag 'pinctrl-v5.16-2' of git://git.kernel.org/pub/sc [...] adds 94c4b4fd25e6 block: Check ADMIN before NICE for IOPRIO_CLASS_RT adds 95febeb61bf8 block: fix missing queue put in error path adds 2a19b28f7929 blk-mq: cancel blk-mq dispatch work in both blk_cleanup_qu [...] adds d1faacbf67b1 Revert "mark pstore-blk as broken" adds 245a489e81e1 block: avoid to quiesce queue in elevator_init_mq adds 15c301049651 blk-cgroup: fix missing put device in error path from blkg [...] adds 2b504bd4841b blk-mq: don't insert FUA request with data into scheduler queue adds 61564e7b3abc Merge tag 'block-5.16-2021-11-19' of git://git.kernel.dk/l [...]
No new revisions were added by this update.
Summary of changes: .mailmap | 3 + MAINTAINERS | 4 +- arch/s390/Kconfig | 3 +- arch/s390/Makefile | 10 +- arch/s390/boot/startup.c | 88 ++++++----------- arch/s390/include/asm/kexec.h | 6 ++ arch/s390/kernel/crash_dump.c | 4 +- arch/s390/kernel/ipl.c | 3 +- arch/s390/kernel/machine_kexec_file.c | 18 +++- arch/s390/kernel/setup.c | 22 +---- arch/s390/kernel/syscalls/syscall.tbl | 1 + arch/s390/kernel/vdso32/Makefile | 2 +- arch/s390/kernel/vdso64/Makefile | 7 +- arch/x86/Kconfig | 2 +- block/blk-cgroup.c | 9 +- block/blk-core.c | 4 +- block/blk-flush.c | 12 +-- block/blk-mq.c | 33 +++++-- block/blk-mq.h | 2 + block/blk-sysfs.c | 10 -- block/blk.h | 2 +- block/elevator.c | 10 +- block/genhd.c | 2 + block/ioprio.c | 9 +- drivers/pinctrl/pinctrl-amd.c | 29 +++++- drivers/pinctrl/pinctrl-apple-gpio.c | 12 +-- drivers/pinctrl/qcom/Kconfig | 2 + drivers/pinctrl/qcom/pinctrl-sdm845.c | 1 + drivers/pinctrl/qcom/pinctrl-sm8350.c | 8 +- drivers/pinctrl/ralink/pinctrl-mt7620.c | 1 + drivers/pinctrl/tegra/pinctrl-tegra.c | 4 +- drivers/pinctrl/tegra/pinctrl-tegra194.c | 1 - drivers/s390/block/dasd_devmap.c | 76 +++++++-------- drivers/s390/char/raw3270.c | 12 +-- drivers/s390/cio/chp.c | 2 +- fs/cifs/cifs_swn.c | 16 +--- fs/cifs/cifsproto.h | 1 + fs/cifs/connect.c | 16 +--- fs/cifs/dfs_cache.c | 7 +- fs/cifs/sess.c | 15 ++- fs/pstore/Kconfig | 1 - include/linux/acpi.h | 9 ++ include/linux/sdb.h | 160 ------------------------------- samples/Kconfig | 11 ++- samples/Makefile | 2 +- samples/ftrace/Makefile | 2 +- samples/ftrace/ftrace-direct-multi.c | 30 ++++++ 47 files changed, 301 insertions(+), 383 deletions(-) delete mode 100644 include/linux/sdb.h