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,  2 Jun 2016 18:11:00 -0700
From:	Omar Sandoval <osandov@...ndov.com>
To:	Steven Rostedt <rostedt@...dmis.org>,
	Ingo Molnar <mingo@...hat.com>,
	Masami Hiramatsu <mhiramat@...nel.org>,
	Namhyung Kim <namhyung@...il.com>
Cc:	linux-kernel@...r.kernel.org, kernel-team@...com,
	Omar Sandoval <osandov@...com>
Subject: [PATCH v2 0/3] tracing: expose current->comm to [ku]probe events

From: Omar Sandoval <osandov@...com>

Hi,

Respinning with a few changes:

- Added patches 1 and 3 (document "string_size" type and make "string"
  default for $comm)
- Also support uprobe events
- Only allow "string" and "string_size" types

Patch 2, which actually introduces $comm, is pretty simple. Patch 3 is
more intrusive, but without it, the default type for $comm is invalid,
which is stupid.

This series applies to v4.7-rc1.

Thanks!

Omar Sandoval (3):
  tracing: document "string_size" [ku]probe type
  tracing: expose current->comm to [ku]probe events
  tracing: make "string" the default type for [ku]probe event $comm

 Documentation/trace/kprobetrace.txt  |  15 +++--
 Documentation/trace/uprobetracer.txt |  13 ++--
 kernel/trace/trace_kprobe.c          |   1 +
 kernel/trace/trace_probe.c           | 123 ++++++++++++++++++++++++++---------
 kernel/trace/trace_probe.h           |  10 +++
 5 files changed, 123 insertions(+), 39 deletions(-)

-- 
2.8.3

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ