Merge tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Nov 2021 18:11:51 +0000 (10:11 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Nov 2021 18:11:51 +0000 (10:11 -0800)
commit7c3737c706073792133deeefae33ab17fd06e0c2
tree8135ee38cc696d91d6e2913588a6da394da5c3ff
parent4d6fe79fdeccb8f3968d71bc633e622d43f1309c
parent1cab6bce42e62bba2ff2c2370d139618c1828b42
Merge tag 'trace-v5.16-4' of git://git./linux/kernel/git/rostedt/linux-trace

Pull tracing fixes from Steven Rostedt:
 "Three tracing fixes:

   - Make local osnoise_instances static

   - Copy just actual size of histogram strings

   - Properly check missing operands in histogram expressions"

* tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing/histogram: Fix check for missing operands in an expression
  tracing/histogram: Do not copy the fixed-size char array field over the field size
  tracing/osnoise: Make osnoise_instances static
kernel/trace/trace_events_hist.c