Merge branch 'akpm' (patches from Andrew)
Merge misc fixes from Andrew Morton: "15 patches. Subsystems affected by this patch series: ipc, hexagon, mm (swap, slab-generic, kmemleak, hugetlb, kasan, damon, and highmem), and proc" * emailed patches from Andrew Morton <akpm@linux-foundation.org>: proc/vmcore: fix clearing user buffer by properly using clear_user() kmap_local: don't assume kmap PTEs are linear arrays in memory mm/damon/dbgfs: fix missed use of damon_dbgfs_lock mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocation kasan: test: silence intentional read overflow warnings hugetlb, userfaultfd: fix reservation restore on userfaultfd error hugetlb: fix hugetlb cgroup refcounting during mremap mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag hexagon: ignore vmlinux.lds hexagon: clean up timer-regs.h hexagon: export raw I/O routines for modules mm: emit the "free" trace report before freeing memory in kmem_cache_free() shm: extend forced shm destroy to support objects from several IPC nses ipc: WARN if trying to remove ipc object which is absent mm/swap.c:put_pages_list(): reinitialise the page list
Showing
- arch/arm/Kconfig 1 addition, 0 deletionsarch/arm/Kconfig
- arch/hexagon/include/asm/timer-regs.h 0 additions, 26 deletionsarch/hexagon/include/asm/timer-regs.h
- arch/hexagon/include/asm/timex.h 1 addition, 2 deletionsarch/hexagon/include/asm/timex.h
- arch/hexagon/kernel/.gitignore 1 addition, 0 deletionsarch/hexagon/kernel/.gitignore
- arch/hexagon/kernel/time.c 10 additions, 2 deletionsarch/hexagon/kernel/time.c
- arch/hexagon/lib/io.c 4 additions, 0 deletionsarch/hexagon/lib/io.c
- fs/proc/vmcore.c 12 additions, 8 deletionsfs/proc/vmcore.c
- include/linux/hugetlb_cgroup.h 12 additions, 0 deletionsinclude/linux/hugetlb_cgroup.h
- include/linux/ipc_namespace.h 15 additions, 0 deletionsinclude/linux/ipc_namespace.h
- include/linux/sched/task.h 1 addition, 1 deletioninclude/linux/sched/task.h
- ipc/shm.c 143 additions, 46 deletionsipc/shm.c
- ipc/util.c 3 additions, 3 deletionsipc/util.c
- lib/test_kasan.c 2 additions, 0 deletionslib/test_kasan.c
- mm/Kconfig 3 additions, 0 deletionsmm/Kconfig
- mm/damon/dbgfs.c 13 additions, 7 deletionsmm/damon/dbgfs.c
- mm/highmem.c 21 additions, 11 deletionsmm/highmem.c
- mm/hugetlb.c 7 additions, 4 deletionsmm/hugetlb.c
- mm/slab.c 1 addition, 2 deletionsmm/slab.c
- mm/slab.h 1 addition, 1 deletionmm/slab.h
- mm/slob.c 1 addition, 2 deletionsmm/slob.c
Loading
Please register or sign in to comment