lkml.org 
[lkml]   [2016]   [Jan]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[PATCH 0/2] [GIT PULL] tracing: Some minor fixes

Linus,

Two more fixes.

1. The recordmcount change had an output that used sprintf() (incorrectly)
when it should have been a fprintf() to stderr.

2. The printk_formats file could crash if someone added a trace_printk()
in the core kernel, and also added one in a module. This does not
affect production kernels. Only kernels where developers add trace_printk()
for debugging can crash.

Please pull the latest trace-v4.4-rc4-3 tree, which can be found at:


git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
trace-v4.4-rc4-3

Tag SHA1: 88d7ab59dbb2c2dd97158589e7c3b1b44cd792be
Head SHA1: f36d1be2930ede0a1947686e1126ffda5d5ee1bb


Colin Ian King (1):
ftrace/scripts: Fix incorrect use of sprintf in recordmcount

Qiu Peiyang (1):
tracing: Fix setting of start_index in find_next()

----
kernel/trace/trace_printk.c | 1 +
scripts/recordmcount.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)


\
 
 \ /
  Last update: 2016-01-05 19:01    [W:0.035 / U:0.264 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site