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_gcc/master-arm 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 [...] new 3cd018b4d6f2 mm/swap.c:put_pages_list(): reinitialise the page list new 126e8bee943e ipc: WARN if trying to remove ipc object which is absent new 85b6d24646e4 shm: extend forced shm destroy to support objects from sev [...] new 9a543f007b70 mm: emit the "free" trace report before freeing memory in [...] new ffb92ce826fd hexagon: export raw I/O routines for modules new 51f2ec593441 hexagon: clean up timer-regs.h new eaac2f898974 hexagon: ignore vmlinux.lds new 34dbc3aaf5d9 mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag new afe041c2d0fe hugetlb: fix hugetlb cgroup refcounting during mremap new cc30042df6fc hugetlb, userfaultfd: fix reservation restore on userfault [...] new cab71f7495f7 kasan: test: silence intentional read overflow warnings new db7a347b26fe mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size [...] new d78f3853f831 mm/damon/dbgfs: fix missed use of damon_dbgfs_lock new 825c43f50e3a kmap_local: don't assume kmap PTEs are linear arrays in memory new c1e631177119 proc/vmcore: fix clearing user buffer by properly using cl [...] new 923dcc5eb0c1 Merge branch 'akpm' (patches from Andrew)
The 16 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: .mailmap | 3 + MAINTAINERS | 4 +- arch/arm/Kconfig | 1 + arch/hexagon/include/asm/timer-regs.h | 26 ----- arch/hexagon/include/asm/timex.h | 3 +- arch/hexagon/kernel/.gitignore | 1 + arch/hexagon/kernel/time.c | 12 +- arch/hexagon/lib/io.c | 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/proc/vmcore.c | 20 ++-- fs/pstore/Kconfig | 1 - include/linux/acpi.h | 9 ++ include/linux/hugetlb_cgroup.h | 12 ++ include/linux/ipc_namespace.h | 15 +++ include/linux/sched/task.h | 2 +- include/linux/sdb.h | 160 -------------------------- ipc/shm.c | 189 +++++++++++++++++++++++-------- ipc/util.c | 6 +- lib/test_kasan.c | 2 + mm/Kconfig | 3 + mm/damon/dbgfs.c | 20 ++-- mm/highmem.c | 32 ++++-- mm/hugetlb.c | 11 +- mm/slab.c | 3 +- mm/slab.h | 2 +- mm/slob.c | 3 +- mm/slub.c | 2 +- mm/swap.c | 1 + samples/Kconfig | 11 +- samples/Makefile | 2 +- samples/ftrace/Makefile | 2 +- samples/ftrace/ftrace-direct-multi.c | 30 +++++ 69 files changed, 555 insertions(+), 499 deletions(-) delete mode 100644 arch/hexagon/include/asm/timer-regs.h create mode 100644 arch/hexagon/kernel/.gitignore delete mode 100644 include/linux/sdb.h