[for-linus][PATCH 0/3] tracing: Fixes to 5.16

From: Steven Rostedt
Date: Sat Nov 13 2021 - 08:14:12 EST



Three tracing fixes:

- Make local osnoise_instances static

- Copy just actual size of histogram strings

- Properly check missing operands in histogram expressions

git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
for-next

Head SHA1: 1cab6bce42e62bba2ff2c2370d139618c1828b42


Daniel Bristot de Oliveira (1):
tracing/osnoise: Make osnoise_instances static

Kalesh Singh (1):
tracing/histogram: Fix check for missing operands in an expression

Masami Hiramatsu (1):
tracing/histogram: Do not copy the fixed-size char array field over the field size

----
kernel/trace/trace_events_hist.c | 12 +++++++-----
kernel/trace/trace_osnoise.c | 3 ++-
2 files changed, 9 insertions(+), 6 deletions(-)