This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 17fbcdf9f163 Merge tag 'nfsd-5.11-3' of git://git.kernel.org/pub/scm/li [...] new 585fc0d2871c mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page new 7ffddd499ba6 mm: hugetlb: fix a race between freeing and dissolving the page new 0eb2df2b5629 mm: hugetlb: fix a race between isolating and freeing page new ecbf4724e606 mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active new 71a64f618be9 mm: migrate: do not migrate HugeTLB page whose refcount is one new 74e21484e40b mm, compaction: move high_pfn to the for loop scope new 4f6ec8602341 mm/vmalloc: separate put pages and flush VM flags new 55b6f763d8bc init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov new 1c2f67308af4 mm: thp: fix MADV_REMOVE deadlock on shmem THP new 2dcb39645441 memblock: do not start bottom-up allocations with kernel_end new 4c415b9a710b mailmap: fix name/email for Viresh Kumar new 9c41e526a56f mailmap: add entries for Manivannan Sadhasivam new da74240eb3fc mm/filemap: add missing mem_cgroup_uncharge() to __add_to_ [...] new 49c6631d3b4f kasan: add explicit preconditions to kasan_report() new b99acdcbfe3c kasan: make addr_has_metadata() return true for valid addresses new 28abcc963149 ubsan: implement __ubsan_handle_alignment_assumption new e558464be982 mm: hugetlb: fix missing put_page in gather_surplus_pages() new 654eb3f2a009 MAINTAINERS/.mailmap: use my @kernel.org address new 1e0d27fce010 Merge branch 'akpm' (patches from Andrew)
The 19 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 | 5 +++++ MAINTAINERS | 2 +- fs/hugetlbfs/inode.c | 3 ++- include/linux/hugetlb.h | 2 ++ include/linux/kasan.h | 7 +++++++ include/linux/vmalloc.h | 9 ++------- init/Kconfig | 1 - init/main.c | 8 +++++++- kernel/gcov/Kconfig | 2 +- lib/ubsan.c | 31 +++++++++++++++++++++++++++++ lib/ubsan.h | 6 ++++++ mm/compaction.c | 3 ++- mm/filemap.c | 4 ++++ mm/huge_memory.c | 37 +++++++++++++++++++++------------- mm/hugetlb.c | 53 +++++++++++++++++++++++++++++++++++++++++++------ mm/kasan/kasan.h | 2 +- mm/memblock.c | 49 ++++++--------------------------------------- mm/migrate.c | 6 ++++++ 18 files changed, 153 insertions(+), 77 deletions(-)