All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] tracing: fix minor build warnings
@ 2019-08-28  5:25 Jakub Kicinski
  2019-08-28  5:25 ` [PATCH 1/3] tracing: correct kdoc formats Jakub Kicinski
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jakub Kicinski @ 2019-08-28  5:25 UTC (permalink / raw)
  To: rostedt; +Cc: mingo, linux-kernel, oss-drivers, Jakub Kicinski

Hi!

trace.o gets rebuild on every make run when tracing is enabled,
which makes all warnings particularly noisy. This patchset fixes
some low-hanging fruit on W=1 C=1 builds.

Jakub Kicinski (3):
  tracing: correct kdoc formats
  tracing: remove exported but unused trace_array_destroy()
  tracing: make trace_array_create() static

 kernel/trace/trace.c | 47 ++++++++++++++------------------------------
 1 file changed, 15 insertions(+), 32 deletions(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-08-30 22:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-28  5:25 [PATCH 0/3] tracing: fix minor build warnings Jakub Kicinski
2019-08-28  5:25 ` [PATCH 1/3] tracing: correct kdoc formats Jakub Kicinski
2019-08-28  5:25 ` [PATCH 2/3] tracing: remove exported but unused trace_array_destroy() Jakub Kicinski
2019-08-28  5:25 ` [PATCH 3/3] tracing: make trace_array_create() static Jakub Kicinski
2019-08-30 22:01 ` [PATCH 0/3] tracing: fix minor build warnings Steven Rostedt
2019-08-30 22:38   ` Jakub Kicinski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.