This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 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: 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