Merge branch 'akpm' (patches from Andrew)
Merge misc fixes from Andrew Morton: "18 patches. Subsystems affected by this patch series: mm (pagealloc, memcg, kasan, memory-failure, and highmem), ubsan, proc, and MAINTAINERS" * emailed patches from Andrew Morton <akpm@linux-foundation.org>: MAINTAINERS: add a couple more files to the Clang/LLVM section proc_sysctl: fix oops caused by incorrect command parameters powerpc/mm/highmem: use __set_pte_at() for kmap_local() mips/mm/highmem: use set_pte() for kmap_local() mm/highmem: prepare for overriding set_pte_at() sparc/mm/highmem: flush cache and TLB mm: fix page reference leak in soft_offline_page() ubsan: disable unsigned-overflow check for i386 kasan, mm: fix resetting page_alloc tags for HW_TAGS kasan, mm: fix conflicts with init_on_alloc/free kasan: fix HW_TAGS boot parameters kasan: fix incorrect arguments passing in kasan_add_zero_shadow kasan: fix unaligned address is unhandled in kasan_remove_zero_shadow mm: fix numa stats for thp migration mm: memcg: fix memcg file_dirty numa stat mm: memcg/slab: optimize objcg stock draining mm: fix initialization of struct page for holes in memory layout x86/setup: don't remove E820_TYPE_RAM for pfn 0
No related branches found
No related tags found
Showing
- Documentation/dev-tools/kasan.rst 6 additions, 21 deletionsDocumentation/dev-tools/kasan.rst
- MAINTAINERS 2 additions, 0 deletionsMAINTAINERS
- arch/mips/include/asm/highmem.h 1 addition, 0 deletionsarch/mips/include/asm/highmem.h
- arch/powerpc/include/asm/highmem.h 2 additions, 0 deletionsarch/powerpc/include/asm/highmem.h
- arch/sparc/include/asm/highmem.h 5 additions, 4 deletionsarch/sparc/include/asm/highmem.h
- arch/x86/kernel/setup.c 9 additions, 11 deletionsarch/x86/kernel/setup.c
- fs/proc/proc_sysctl.c 6 additions, 1 deletionfs/proc/proc_sysctl.c
- lib/Kconfig.ubsan 1 addition, 0 deletionslib/Kconfig.ubsan
- mm/highmem.c 6 additions, 1 deletionmm/highmem.c
- mm/kasan/hw_tags.c 32 additions, 45 deletionsmm/kasan/hw_tags.c
- mm/kasan/init.c 13 additions, 10 deletionsmm/kasan/init.c
- mm/memcontrol.c 1 addition, 3 deletionsmm/memcontrol.c
- mm/memory-failure.c 16 additions, 4 deletionsmm/memory-failure.c
- mm/migrate.c 12 additions, 11 deletionsmm/migrate.c
- mm/page_alloc.c 52 additions, 34 deletionsmm/page_alloc.c
- mm/slub.c 4 additions, 3 deletionsmm/slub.c
Loading
Please register or sign in to comment