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>] [day] [month] [year] [list]
Date:	Tue, 19 Jan 2010 15:33:42 +0800
From:	Lai Jiangshan <laijs@...fujitsu.com>
To:	Steven Rostedt <rostedt@...dmis.org>, linux-kernel@...r.kernel.org,
	Ingo Molnar <mingo@...e.hu>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Frederic Weisbecker <fweisbec@...il.com>
Subject: [PATCH 0/6] tracing: separate out buffer from trace_seq


Quote from Steven:
"""
This is an RFC patch set. The trace_seq currently has its buffer
within the structure itself. But this limits its ability and efficiency.

This patch set separates it out, but now it requires the callers
to supply their own buffer. But this helps out the splice code because
it can now write directly into the splice pages.
"""

Lai Jiangshan (4)
      tracing: bug fix, remove partial zeroed out
      tracing: event_id_read() uses simple buffer instead of trace_seq
      tracing: tracing_stats_read() uses simple buffer instead of trace_seq
      tracing: reduce latency and remove percpu trace_seq

Steven Rostedt (2):
      tracing: Change trace_seq to use separate buffer
      tracing: Write directly into splice page for trace_pipe

Signed-off-by: Steven Rostedt <rostedt@...dmis.org>
Signed-off-by: Lai Jiangshan <laijs@...fujitsu.com>
---
 include/linux/ftrace_event.h |    9 +++-
 include/linux/trace_seq.h    |   22 +++++++++++-
 include/trace/ftrace.h       |   18 +++------
 kernel/trace/ftrace.c        |    3 +
 kernel/trace/trace.c         |   72 +++++++++++----------------------------
 kernel/trace/trace_events.c  |   78 ++++++++++++++++++++-----------------------
 kernel/trace/trace_ksym.c    |   12 +++---
 kernel/trace/trace_output.c  |   25 ++++++-------
 8 files changed, 110 insertions(+), 129 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