The patch titled Subject: mm-slb-guarantee-natural-alignment-for-kmallocpower-of-two-fix has been removed from the -mm tree. Its filename was mm-slb-guarantee-natural-alignment-for-kmallocpower-of-two-fix.patch This patch was dropped because it was folded into mm-slb-guarantee-natural-alignment-for-kmallocpower-of-two.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-slb-guarantee-natural-alignment-for-kmallocpower-of-two-fix documentation fixlet, per Matthew Cc: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/core-api/memory-allocation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/Documentation/core-api/memory-allocation.rst~mm-slb-guarantee-natural-alignment-for-kmallocpower-of-two-fix +++ a/Documentation/core-api/memory-allocation.rst @@ -99,8 +99,8 @@ configuration, but it is a good practice smaller than page size. The address of a chunk allocated with `kmalloc` is aligned to at least -ARCH_KMALLOC_MINALIGN bytes. For sizes of power of two bytes, the -alignment is also guaranteed to be at least to the respective size. +ARCH_KMALLOC_MINALIGN bytes. For sizes which are a power of two, the +alignment is also guaranteed to be at least the respective size. For large allocations you can use :c:func:`vmalloc` and :c:func:`vzalloc`, or directly request pages from the page _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-slb-guarantee-natural-alignment-for-kmallocpower-of-two.patch ocfs2-protect-extent-tree-in-the-ocfs2_prepare_inode_for_write-checkpatch-fixes.patch mm.patch mm-pgmap-use-correct-alignment-when-looking-at-first-pfn-from-a-region-checkpatch-fixes.patch mm-rmapc-reuse-mergeable-anon_vma-as-parent-when-fork-fix.patch mm-oom-avoid-printk-iteration-under-rcu-fix.patch hugetlb-remove-duplicated-code-checkpatch-fixes.patch hugetlb-remove-unused-hstate-in-hugetlb_fault_mutex_hash-fix.patch printf-add-support-for-printing-symbolic-error-codes-fix.patch linux-next-rejects.patch linux-next-git-rejects.patch diff-sucks.patch drivers-tty-serial-sh-scic-suppress-warning.patch kernel-forkc-export-kernel_thread-to-modules.patch