From: Linus Torvalds Date: Sun, 26 May 2019 20:49:40 +0000 (-0700) Subject: Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt... X-Git-Tag: v5.2-rc2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c5b440951a19fdd068090d38dcbe72ea28e5e0d0;p=nvme.git 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 --- c5b440951a19fdd068090d38dcbe72ea28e5e0d0