All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] thp-add-debugfs-handle-to-split-all-huge-pages-fix.patch removed from -mm tree
@ 2016-01-14 22:44 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2016-01-14 22:44 UTC (permalink / raw)
  To: akpm, aarcange, kirill.shutemov, sasha.levin, vbabka, mm-commits


The patch titled
     Subject: thp-add-debugfs-handle-to-split-all-huge-pages-fix
has been removed from the -mm tree.  Its filename was
     thp-add-debugfs-handle-to-split-all-huge-pages-fix.patch

This patch was dropped because it was folded into thp-add-debugfs-handle-to-split-all-huge-pages.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: thp-add-debugfs-handle-to-split-all-huge-pages-fix

fix printk text, per Vlastimil

Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Cc: Sasha Levin <sasha.levin@oracle.com>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/huge_memory.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN mm/huge_memory.c~thp-add-debugfs-handle-to-split-all-huge-pages-fix mm/huge_memory.c
--- a/mm/huge_memory.c~thp-add-debugfs-handle-to-split-all-huge-pages-fix
+++ a/mm/huge_memory.c
@@ -3463,7 +3463,7 @@ static int __init split_huge_pages_debug
 	ret = debugfs_create_file("split_huge_pages", 0644, NULL, NULL,
 			&split_huge_pages_fops);
 	if (!ret)
-		pr_warn("Failed to create fault_around_bytes in debugfs");
+		pr_warn("Failed to create split_huge_pages in debugfs");
 	return 0;
 }
 late_initcall(split_huge_pages_debugfs);
_

Patches currently in -mm which might be from akpm@linux-foundation.org are

include-linux-dcacheh-remove-semicolons-from-hash_len_declare.patch
fs-block_devc-bdev_write_page-use-blk_queue_enter-gfp_noio.patch
thp-add-debugfs-handle-to-split-all-huge-pages.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-01-14 22:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-14 22:44 [folded-merged] thp-add-debugfs-handle-to-split-all-huge-pages-fix.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.