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>] [day] [month] [year] [list]
Date:   Thu, 25 Mar 2021 17:23:57 -0400
From:   Steven Rostedt <rostedt@...dmis.org>
To:     LKML <linux-kernel@...r.kernel.org>,
        Linux Trace Devel <linux-trace-devel@...r.kernel.org>,
        "linux-trace-users@...r.kernel.org" 
        <linux-trace-users@...r.kernel.org>
Subject: [ANNOUNCE] trace-cmd 2.9.2

I'm happy to announce trace-cmd version 2.9.2!

*** NOTICE ***

This is the last version that is self contained for interacting
with the tracefs directory and parsing the events.

The parsing of events is now a separate repository:

  https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/

And the access to the tracefs directory is here:

  https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/

After this release, trace-cmd will depend on those repositories and
its internal copies will be removed. Please install those libraries
for future building of trace-cmd.


*** NOTICE 2 ***

KernelShark is now in its own repository (and will depend on libtracecmd
in this repo, but has not been officially released just yet, but soon!).
This is the last version that will home KernelShark in this repository.

KernelShark now lives here:

  https://git.kernel.org/pub/scm/utils/trace-cmd/kernel-shark.git/

After this release, "make gui" will no longer build KernelShark.

*** END NOTICES ***

Features and user visible updates since 2.9.1:

- Will use system libraries libtraceevent and libtracefs if they are
  present and will only build the local versions if they are not.

- The saved comms are stored at the end of running a trace-cmd record
  to be able to get the names of what is running after they ran.

- trace-cmd clear is now instance aware.

- New trace-cmd report --ts-check option to check if timestamps are
  monotonic.

- New "make uninstall" to remove an installed instance of trace-cmd
  executables and libraries.

- Added make-trace-cmd.sh script as a template on how to install the
  libraries and executables.

For more information, please visit https://www.trace-cmd.org.

-- Steve

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ