[PATCH 01/26 v5] tracing: Fix trace_seq_bitmask() to start at current position

2014-11-14 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" In trace_seq_bitmask() it calls bitmap_scnprintf() not from the current position of the trace_seq buffer (s->buffer + s->len), but instead from the beginning of the buffer (s->buffer). Luckily, the only user of this "ipi_raise tracepoint" uses it as the first

[PATCH 01/26 v5] tracing: Fix trace_seq_bitmask() to start at current position

2014-11-14 Thread Steven Rostedt
From: Steven Rostedt (Red Hat) rost...@goodmis.org In trace_seq_bitmask() it calls bitmap_scnprintf() not from the current position of the trace_seq buffer (s-buffer + s-len), but instead from the beginning of the buffer (s-buffer). Luckily, the only user of this ipi_raise tracepoint uses it as