This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e138138003eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net new 7aae5432ac61 mailmap: update the email address for Chris Chiu new 0710442a88d1 arm64: csum: cast to the proper type new c607ab4f916d arm64: stacktrace: don't trace arch_stack_walk() new e14a371f732b Documentation: arm64/acpi : clarify arm64 support of IBFT new d1296f1265f7 arm64: cpuinfo: Fix a typo new 141f8202cfa4 arm64: kdump: update ppos when reading elfcorehdr new ee7febce0519 arm64: mm: correct the inside linear map range during hotp [...] new 7011d72588d1 kselftest/arm64: sve: Do not use non-canonical FFR register value new baa96377bc7b arm64/process.c: fix Wmissing-prototypes build warnings new 20109a859a9b arm64: kernel: disable CNP on Carmel new 43f0b562590e Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new a61f4661fba4 mfd: intel_quark_i2c_gpio: Revert "Constify static struct [...] new 58e4b9de9d98 Merge tag 'mfd-fixes-5.12' of git://git.kernel.org/pub/scm [...] new 22053df0a364 RDMA/mlx5: Fix typo in destroy_mkey inbox new af06b628a6bd RDMA/hns: Fix bug during CMDQ initialization new 3408be145a5d RDMA/cxgb4: Fix adapter LE hash errors while destroying ip [...] new 2ba9bea2d368 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new d85aecf2844f hugetlb_cgroup: fix imbalanced css_get and css_put pair fo [...] new cf10bd4c4aff kasan: fix per-page tags for non-page_alloc pages new c2655835fd8c mm/mmu_notifiers: ensure range_end() is paired with range_start() new 19ec368cbc7e selftests/vm: fix out-of-tree build new 6d679578fe9c z3fold: prevent reclaim/free race for headless pages new c1b2028315c6 squashfs: fix inode lookup sanity checks new 8b44ca2b6345 squashfs: fix xattr id and id lookup sanity checks new f2a419cf495f ia64: mca: allocate early mca with GFP_ATOMIC new 95d44a470a68 ia64: fix format strings for err_inject new 60bcf728ee7c gcov: fix clang-11+ support new 9551158069ba kfence: make compatible with kmemleak new a024b7c2850d mm: memblock: fix section mismatch warning again new 487cfade12fa mm/highmem: fix CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP new d3e2ff28ca27 mailmap: update Andrey Konovalov's email address new 002322402daf Merge branch 'akpm' (patches from Andrew)
The 32 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 ++ Documentation/arm64/acpi_object_usage.rst | 10 ++--- Documentation/arm64/silicon-errata.rst | 3 ++ arch/arm64/Kconfig | 10 +++++ arch/arm64/include/asm/checksum.h | 2 +- arch/arm64/include/asm/cpucaps.h | 3 +- arch/arm64/include/asm/processor.h | 2 + arch/arm64/include/asm/thread_info.h | 2 + arch/arm64/kernel/cpu_errata.c | 8 ++++ arch/arm64/kernel/cpufeature.c | 5 ++- arch/arm64/kernel/cpuinfo.c | 2 +- arch/arm64/kernel/crash_dump.c | 2 + arch/arm64/kernel/process.c | 2 + arch/arm64/kernel/stacktrace.c | 9 ++-- arch/arm64/mm/mmu.c | 21 ++++++++- arch/ia64/kernel/err_inject.c | 22 ++++----- arch/ia64/kernel/mca.c | 2 +- drivers/infiniband/hw/cxgb4/cm.c | 4 +- drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 4 +- drivers/infiniband/hw/mlx5/devx.c | 2 +- drivers/mfd/intel_quark_i2c_gpio.c | 6 ++- fs/squashfs/export.c | 8 +++- fs/squashfs/id.c | 6 ++- fs/squashfs/squashfs_fs.h | 1 + fs/squashfs/xattr_id.c | 6 ++- include/linux/hugetlb_cgroup.h | 15 ++++++- include/linux/memblock.h | 4 +- include/linux/mm.h | 18 ++++++-- include/linux/mmu_notifier.h | 10 ++--- kernel/gcov/clang.c | 69 +++++++++++++++++++++++++++++ mm/highmem.c | 4 +- mm/hugetlb.c | 41 +++++++++++++++-- mm/hugetlb_cgroup.c | 10 ++++- mm/kfence/core.c | 9 ++++ mm/kmemleak.c | 3 +- mm/mmu_notifier.c | 23 ++++++++++ mm/z3fold.c | 16 ++++++- tools/testing/selftests/arm64/fp/sve-test.S | 22 ++++++--- tools/testing/selftests/vm/Makefile | 4 +- 39 files changed, 325 insertions(+), 68 deletions(-)