From: Heiko Carstens Date: Wed, 10 Feb 2010 16:23:47 +0000 (+0100) Subject: tracing/kprobes: Fix probe parsing X-Git-Tag: v2.6.33~51^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9bb18f36c8056f0712fb28c52c0f85d98438dfb;p=pandora-kernel.git tracing/kprobes: Fix probe parsing Trying to add a probe like: echo p:myprobe 0x10000 > /sys/kernel/debug/tracing/kprobe_events will fail since the wrong pointer is passed to strict_strtoul when trying to convert the address to an unsigned long. Signed-off-by: Heiko Carstens Acked-by: Masami Hiramatsu Cc: Frederic Weisbecker Cc: Steven Rostedt LKML-Reference: <20100210162346.GA6933@osiris.boeblingen.de.ibm.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed