]> 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)
commit322bd39c972a37ee6ca82b0729fae6b8d84e1c88
tree8135ee38cc696d91d6e2913588a6da394da5c3ff
parenta50a4898c3d7ab5eea07abb2492e730dd0cf7e97
parentb8e8ee1bc066fa80caee45767f94b1e2ce7d99b7
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