-
- Downloads
Merge branch 'akpm' (patches from Andrew)
Merge misc fixes from Andrew Morton: "18 patches. Subsystems affected by this patch series: mm (hugetlb, compaction, vmalloc, shmem, memblock, pagecache, kasan, and hugetlb), mailmap, gcov, ubsan, and MAINTAINERS" * emailed patches from Andrew Morton <akpm@linux-foundation.org>: MAINTAINERS/.mailmap: use my @kernel.org address mm: hugetlb: fix missing put_page in gather_surplus_pages() ubsan: implement __ubsan_handle_alignment_assumption kasan: make addr_has_metadata() return true for valid addresses kasan: add explicit preconditions to kasan_report() mm/filemap: add missing mem_cgroup_uncharge() to __add_to_page_cache_locked() mailmap: add entries for Manivannan Sadhasivam mailmap: fix name/email for Viresh Kumar memblock: do not start bottom-up allocations with kernel_end mm: thp: fix MADV_REMOVE deadlock on shmem THP init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov mm/vmalloc: separate put pages and flush VM flags mm, compaction: move high_pfn to the for loop scope mm: migrate: do not migrate HugeTLB page whose refcount is one mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active mm: hugetlb: fix a race between isolating and freeing page mm: hugetlb: fix a race between freeing and dissolving the page mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
No related branches found
No related tags found
Showing
- .mailmap 5 additions, 0 deletions.mailmap
- MAINTAINERS 1 addition, 1 deletionMAINTAINERS
- fs/hugetlbfs/inode.c 2 additions, 1 deletionfs/hugetlbfs/inode.c
- include/linux/hugetlb.h 2 additions, 0 deletionsinclude/linux/hugetlb.h
- include/linux/kasan.h 7 additions, 0 deletionsinclude/linux/kasan.h
- include/linux/vmalloc.h 2 additions, 7 deletionsinclude/linux/vmalloc.h
- init/Kconfig 0 additions, 1 deletioninit/Kconfig
- init/main.c 7 additions, 1 deletioninit/main.c
- kernel/gcov/Kconfig 1 addition, 1 deletionkernel/gcov/Kconfig
- lib/ubsan.c 31 additions, 0 deletionslib/ubsan.c
- lib/ubsan.h 6 additions, 0 deletionslib/ubsan.h
- mm/compaction.c 2 additions, 1 deletionmm/compaction.c
- mm/filemap.c 4 additions, 0 deletionsmm/filemap.c
- mm/huge_memory.c 23 additions, 14 deletionsmm/huge_memory.c
- mm/hugetlb.c 47 additions, 6 deletionsmm/hugetlb.c
- mm/kasan/kasan.h 1 addition, 1 deletionmm/kasan/kasan.h
- mm/memblock.c 6 additions, 43 deletionsmm/memblock.c
- mm/migrate.c 6 additions, 0 deletionsmm/migrate.c
Loading
Please register or sign in to comment