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:   Tue, 17 Mar 2020 17:54:55 -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/5] tracing: Updates for 5.7

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

Head SHA1: bbd9d05618a6d608c72640b1d3d651a75913456a


Masami Hiramatsu (2):
      bootconfig: Support O=<builddir> option
      tools/bootconfig: Show line and column in parse error

Steven Rostedt (VMware) (2):
      tracing: Have hwlat ts be first instance and record count of instances
      tracing: Remove unused TRACE_BUFFER bits

Yiwei Zhang (1):
      gpu/trace: add a gpu total memory usage tracepoint

----
 Documentation/trace/ftrace.rst      | 32 ++++++++++++++-------
 drivers/Kconfig                     |  2 ++
 drivers/gpu/Makefile                |  1 +
 drivers/gpu/trace/Kconfig           |  4 +++
 drivers/gpu/trace/Makefile          |  3 ++
 drivers/gpu/trace/trace_gpu_mem.c   | 13 +++++++++
 include/linux/bootconfig.h          |  3 +-
 include/trace/events/gpu_mem.h      | 57 +++++++++++++++++++++++++++++++++++++
 init/main.c                         | 14 ++++++---
 kernel/trace/trace.h                |  7 +----
 kernel/trace/trace_entries.h        |  4 ++-
 kernel/trace/trace_hwlat.c          | 24 +++++++++++-----
 kernel/trace/trace_output.c         |  4 +--
 lib/bootconfig.c                    | 35 +++++++++++++++++------
 tools/bootconfig/Makefile           | 27 +++++++++++-------
 tools/bootconfig/main.c             | 35 ++++++++++++++++++++---
 tools/bootconfig/test-bootconfig.sh | 14 ++++++---
 17 files changed, 221 insertions(+), 58 deletions(-)
 create mode 100644 drivers/gpu/trace/Kconfig
 create mode 100644 drivers/gpu/trace/Makefile
 create mode 100644 drivers/gpu/trace/trace_gpu_mem.c
 create mode 100644 include/trace/events/gpu_mem.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ