[PATCH 1/5] Revert "kmemtrace: fix printk format warnings"

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Eduard - Gabriel Munteanu
Date: Tuesday, August 19, 2008 - 10:43 am

This reverts commit 79cf3d5e207243eecb1c4331c569e17700fa08fa.

The reverted commit, while it fixed printk format warnings, it resulted in
marker-probe format mismatches. Another approach should be used to fix
these warnings.
---
 include/linux/kmemtrace.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/kmemtrace.h b/include/linux/kmemtrace.h
index a865064..2c33201 100644
--- a/include/linux/kmemtrace.h
+++ b/include/linux/kmemtrace.h
@@ -31,7 +31,7 @@ static inline void kmemtrace_mark_alloc_node(enum kmemtrace_type_id type_id,
 					     int node)
 {
 	trace_mark(kmemtrace_alloc, "type_id %d call_site %lu ptr %lu "
-		   "bytes_req %zu bytes_alloc %zu gfp_flags %lu node %d",
+		   "bytes_req %lu bytes_alloc %lu gfp_flags %lu node %d",
 		   type_id, call_site, (unsigned long) ptr,
 		   bytes_req, bytes_alloc, (unsigned long) gfp_flags, node);
 }
-- 
1.5.6.1

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/5] Revert "kmemtrace: fix printk format warnings", Eduard - Gabriel Mun ..., (Tue Aug 19, 10:43 am)
[PATCH 2/5] kmemtrace: Better alternative to "kmemtrace: f ..., Eduard - Gabriel Mun ..., (Tue Aug 19, 10:43 am)
[PATCH 3/5] SLUB: Replace __builtin_return_address(0) with ..., Eduard - Gabriel Mun ..., (Tue Aug 19, 10:43 am)
[PATCH 4/5] kmemtrace: SLUB hooks., Eduard - Gabriel Mun ..., (Tue Aug 19, 10:43 am)
[PATCH 5/5] kmemtrace: Fix 2 typos in documentation., Eduard - Gabriel Mun ..., (Tue Aug 19, 10:43 am)
Re: [PATCH 1/5] Revert "kmemtrace: fix printk format warnings", Eduard - Gabriel Mun ..., (Tue Aug 19, 10:54 am)
Re: [PATCH 3/5] SLUB: Replace __builtin_return_address(0) ..., Christoph Lameter, (Tue Aug 19, 11:14 am)
Re: [PATCH 3/5] SLUB: Replace __builtin_return_address(0) ..., Eduard - Gabriel Mun ..., (Tue Aug 19, 11:24 am)
Re: [PATCH 1/5] Revert "kmemtrace: fix printk format warnings", Eduard - Gabriel Mun ..., (Tue Aug 19, 11:32 am)
Re: [PATCH 3/5] SLUB: Replace __builtin_return_address(0) ..., Christoph Lameter, (Tue Aug 19, 11:56 am)
Re: [PATCH 3/5] SLUB: Replace __builtin_return_address(0) ..., Eduard - Gabriel Mun ..., (Tue Aug 19, 12:05 pm)
Re: [PATCH 4/5] kmemtrace: SLUB hooks., Pekka Enberg, (Tue Aug 19, 12:10 pm)
Re: [PATCH 5/5] kmemtrace: Fix 2 typos in documentation., Pekka Enberg, (Tue Aug 19, 12:10 pm)
Re: [PATCH 3/5] SLUB: Replace __builtin_return_address(0) ..., Christoph Lameter, (Tue Aug 19, 1:17 pm)
Re: [PATCH 3/5] SLUB: Replace __builtin_return_address(0) ..., Christoph Lameter, (Tue Aug 19, 1:23 pm)
Re: [PATCH 1/5] Revert "kmemtrace: fix printk format warnings", Eduard - Gabriel Mun ..., (Tue Aug 19, 2:37 pm)