[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220106145716.663267282@goodmis.org>
Date: Thu, 06 Jan 2022 09:57:16 -0500
From: Steven Rostedt <rostedt@...dmis.org>
To: linux-kernel@...r.kernel.org
Cc: Ingo Molnar <mingo@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Jiri Olsa <jolsa@...hat.com>,
"Naveen N. Rao" <naveen.n.rao@...ux.vnet.ibm.com>
Subject: [for-linus][PATCH 0/3] tracing: Minor fixes
Three minor tracing fixes:
- Fix missing prototypes in sample module for direct functions
- Fix check of valid buffer in get_trace_buf()
- Fix annotations of percpu pointers.
Jiri Olsa (1):
ftrace/samples: Add missing prototypes direct functions
Naveen N. Rao (2):
tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()
tracing: Tag trace_percpu_buffer as a percpu pointer
----
kernel/trace/trace.c | 6 +++---
samples/ftrace/ftrace-direct-modify.c | 3 +++
samples/ftrace/ftrace-direct-multi-modify.c | 3 +++
samples/ftrace/ftrace-direct-too.c | 3 +++
samples/ftrace/ftrace-direct.c | 2 ++
5 files changed, 14 insertions(+), 3 deletions(-)
Powered by blists - more mailing lists