The patch titled Subject: tools-modifying-page-types-to-include-shared-map-counts-checkpatch-fixes has been removed from the -mm tree. Its filename was tools-modifying-page-types-to-include-shared-map-counts-checkpatch-fixes.patch This patch was dropped because it was folded into tools-modifying-page-types-to-include-shared-map-counts.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: tools-modifying-page-types-to-include-shared-map-counts-checkpatch-fixes ERROR: spaces required around that ':' (ctx:VxE) #51: FILE: tools/vm/page-types.c:308: + return kpagecount_fd < 0 ? pages: ^ total: 1 errors, 0 warnings, 228 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/tools-modifying-page-types-to-include-shared-map-counts.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: Christian Hansen <chansen3@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/vm/page-types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tools/vm/page-types.c~tools-modifying-page-types-to-include-shared-map-counts-checkpatch-fixes +++ a/tools/vm/page-types.c @@ -305,7 +305,7 @@ static unsigned long kpagecount_read(uin unsigned long index, unsigned long pages) { - return kpagecount_fd < 0 ? pages: + return kpagecount_fd < 0 ? pages : do_u64_read(kpagecount_fd, PROC_KPAGECOUNT, buf, index, pages); } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are tools-modifying-page-types-to-include-shared-map-counts.patch tools-modifying-page-types-to-include-shared-map-counts-fix-checkpatch-fixes.patch tools-adding-support-for-idle-page-tracking-to-tool-fix.patch mpage-add-argument-structure-for-do_mpage_readpage-checkpatch-fixes.patch mm-drop-vm_bug_on-from-__get_free_pages-fix.patch mm-list_lruc-fold-__list_lru_count_one-into-its-caller.patch mm-fadvise-fix-signed-overflow-ubsan-complaint-fix.patch mm-sparsemem-defer-the-ms-section_mem_map-clearing-fix.patch mm-sparse-optimize-memmap-allocation-during-sparse_init-checkpatch-fixes.patch mm-sparse-abstract-sparse-buffer-allocations-fix.patch mm-sparse-abstract-sparse-buffer-allocations-fix-fix.patch