This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7c7ec3226f5f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 678ff6a7afcc mm: slab: fix potential double free in ___cache_free new ce2684254bd4 mm: validate pmd after splitting new 41663430588c mm, THP, swap: fix allocating cluster for swapfile by mistake new 8d3fe09d8d66 mm: memcontrol: fix missing suffix of workingset_restore new d3f7b1bb2040 mm/gup: fix gup_fast with dynamic page table folding new 6c5c7b9f3352 mm/migrate: correct thp migration stats new 1e1b6d63d634 lib/string.c: implement stpcpy new ffa550cd691b lib/memregion.c: include memregion.h new a1cd6c2ae47e arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() c [...] new c1d0da83358a mm: replace memmap_context by meminit_context new f85086f95fa3 mm: don't rely on system state to detect hot-plug operations new 8fb1e9103358 Merge branch 'akpm' (patches from Andrew) new f7e80983f0cf s390/zcrypt: Fix ZCRYPT_PERDEV_REQCNT ioctl new eeddbe6841cd Merge tag 's390-5.9-7' of git://git.kernel.org/pub/scm/lin [...]
The 14 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: Documentation/admin-guide/cgroup-v2.rst | 25 +++++++--- arch/ia64/mm/init.c | 6 +-- arch/s390/include/asm/pgtable.h | 42 +++++++++++----- arch/x86/lib/usercopy_64.c | 2 +- drivers/base/node.c | 85 +++++++++++++++++++++------------ drivers/s390/crypto/zcrypt_api.c | 3 +- include/linux/mm.h | 2 +- include/linux/mmzone.h | 11 +++-- include/linux/node.h | 11 +++-- include/linux/pgtable.h | 10 ++++ lib/memregion.c | 1 + lib/string.c | 24 ++++++++++ mm/gup.c | 18 +++---- mm/madvise.c | 2 +- mm/memcontrol.c | 4 +- mm/memory_hotplug.c | 5 +- mm/migrate.c | 7 ++- mm/page_alloc.c | 10 ++-- mm/slab.c | 8 +++- mm/swapfile.c | 2 +- 20 files changed, 190 insertions(+), 88 deletions(-)