Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1666328
| From | Michael Sartain <mikesart@fastmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/6] trace-cmd: escape sequence, EINTR, error checking bug fixes |
| Date | 2017-06-15 02:30 +0200 |
| Message-ID | <tSqPD-3IL-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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]. Thanks much. -Mike v2->v3: Fix attachments (aka learn how to use Mutt) 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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/6] trace-cmd: escape sequence, EINTR, error checking bug fixes Michael Sartain <mikesart@fastmail.com> - 2017-06-15 02:30 +0200 [PATCH v3 6/6] Fix cases where string literals were passed as string format args Michael Sartain <mikesart@fastmail.com> - 2017-06-15 02:30 +0200 [PATCH v3 2/6] Fix unsigned return values being error checked as negative Michael Sartain <mikesart@fastmail.com> - 2017-06-15 02:30 +0200 [PATCH v3 5/6] Fix function prototypes for __vwarning, __vpr_stat, and __vdie Michael Sartain <mikesart@fastmail.com> - 2017-06-15 02:30 +0200 [PATCH v3 4/6] Fix read / write data offsets in read / write loops Michael Sartain <mikesart@fastmail.com> - 2017-06-15 02:30 +0200
csiph-web