aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_timer.c
diff options
context:
space:
mode:
authorSteven Rostedt (Red Hat) <[email protected]>2014-11-12 21:11:59 -0500
committerSteven Rostedt <[email protected]>2014-11-19 15:25:38 -0500
commite400a40cffa77e45c60c5431ec8757579247cae2 (patch)
tree3f47e176dc3bdd8c3cfe469a1095dce8c5139f4c /net/lapb/lapb_timer.c
parentdbcf3e06cae0424d85c8dd1a1b93e25e84b06a8d (diff)
tracing: Fix trace_seq_bitmask() to start at current position
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 parameter, and as such, the start of the temp buffer in include/trace/ftrace.h (see __get_bitmask()). Reported-by: Petr Mladek <[email protected]> Reviewed-by: Petr Mladek <[email protected]> Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions