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]
Message-Id: <20221110172831.369713-1-acme@kernel.org>
Date:   Thu, 10 Nov 2022 14:28:31 -0300
From:   Arnaldo Carvalho de Melo <acme@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Ingo Molnar <mingo@...nel.org>,
        Thomas Gleixner <tglx@...utronix.de>,
        Jiri Olsa <jolsa@...nel.org>,
        Namhyung Kim <namhyung@...nel.org>,
        Clark Williams <williams@...hat.com>,
        Kate Carcia <kcarcia@...hat.com>, linux-kernel@...r.kernel.org,
        linux-perf-users@...r.kernel.org,
        Arnaldo Carvalho de Melo <acme@...nel.org>,
        Athira Jajeev <atrajeev@...ux.vnet.ibm.com>,
        Disha Goel <disgoel@...ux.vnet.ibm.com>,
        Donglin Peng <dolinux.peng@...il.com>,
        James Clark <james.clark@....com>,
        Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [GIT PULL] perf tools fixes for v6.1: 2nd batch

Hi Linus,

	Please consider pulling,

Best regards,

- Arnaldo

The following changes since commit 59f2f4b8a757412fce372f6d0767bdb55da127a8:

  fs/userfaultfd: Fix maple tree iterator in userfaultfd_unregister() (2022-11-07 12:58:26 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-tools-fixes-for-v6.1-2-2022-11-10

for you to fetch changes up to 94d957ae513fc420d0a5a9bac815eb49ffebb56f:

  perf tools: Add the include/perf/ directory to .gitignore (2022-11-08 18:54:41 -0300)

----------------------------------------------------------------
perf tools fixes for v6.1: 2nd batch

- Fix 'perf stat' crash with --per-node --metric-only in CSV mode, due
  to the AGGR_NODE slot in the 'aggr_header_csv' array not being set.

- Fix printing prefix in CSV output of 'perf stat' metrics in interval
  mode (-I), where an extra separator was being added to the start of
  some lines.

- Fix skipping branch stack sampling 'perf test' entry, that was using
  both --branch-any and --branch-filter, which can't be used together.

Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>

----------------------------------------------------------------
Athira Rajeev (1):
      perf stat: Fix printing os->prefix in CSV metrics output

Donglin Peng (1):
      perf tools: Add the include/perf/ directory to .gitignore

James Clark (1):
      perf test: Fix skipping branch stack sampling test

Namhyung Kim (1):
      perf stat: Fix crash with --per-node --metric-only in CSV mode

 tools/perf/.gitignore                  | 1 +
 tools/perf/tests/shell/test_brstack.sh | 5 ++++-
 tools/perf/util/parse-branch-options.c | 4 +++-
 tools/perf/util/stat-display.c         | 6 ++++--
 4 files changed, 12 insertions(+), 4 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ