]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita0b9d21128bf7728fe1eaff2c7ba60b5cdc9d66a
tree8135ee38cc696d91d6e2913588a6da394da5c3ff
parent293712ccecf6f47befda98f3f8c870c3aa0d3930
parent9c0abeaa731810c4be6663a6be30f22755968e9c
Merge tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/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