The patch titled Subject: mm-kmemleak-use-the-memory-pool-for-early-allocations-checkpatch-fixes has been added to the -mm tree. Its filename is mm-kmemleak-use-the-memory-pool-for-early-allocations-checkpatch-fixes.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-kmemleak-use-the-memory-pool-for-early-allocations-checkpatch-fixes.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-kmemleak-use-the-memory-pool-for-early-allocations-checkpatch-fixes.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-kmemleak-use-the-memory-pool-for-early-allocations-checkpatch-fixes WARNING: else is not generally useful after a break or return #173: FILE: mm/kmemleak.c:426: + return object; + else WARNING: line over 80 characters #231: FILE: mm/kmemleak.c:793: + area = kmem_cache_alloc(scan_area_cache, gfp_kmemleak_mask(gfp)); total: 0 errors, 2 warnings, 468 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-kmemleak-use-the-memory-pool-for-early-allocations.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Catalin Marinas <catalin.marinas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/kmemleak.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/mm/kmemleak.c~mm-kmemleak-use-the-memory-pool-for-early-allocations-checkpatch-fixes +++ a/mm/kmemleak.c @@ -423,8 +423,7 @@ static struct kmemleak_object *mem_pool_ object = kmem_cache_alloc(object_cache, gfp_kmemleak_mask(gfp)); if (object) return object; - else - WARN_ON_ONCE(1); + WARN_ON_ONCE(1); } /* slab allocation failed, try the memory pool */ _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are ocfs2-clear-zero-in-unaligned-direct-io-checkpatch-fixes.patch fs-ocfs2-fix-possible-null-pointer-dereferences-in-ocfs2_xa_prepare_entry-fix.patch mm.patch mm-kmemleak-use-the-memory-pool-for-early-allocations-checkpatch-fixes.patch mm-introduce-page_shift-fix.patch mm-throttle-allocators-when-failing-reclaim-over-memoryhigh-fix.patch mm-throttle-allocators-when-failing-reclaim-over-memoryhigh-fix-fix.patch mm-throttle-allocators-when-failing-reclaim-over-memoryhigh-fix-fix-fix.patch mm-memory_hotplug-remove-move_pfn_range-fix.patch mm-compaction-clear-total_migratefree_scanned-before-scanning-a-new-zone-fix-fix.patch mm-compaction-clear-total_migratefree_scanned-before-scanning-a-new-zone-fix-2-fix.patch mm-oom-avoid-printk-iteration-under-rcu-fix.patch mm-oom_killer-add-task-uid-to-info-message-on-an-oom-kill-fix.patch psi-annotate-refault-stalls-from-io-submission-fix.patch psi-annotate-refault-stalls-from-io-submission-fix-2.patch mm-mmapc-refine-find_vma_prev-with-rb_last-fix.patch diff-sucks.patch drivers-tty-serial-sh-scic-suppress-warning.patch kernel-forkc-export-kernel_thread-to-modules.patch