From: Linus Torvalds <torvalds@linux-foundation.org>
Date: Wed, 15 Feb 2023 19:31:34 +0000 (-0800)
Subject: Merge tag 'trace-v6.2-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace... 
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ca5ca227757d7da7f19092bce662b80c74dea507;p=linux.git

Merge tag 'trace-v6.2-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

Pull tracing fixlet from Steven Rostedt:
 "Make trace_define_field_ext() static.

  Just after the fix to TASK_COMM_LEN not converted to its value in
  trace_events was pulled, the kernel test robot reported that the
  helper function trace_define_field_ext() added to that change was only
  used in the file it was defined in but was not declared static.

  Make it a local function"

* tag 'trace-v6.2-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  tracing: Make trace_define_field_ext() static
---

ca5ca227757d7da7f19092bce662b80c74dea507