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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Thu, 05 Jul 2018 21:06:04 -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>
Subject: [PATCH 0/6] [GIT PULL] tracing: Small fixes and clean ups


Linus,

While cleaning out my INBOX, I found a few patches that were lost
in the noise. These are minor bug fixes and clean ups. Those include:

 - Avoiding a string overflow
 - Code that didn't match the comment (but should)
 - A small code optimization (use of a conditional)
 - Quieting printf warnings
 - Nuking unused code
 - Fixing function graph interrupt annotation

Please pull the latest trace-v4.18-rc3 tree, which can be found at:


  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
trace-v4.18-rc3

Tag SHA1: 146913c0aedd504d9230680c8a4708098c4396a6
Head SHA1: 1fe4293f4b8de75824935f8d8e9a99c7fc6873da


Arnd Bergmann (1):
      tracing: Avoid string overflow

Changbin Du (1):
      tracing: Fix missing return symbol in function_graph output

Mathieu Malaterre (1):
      tracing: Use __printf markup to silence compiler

Steven Rostedt (VMware) (1):
      tracing: Make create_filter() code match the comments

Yisheng Xie (1):
      ftrace: Nuke clear_ftrace_function

yuan linyu (1):
      tracing: Optimize trace_buffer_iter() logic

----
 include/linux/ftrace.h               |  2 --
 kernel/trace/ftrace.c                | 13 +------------
 kernel/trace/trace.c                 |  5 +++++
 kernel/trace/trace.h                 |  4 +---
 kernel/trace/trace_events_filter.c   |  5 +++++
 kernel/trace/trace_events_hist.c     |  2 +-
 kernel/trace/trace_functions_graph.c |  5 ++++-
 7 files changed, 17 insertions(+), 19 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ