Merge branch 'akpm' (patches from Andrew)
Merge misc fixes from Andrew Morton: "28 patches. Subsystems affected by this series: mm (memblock, pagealloc, hugetlb, highmem, kfence, oom-kill, madvise, kasan, userfaultfd, memcg, and zram), core-kernel, kconfig, fork, binfmt, MAINTAINERS, kbuild, and ia64" * emailed patches from Andrew Morton <akpm@linux-foundation.org>: (28 commits) zram: fix broken page writeback zram: fix return value on writeback_store mm/memcg: set memcg when splitting page mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_pages argument ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) sign ia64: fix ia64_syscall_get_set_arguments() for break-based syscalls mm/userfaultfd: fix memory corruption due to writeprotect kasan: fix KASAN_STACK dependency for HW_TAGS kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOC mm/madvise: replace ptrace attach requirement for process_madvise include/linux/sched/mm.h: use rcu_dereference in in_vfork() kfence: fix reports if constant function prefixes exist kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocations kfence: fix printk format for ptrdiff_t linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP* MAINTAINERS: exclude uapi directories in API/ABI section binfmt_misc: fix possible deadlock in bm_register_write mm/highmem.c: fix zero_user_segments() with start > end hugetlb: do early cow when page pinned on src mm mm: use is_cow_mapping() across tree where proper ...
No related branches found
No related tags found
Showing
- MAINTAINERS 2 additions, 2 deletionsMAINTAINERS
- arch/ia64/include/asm/syscall.h 1 addition, 1 deletionarch/ia64/include/asm/syscall.h
- arch/ia64/kernel/ptrace.c 18 additions, 6 deletionsarch/ia64/kernel/ptrace.c
- drivers/block/zram/zram_drv.c 11 additions, 6 deletionsdrivers/block/zram/zram_drv.c
- drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c 1 addition, 3 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
- drivers/gpu/drm/vmwgfx/vmwgfx_ttm_glue.c 1 addition, 1 deletiondrivers/gpu/drm/vmwgfx/vmwgfx_ttm_glue.c
- fs/binfmt_misc.c 14 additions, 15 deletionsfs/binfmt_misc.c
- fs/proc/task_mmu.c 0 additions, 2 deletionsfs/proc/task_mmu.c
- include/linux/compiler-clang.h 6 additions, 0 deletionsinclude/linux/compiler-clang.h
- include/linux/memblock.h 2 additions, 2 deletionsinclude/linux/memblock.h
- include/linux/memcontrol.h 2 additions, 4 deletionsinclude/linux/memcontrol.h
- include/linux/mm.h 21 additions, 0 deletionsinclude/linux/mm.h
- include/linux/mm_types.h 1 addition, 0 deletionsinclude/linux/mm_types.h
- include/linux/sched/mm.h 2 additions, 1 deletioninclude/linux/sched/mm.h
- include/linux/stop_machine.h 6 additions, 5 deletionsinclude/linux/stop_machine.h
- init/Kconfig 1 addition, 2 deletionsinit/Kconfig
- kernel/fork.c 8 additions, 0 deletionskernel/fork.c
- lib/Kconfig.kasan 1 addition, 0 deletionslib/Kconfig.kasan
- mm/highmem.c 12 additions, 5 deletionsmm/highmem.c
- mm/huge_memory.c 3 additions, 7 deletionsmm/huge_memory.c
Loading
Please register or sign in to comment