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:	Sat, 30 Apr 2016 08:13:42 -0400
From:	Steven Rostedt <rostedt@...dmis.org>
To:	linux-kernel@...r.kernel.org
Cc:	Ingo Molnar <mingo@...nel.org>,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: [for-next][PATCH 0/8] tracing: Various cleanups

  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
for-next

Head SHA1: 904d1857ad09b43f514897dd42daffe200d1ca50


Steven Rostedt (Red Hat) (8):
      tracing: Move event_trigger_unlock_commit{_regs}() to local header
      tracing: Make filter_check_discard() local
      tracing: Fold filter_check_discard() into its only user
      tracing: Move trace_buffer_unlock_commit{_regs}() to local header
      tracing: Remove unused function trace_current_buffer_discard_commit()
      tracing: Have trace_buffer_unlock_commit() call the _regs version with NULL
      tracing: Remove one use of trace_current_buffer_lock_reserve()
      tracing: Remove unused function trace_current_buffer_lock_reserve()

----
 include/linux/trace_events.h | 115 -------------------------------------------
 kernel/trace/trace.c         |  46 -----------------
 kernel/trace/trace.h         | 114 ++++++++++++++++++++++++++++++++++++++++++
 kernel/trace/trace_events.c  |  18 ++++---
 4 files changed, 124 insertions(+), 169 deletions(-)

Powered by blists - more mailing lists