]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 26 May 2019 20:49:40 +0000 (13:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 26 May 2019 20:49:40 +0000 (13:49 -0700)
commit208ea7224fe98949d343a0957bf02ddcff7d2543
tree4078aba02a1cac17bdc9fb84238c4f2207187863
parentf65bc64207eb3f4a941a3912ec83f775173f33ac
parent7030deb424a334e771cdc9ec7aa5d00d0bc1f1ef
Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull tracing warning fix from Steven Rostedt:
 "Make the GCC 9 warning for sub struct memset go away.

  GCC 9 now warns about calling memset() on partial structures when it
  goes across multiple fields. This adds a helper for the place in
  tracing that does this type of clearing of a structure"

* tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing: Silence GCC 9 array bounds warning