linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm/slab: Fix typo _RET_IP -> _RET_IP_
@ 2012-09-25 11:07 Ezequiel Garcia
  2012-09-25 11:07 ` [PATCH] mm/slab: Fix kmem_cache_alloc_node_trace() declaration Ezequiel Garcia
  2012-09-26  4:13 ` [PATCH] mm/slab: Fix typo _RET_IP -> _RET_IP_ David Rientjes
  0 siblings, 2 replies; 9+ messages in thread
From: Ezequiel Garcia @ 2012-09-25 11:07 UTC (permalink / raw)
  To: kernel-janitors, linux-mm; +Cc: fengguang.wu, Ezequiel Garcia, Pekka Enberg

The bug was introduced by commit 7c0cb9c64f83
"mm, slab: Replace 'caller' type, void* -> unsigned long".

Cc: Pekka Enberg <penberg@kernel.org>
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
---
 mm/slab.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/slab.c b/mm/slab.c
index d011030..ca3849f 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -3869,7 +3869,7 @@ void *kmem_cache_alloc_node_trace(struct kmem_cache *cachep,
 {
 	void *ret;
 
-	ret = slab_alloc_node(cachep, flags, nodeid, _RET_IP);
+	ret = slab_alloc_node(cachep, flags, nodeid, _RET_IP_);
 
 	trace_kmalloc_node(_RET_IP_, ret,
 			   size, cachep->size,
-- 
1.7.8.6

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-09-26 10:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-25 11:07 [PATCH] mm/slab: Fix typo _RET_IP -> _RET_IP_ Ezequiel Garcia
2012-09-25 11:07 ` [PATCH] mm/slab: Fix kmem_cache_alloc_node_trace() declaration Ezequiel Garcia
2012-09-26  4:18   ` David Rientjes
2012-09-26  6:34     ` Dan Carpenter
2012-09-26 10:09     ` Ezequiel Garcia
2012-09-26 10:42       ` Pekka Enberg
2012-09-26 10:46         ` Ezequiel Garcia
2012-09-26 10:04   ` Ezequiel Garcia
2012-09-26  4:13 ` [PATCH] mm/slab: Fix typo _RET_IP -> _RET_IP_ David Rientjes

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).