The patch titled Subject: z3fold-fix-reclaim-lock-ups-checkpatch-fixes has been added to the -mm tree. Its filename is z3fold-fix-reclaim-lock-ups-checkpatch-fixes.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/z3fold-fix-reclaim-lock-ups-checkpatch-fixes.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/z3fold-fix-reclaim-lock-ups-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: z3fold-fix-reclaim-lock-ups-checkpatch-fixes WARNING: Statements should start on a tabstop #81: FILE: mm/z3fold.c:909: + if (kref_put(&zhdr->refcount, total: 0 errors, 1 warnings, 80 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/z3fold-fix-reclaim-lock-ups.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: Vitaly Wool <vitalywool@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/z3fold.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/z3fold.c~z3fold-fix-reclaim-lock-ups-checkpatch-fixes mm/z3fold.c --- a/mm/z3fold.c~z3fold-fix-reclaim-lock-ups-checkpatch-fixes +++ a/mm/z3fold.c @@ -906,7 +906,7 @@ next: } else { z3fold_page_lock(zhdr); clear_bit(UNDER_RECLAIM, &page->private); - if (kref_put(&zhdr->refcount, + if (kref_put(&zhdr->refcount, release_z3fold_page_locked)) { atomic64_dec(&pool->pages_nr); return 0; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are i-need-old-gcc.patch z3fold-fix-reclaim-lock-ups-checkpatch-fixes.patch arm-arch-arm-include-asm-pageh-needs-personalityh.patch ocfs2-without-quota-support-try-to-avoid-calling-quota-recovery-checkpatch-fixes.patch mm.patch zram-introduce-zram-memory-tracking-update-fix.patch mm-check-for-sigkill-inside-dup_mmap-loop-fix.patch list_lru-prefetch-neighboring-list-entries-before-acquiring-lock-fix.patch mm-oom-cgroup-aware-oom-killer-fix.patch mm-oom-docs-describe-the-cgroup-aware-oom-killer-fix-2-fix.patch mm-oom-cgroup-aware-oom-killer-fix-fix.patch proc-simpler-iterations-for-proc-cmdline-fix.patch ida-remove-simple_ida_lock-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html