From: Frederic Weisbecker Date: Mon, 7 Sep 2009 01:23:20 +0000 (+0200) Subject: tracing: Fix ring-buffer and ksym tracer merge interaction X-Git-Tag: v2.6.33-rc1~399^2~146^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6a65dffb30d8636b1e5d4c201564ef401a246cf;p=pandora-kernel.git tracing: Fix ring-buffer and ksym tracer merge interaction The compiler warns us about: kernel/trace/trace_ksym.c: In function ksym_hbp_handler: kernel/trace/trace_ksym.c:92: attention : passing argument 1 of trace_buffer_lock_reserve from incompatible pointer type kernel/trace/trace_ksym.c:106: attention : passing argument 1 of trace_buffer_unlock_commit from incompatible pointer type Commit "e77405ad" (tracing: pass around ring buffer instead of tracer) has changed the central tracing APIs. And this change has updated every callsites of these APIs except those that aren't in tracing/core, such as the ksym tracer. Cc: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed