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, 12 Dec 2022 18:46:27 -0500
From:   Steven Rostedt <rostedt@...dmis.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     LKML <linux-kernel@...r.kernel.org>,
        Masami Hiramatsu <mhiramat@...nel.org>,
        Daniel Bristot de Oliveira <bristot@...nel.org>,
        John Kacur <jkacur@...hat.com>
Subject: [GIT PULL] tracing/tools: Updates for 6.2


Linus,

tracing tools for 6.2

- New tool "rv" for starting and stopping runtime verification:

   example: ./rv mon wip -r printk -v

   Enables the wake-in-preempt monitor and the printk reactor in verbose mode

- Fix exit status of rtla usage() calls


Please pull the latest trace-tools-6.2 tree, which can be found at:


  git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
trace-tools-6.2

Tag SHA1: 6ce4c3327f4a4d41d299c8ffac95a3013ab0da8b
Head SHA1: afc70ccb962861e068e04c6089827493f5160a0a


Daniel Bristot de Oliveira (3):
      rv: Add rv tool
      tools/rv: Add in-kernel monitor interface
      Documentation/rv: Add verification/rv man pages

John Kacur (1):
      rtla: Fix exit status when returning from calls to usage()

----
 Documentation/tools/index.rst              |   1 +
 Documentation/tools/rv/Makefile            |  52 +++
 Documentation/tools/rv/common_appendix.rst |  16 +
 Documentation/tools/rv/common_ikm.rst      |  21 +
 Documentation/tools/rv/index.rst           |  24 +
 Documentation/tools/rv/rv-list.rst         |  43 ++
 Documentation/tools/rv/rv-mon-wip.rst      |  44 ++
 Documentation/tools/rv/rv-mon-wwnr.rst     |  43 ++
 Documentation/tools/rv/rv-mon.rst          |  55 +++
 Documentation/tools/rv/rv.rst              |  63 +++
 tools/tracing/rtla/src/osnoise.c           |   9 +-
 tools/tracing/rtla/src/rtla.c              |  12 +-
 tools/tracing/rtla/src/timerlat.c          |   9 +-
 tools/verification/rv/Makefile             | 141 ++++++
 tools/verification/rv/README.txt           |  38 ++
 tools/verification/rv/include/in_kernel.h  |   3 +
 tools/verification/rv/include/rv.h         |  12 +
 tools/verification/rv/include/trace.h      |  16 +
 tools/verification/rv/include/utils.h      |   8 +
 tools/verification/rv/src/in_kernel.c      | 698 +++++++++++++++++++++++++++++
 tools/verification/rv/src/rv.c             | 188 ++++++++
 tools/verification/rv/src/trace.c          | 133 ++++++
 tools/verification/rv/src/utils.c          |  47 ++
 23 files changed, 1659 insertions(+), 17 deletions(-)
 create mode 100644 Documentation/tools/rv/Makefile
 create mode 100644 Documentation/tools/rv/common_appendix.rst
 create mode 100644 Documentation/tools/rv/common_ikm.rst
 create mode 100644 Documentation/tools/rv/index.rst
 create mode 100644 Documentation/tools/rv/rv-list.rst
 create mode 100644 Documentation/tools/rv/rv-mon-wip.rst
 create mode 100644 Documentation/tools/rv/rv-mon-wwnr.rst
 create mode 100644 Documentation/tools/rv/rv-mon.rst
 create mode 100644 Documentation/tools/rv/rv.rst
 create mode 100644 tools/verification/rv/Makefile
 create mode 100644 tools/verification/rv/README.txt
 create mode 100644 tools/verification/rv/include/in_kernel.h
 create mode 100644 tools/verification/rv/include/rv.h
 create mode 100644 tools/verification/rv/include/trace.h
 create mode 100644 tools/verification/rv/include/utils.h
 create mode 100644 tools/verification/rv/src/in_kernel.c
 create mode 100644 tools/verification/rv/src/rv.c
 create mode 100644 tools/verification/rv/src/trace.c
 create mode 100644 tools/verification/rv/src/utils.c
---------------------------

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ