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, 08 Aug 2014 10:32:54 -0400
From:	Steven Rostedt <rostedt@...dmis.org>
To:	linux-kernel@...r.kernel.org
Cc:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Ingo Molnar <mingo@...nel.org>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Nicolas Pitre <nico@...aro.org>,
	Will Deacon <will.deacon@....com>,
	Catalin Marinas <catalin.marinas@....com>,
	Russell King - ARM Linux <linux@....linux.org.uk>
Subject: [PATCH 0/4] [GIT PULL] tracing/arm/arm64: Basic IPI tracing


Linus,

Nicolas Pitre added generic tracepoints for tracing IPIs and updated the
arm and arm64 architectures. It required some minor updates to the generic
tracepoint system, so it had to wait for me to implement them.

I know this is a little late in the merge window, but Nicolas had these out
for a while, and my going on vacation prevented them from getting in earlier.

I've ran them through all my tests, and uploaded them to korg to make sure
they pass Wu's tests as well.

Please pull the latest trace-ipi-tracepoints tree, which can be found at:


  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
trace-ipi-tracepoints

Tag SHA1: 648c6f8edfeede5fb34aa6307e0944b33aa24c43
Head SHA1: 45ed695ac10a23cb4e60a3e0b68b3f21a8670670


Nicolas Pitre (3):
      tracepoint: add generic tracepoint definitions for IPI tracing
      ARM: add IPI tracepoints
      ARM64: add IPI tracepoints

Steven Rostedt (1):
      tracing: Do not do anything special with tracepoint_string when tracing is disabled

----
 arch/arm/kernel/smp.c        | 70 ++++++++++++++++++++--------------
 arch/arm64/kernel/smp.c      | 65 +++++++++++++++++++-------------
 include/linux/ftrace_event.h | 34 -----------------
 include/linux/tracepoint.h   | 44 ++++++++++++++++++++++
 include/trace/events/ipi.h   | 89 ++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 214 insertions(+), 88 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