mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [folded-merged] mm-mmap-add-trace-point-of-vm_unmapped_area-fix.patch removed from -mm tree
@ 2020-04-02  3:30 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2020-04-02  3:30 UTC (permalink / raw)
  To: akpm, bp, jaewon31.kim, mm-commits, vbabka, walken, willy


The patch titled
     Subject: mm-mmap-add-trace-point-of-vm_unmapped_area-fix
has been removed from the -mm tree.  Its filename was
     mm-mmap-add-trace-point-of-vm_unmapped_area-fix.patch

This patch was dropped because it was folded into mm-mmap-add-trace-point-of-vm_unmapped_area.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-mmap-add-trace-point-of-vm_unmapped_area-fix

prefix address printk with 0x, per Matthew

Cc: Borislav Petkov <bp@suse.de>
Cc: Jaewon Kim <jaewon31.kim@samsung.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Michel Lespinasse <walken@google.com>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/trace/events/mmap.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/include/trace/events/mmap.h~mm-mmap-add-trace-point-of-vm_unmapped_area-fix
+++ a/include/trace/events/mmap.h
@@ -35,7 +35,7 @@ TRACE_EVENT(vm_unmapped_area,
 		__entry->align_offset = info->align_offset;
 	),
 
-	TP_printk("addr=%lx err=%ld total_vm=0x%lx flags=0x%lx len=0x%lx lo=0x%lx hi=0x%lx mask=0x%lx ofs=0x%lx\n",
+	TP_printk("addr=0x%lx err=%ld total_vm=0x%lx flags=0x%lx len=0x%lx lo=0x%lx hi=0x%lx mask=0x%lx ofs=0x%lx\n",
 		IS_ERR_VALUE(__entry->addr) ? 0 : __entry->addr,
 		IS_ERR_VALUE(__entry->addr) ? __entry->addr : 0,
 		__entry->total_vm, __entry->flags, __entry->length,
_

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

mm-mmap-add-trace-point-of-vm_unmapped_area.patch
selftest-add-mremap_dontunmap-selftest-fix.patch
selftest-add-mremap_dontunmap-selftest-v7-checkpatch-fixes.patch
hugetlb_cgroup-add-reservation-accounting-for-private-mappings-fix.patch
hugetlb_cgroup-add-accounting-for-shared-mappings-fix.patch

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

only message in thread, other threads:[~2020-04-02  3:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-02  3:30 [folded-merged] mm-mmap-add-trace-point-of-vm_unmapped_area-fix.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).