Merge branch 'akpm' (patches from Andrew)
Merge misc fixes from Andrew Morton: "13 patches. Subsystems affected by this patch series: resource, squashfs, hfsplus, modprobe, and mm (hugetlb, slub, userfaultfd, ksm, pagealloc, kasan, pagemap, and ioremap)" * emailed patches from Andrew Morton <akpm@linux-foundation.org>: mm/ioremap: fix iomap_max_page_shift docs: admin-guide: update description for kernel.modprobe sysctl hfsplus: prevent corruption in shrinking truncate mm/filemap: fix readahead return types kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabled mm: fix struct page layout on 32-bit systems ksm: revert "use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from_tree()" userfaultfd: release page in error path to avoid BUG_ON squashfs: fix divide error in calculate_skip() kernel/resource: fix return code check in __request_free_mem_region mm, slub: move slub_debug static key enabling outside slab_mutex mm/hugetlb: fix cow where page writtable in child mm/hugetlb: fix F_SEAL_FUTURE_WRITE
No related branches found
No related tags found
Showing
- Documentation/admin-guide/sysctl/kernel.rst 5 additions, 4 deletionsDocumentation/admin-guide/sysctl/kernel.rst
- fs/hfsplus/extents.c 4 additions, 3 deletionsfs/hfsplus/extents.c
- fs/hugetlbfs/inode.c 5 additions, 0 deletionsfs/hugetlbfs/inode.c
- fs/iomap/buffered-io.c 2 additions, 2 deletionsfs/iomap/buffered-io.c
- fs/squashfs/file.c 3 additions, 3 deletionsfs/squashfs/file.c
- include/linux/mm.h 32 additions, 0 deletionsinclude/linux/mm.h
- include/linux/mm_types.h 2 additions, 2 deletionsinclude/linux/mm_types.h
- include/linux/pagemap.h 3 additions, 3 deletionsinclude/linux/pagemap.h
- include/net/page_pool.h 11 additions, 1 deletioninclude/net/page_pool.h
- kernel/resource.c 1 addition, 1 deletionkernel/resource.c
- lib/test_kasan.c 23 additions, 6 deletionslib/test_kasan.c
- mm/hugetlb.c 1 addition, 0 deletionsmm/hugetlb.c
- mm/ioremap.c 3 additions, 3 deletionsmm/ioremap.c
- mm/ksm.c 2 additions, 1 deletionmm/ksm.c
- mm/shmem.c 15 additions, 19 deletionsmm/shmem.c
- mm/slab_common.c 10 additions, 0 deletionsmm/slab_common.c
- mm/slub.c 0 additions, 9 deletionsmm/slub.c
- net/core/page_pool.c 7 additions, 5 deletionsnet/core/page_pool.c
Loading
Please register or sign in to comment