The patch titled Subject: mm-maintain-randomization-of-page-free-lists-checkpatch-fixes has been added to the -mm tree. Its filename is mm-maintain-randomization-of-page-free-lists-checkpatch-fixes.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-maintain-randomization-of-page-free-lists-checkpatch-fixes.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-maintain-randomization-of-page-free-lists-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-maintain-randomization-of-page-free-lists-checkpatch-fixes ERROR: code indent should use tabs where possible #125: FILE: mm/shuffle.h:43: + return false;$ WARNING: please, no spaces at the start of a line #125: FILE: mm/shuffle.h:43: + return false;$ total: 1 errors, 1 warnings, 96 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. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile ./patches/mm-maintain-randomization-of-page-free-lists.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: Dan Williams <dan.j.williams@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/shuffle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/shuffle.h~mm-maintain-randomization-of-page-free-lists-checkpatch-fixes +++ a/mm/shuffle.h @@ -40,7 +40,7 @@ static inline void shuffle_zone(struct z static inline bool is_shuffle_order(int order) { if (!static_branch_unlikely(&page_alloc_shuffle_key)) - return false; + return false; return order >= SHUFFLE_ORDER; } #else _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mmslabvmscan-accumulate-gradual-pressure-on-small-slabs-fix.patch ocfs2-clear-zero-in-unaligned-direct-io-checkpatch-fixes.patch mm.patch mm-slub-introduce-slab_warn_on_error-fix.patch mm-page_allocc-memory_hotplug-free-pages-as-higher-order-v11-fix.patch mm-convert-pg_balloon-to-pg_offline-fix.patch mm-reuse-only-pte-mapped-ksm-page-in-do_wp_page-fix.patch mm-swap-check-if-swap-backing-device-is-congested-or-not-fix.patch mm-proportional-memorylowmin-reclaim-checkpatch-fixes.patch mm-oom-remove-prefer-children-over-parent-heuristic-checkpatch-fixes.patch mm-hmm-improve-driver-api-to-work-and-wait-over-a-range-fix-fix.patch mm-memcontrol-expose-thp-events-on-a-per-memcg-basis-fix.patch mm-maintain-randomization-of-page-free-lists-checkpatch-fixes.patch filemap-kill-page_cache_read-usage-in-filemap_fault-fix.patch filemap-drop-the-mmap_sem-for-all-blocking-operations-checkpatch-fixes.patch ipc-allow-boot-time-extension-of-ipcmni-from-32k-to-8m-checkpatch-fixes.patch linux-next-rejects.patch scripts-atomic-check-atomicssh-dont-assume-that-scripts-are-executable.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.patch