lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 11 Jan 2018 19:47:41 -0500
From:   Steven Rostedt <rostedt@...dmis.org>
To:     linux-kernel@...r.kernel.org
Cc:     Arnaldo Carvalho de Melo <acme@...nel.org>,
        Ingo Molnar <mingo@...nel.org>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Namhyung Kim <namhyung@...nel.org>
Subject: [PATCH 00/10] tools lib traceveent: Pull updates from trace-cmd library


I went through the commits that were added to event-parse in trace-cmd
and synced them up for what is in tools/lib/traceevent. These are
patches that are missing from the kernel tree.

Federico Vaga (1):
      lib traceevent: Use asprintf when possible

Jan Kiszka (1):
      lib traceevent: Print value of unknown symbolic fields

Michael Sartain (2):
      lib, traceevent: Fix bad force_token escape sequence
      lib traceevent: Add UL suffix to MISSING_EVENTS

Steven Rostedt (VMware) (5):
      lib traceevent: Show value of flags that have not been parsed
      lib traceevent: Simplify pointer print logic and fix %pF
      lib traceevent: Handle new pointer processing of bprint strings
      lib traceevent: Show contents (in hex) of data of unrecognized type records
      lib traceevent: Fix get_field_str() for dynamic strings

Taeung Song (1):
      lib traceeevent: Fix missing break in FALSE case of pevent_filter_clear_trivial()

----
 tools/lib/traceevent/event-parse.c   | 62 +++++++++++++++++++++++++++++-------
 tools/lib/traceevent/event-plugin.c  | 24 ++++++--------
 tools/lib/traceevent/kbuffer-parse.c |  4 +--
 tools/lib/traceevent/parse-filter.c  | 22 ++++++++-----
 4 files changed, 76 insertions(+), 36 deletions(-)

Powered by blists - more mailing lists