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, 15 Mar 2019 14:45:05 -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/8] [GIT PULL] tracing: Minor clean ups, fixes and error checking


Linus,

This contains a series of last minute clean ups, small fixes and
error checks.

Please pull the latest trace-v5.1-2 tree, which can be found at:


  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
trace-v5.1-2

Tag SHA1: de3d34862ab43473fb0ce9d774c09241b85c7c9c
Head SHA1: a039480e9e93896cadc5a91468964febb3c5d488


Douglas Anderson (1):
      tracing: kdb: Fix ftdump to not sleep

Masami Hiramatsu (5):
      tracing/probe: Check maxactive error cases
      tracing/probe: Check event name length correctly
      tracing/probe: Check the size of argument name and body
      tracing/probe: Check event/group naming rule at parsing
      tracing/probe: Verify alloc_trace_*probe() result

Valdis Kletnieks (2):
      tracing/probes: Make reserved_field_names static
      trace/probes: Remove kernel doc style from non kernel doc comment

----
 include/linux/ring_buffer.h |  2 +-
 kernel/trace/ring_buffer.c  |  5 +++--
 kernel/trace/trace.c        |  6 ++++--
 kernel/trace/trace_kdb.c    |  6 ++++--
 kernel/trace/trace_kprobe.c | 23 +++++++++++------------
 kernel/trace/trace_probe.c  | 20 ++++++++++++++++++--
 kernel/trace/trace_probe.h  |  1 +
 kernel/trace/trace_uprobe.c |  8 +++-----
 8 files changed, 45 insertions(+), 26 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ