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:	Fri, 17 Apr 2009 10:40:55 -0400
From:	Steven Rostedt <rostedt@...dmis.org>
To:	linux-kernel@...r.kernel.org
Cc:	Ingo Molnar <mingo@...e.hu>,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH v2 0/5] [GIT PULL] ftrace,tracing/events rebase updates.

Ingo,

I have already sent these patches once to you. This version updates the
change logs to put the impact lines at the end. It also folds in
you delay.h missing header fix, and adds my fix to the event tests.
The two updates are both done to tracing/events: add startup tests for events

The rest of the patches should be identical.

Please pull the latest tip/tracing/ftrace tree, which can be found at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git
tip/tracing/ftrace


Avadh Patel (1):
      tracing: add saved_cmdlines file to show cached task comms

Steven Rostedt (4):
      ftrace: use module notifier for function tracer
      tracing/events: add startup tests for events
      tracing/events/ring-buffer: expose format of ring buffer headers to users
      tracing/events: perform function tracing in event selftests

----
 include/linux/ftrace.h      |    7 -
 include/linux/module.h      |    4 +
 include/linux/ring_buffer.h |    5 +
 kernel/module.c             |   19 +--
 kernel/trace/ftrace.c       |   90 ++++++++++----
 kernel/trace/ring_buffer.c  |   44 +++++++
 kernel/trace/trace.c        |   53 ++++++++
 kernel/trace/trace_events.c |  282 +++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 459 insertions(+), 45 deletions(-)
-- 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ