[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <48AB1A5B.3020305@cs.helsinki.fi>
Date: Tue, 19 Aug 2008 22:09:15 +0300
From: Pekka Enberg <penberg@...helsinki.fi>
To: Christoph Lameter <cl@...ux-foundation.org>
CC: Eduard - Gabriel Munteanu <eduard.munteanu@...ux360.ro>,
linux-kernel@...r.kernel.org, linux-mm@...ck.org,
rdunlap@...otime.net, mpm@...enic.com, tglx@...utronix.de,
rostedt@...dmis.org, mathieu.desnoyers@...ymtl.ca,
tzanussi@...il.com
Subject: Re: [PATCH 3/5] SLUB: Replace __builtin_return_address(0) with _RET_IP_.
Christoph Lameter wrote:
> static void print_track(const char *s, struct track *t)
> @@ -399,7 +399,7 @@ static void print_track(const char *s, s
> if (!t->addr)
> return;
>
> - printk(KERN_ERR "INFO: %s in %pS age=%lu cpu=%u pid=%d\n",
> + printk(KERN_ERR "INFO: %s in %lxS age=%lu cpu=%u pid=%d\n",
> s, t->addr, jiffies - t->when, t->cpu, t->pid);
This looks wrong. The '%pS' thingy has a special purpose:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=7daf705f362e349983e92037a198b8821db198af
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists