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:	Mon, 24 Mar 2014 11:13:43 -0700
From:	Bharath Ravi <rbharath@...gle.com>
To:	Steven Rostedt <rostedt@...dmis.org>
Cc:	Vaibhav Nagarnaik <vnagarnaik@...gle.com>,
	David Sharp <dhsharp@...gle.com>,
	Bharath Ravi <rbharath@...gle.com>,
	Laurent Chavey <chavey@...gle.com>,
	linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] Allow instances to independently set trace options.

Currently, the trace options are global, and shared among all
instances. This patchset allows instances to set certain trace options
independently, without affecting the global instance or other instances.
With this change, trace_overwrite will become an instance specific
option, while others remain global options.

This is achieved in three steps
1. Replace references to the global trace_flags mask with get/set
   accessors. This allows global trace_flags to be replaced by instance
   specific flags in step 2.
2. Replace the global trace_flags mask with instance specific
   trace_flags from the trace_array. Divide the set of trace options
   into global options, and instance options (that may be set independently
   by instances).
3. Make trace_overwrite an instance specific option.

Bharath Ravi (3):
  tracing: Replace usage of trace_flags with new accessors.
  tracing: Allow instances to have independent trace flags/trace
    options.
  tracing: Allow instances to independently set trace_overwrite.

 kernel/trace/blktrace.c              |   3 +-
 kernel/trace/ftrace.c                |   4 +-
 kernel/trace/trace.c                 | 127 +++++++++++++++++++++++++----------
 kernel/trace/trace.h                 |  48 ++++++-------
 kernel/trace/trace_events.c          |   2 +-
 kernel/trace/trace_functions_graph.c |  10 +--
 kernel/trace/trace_irqsoff.c         |   4 +-
 kernel/trace/trace_kdb.c             |   6 +-
 kernel/trace/trace_output.c          |   8 +--
 kernel/trace/trace_printk.c          |   8 +--
 kernel/trace/trace_sched_wakeup.c    |   3 +-
 kernel/trace/trace_syscalls.c        |   2 +-
 12 files changed, 143 insertions(+), 82 deletions(-)

-- 
1.9.1.423.g4596e3a

--
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