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)
commitc5b440951a19fdd068090d38dcbe72ea28e5e0d0
tree4078aba02a1cac17bdc9fb84238c4f2207187863
parent862f0a3227b337cea11d0488b0345dc2670fc297
parent0c97bf863efce63d6ab7971dad811601e6171d2f
Merge tag 'trace-v5.2-rc1-2' of git://git./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