[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20170615001145.ms36mlus3ngtlwce@mikesart-cos>
Date: Wed, 14 Jun 2017 18:11:47 -0600
From: Michael Sartain <mikesart@...tmail.com>
To: Steven Rostedt <rostedt@...dmis.org>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/6] trace-cmd: escape sequence, EINTR, error checking bug
fixes
This patch adds fixes to trace-cmd for return value checking, EINTR handling,
function prototypes, and data offsets to initial patch escape sequence fix [1].
Please holler with any feedback. Thanks much.
-Mike
v1->v2:
Add five related bug fix patches
Michael Sartain (6):
Fix bad force_token escape sequence
Fix unsigned return values being error checked as negative
Handle EINTR signal interrupts for read, write, open calls
Fix read / write data offsets in read / write loops
Fix function prototypes for __vwarning, __vpr_stat, and __vdie
Fix cases where string literals were passed as string format args
event-parse.c | 2 +-
event-utils.h | 4 +-
parse-utils.c | 2 +
trace-capture.c | 12 ++--
trace-cmd-local.h | 2 +-
trace-dialog.c | 4 +-
trace-filter.c | 10 +--
trace-input.c | 187 +++++++++++++++++++++++-------------------------------
trace-local.h | 2 +-
trace-msg.c | 13 ++--
10 files changed, 104 insertions(+), 134 deletions(-)
[1] https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1414382.html
--
2.11.0
View attachment "0001-Fix-bad-force_token-escape-sequence.patch" of type "text/x-diff" (854 bytes)
View attachment "0002-Fix-unsigned-return-values-being-error-checked-as-ne.patch" of type "text/x-diff" (13156 bytes)
View attachment "0003-Handle-EINTR-signal-interrupts-for-read-write-open-c.patch" of type "text/x-diff" (2970 bytes)
View attachment "0004-Fix-read-write-data-offsets-in-read-write-loops.patch" of type "text/x-diff" (1432 bytes)
View attachment "0005-Fix-function-prototypes-for-__vwarning-__vpr_stat-an.patch" of type "text/x-diff" (1803 bytes)
View attachment "0006-Fix-cases-where-string-literals-were-passed-as-strin.patch" of type "text/x-diff" (4420 bytes)
Powered by blists - more mailing lists