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 61564e7b3abc Merge tag 'block-5.16-2021-11-19' of git://git.kernel.dk/l [...] adds 3cd018b4d6f2 mm/swap.c:put_pages_list(): reinitialise the page list adds 126e8bee943e ipc: WARN if trying to remove ipc object which is absent adds 85b6d24646e4 shm: extend forced shm destroy to support objects from sev [...] adds 9a543f007b70 mm: emit the "free" trace report before freeing memory in [...] adds ffb92ce826fd hexagon: export raw I/O routines for modules adds 51f2ec593441 hexagon: clean up timer-regs.h adds eaac2f898974 hexagon: ignore vmlinux.lds adds 34dbc3aaf5d9 mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag adds afe041c2d0fe hugetlb: fix hugetlb cgroup refcounting during mremap adds cc30042df6fc hugetlb, userfaultfd: fix reservation restore on userfault [...] adds cab71f7495f7 kasan: test: silence intentional read overflow warnings adds db7a347b26fe mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size [...] adds d78f3853f831 mm/damon/dbgfs: fix missed use of damon_dbgfs_lock adds 825c43f50e3a kmap_local: don't assume kmap PTEs are linear arrays in memory adds c1e631177119 proc/vmcore: fix clearing user buffer by properly using cl [...] adds 923dcc5eb0c1 Merge branch 'akpm' (patches from Andrew)
No new revisions were added by this update.
Summary of changes: 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 + fs/proc/vmcore.c | 20 ++-- include/linux/hugetlb_cgroup.h | 12 +++ include/linux/ipc_namespace.h | 15 +++ include/linux/sched/task.h | 2 +- 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 + 22 files changed, 254 insertions(+), 116 deletions(-) delete mode 100644 arch/hexagon/include/asm/timer-regs.h create mode 100644 arch/hexagon/kernel/.gitignore