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: <20210619165417.871997-1-acme@kernel.org>
Date:   Sat, 19 Jun 2021 13:54:17 -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>,
        linux-kernel@...r.kernel.org, linux-perf-users@...r.kernel.org,
        Arnaldo Carvalho de Melo <acme@...nel.org>,
        Ian Rogers <irogers@...gle.com>,
        John Garry <john.garry@...wei.com>,
        Riccardo Mancini <rickyman7@...il.com>,
        Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [GIT PULL] perf tools fixes for v5.13: 6th batch

Hi Linus,

	Please consider pulling,

Best regards,

- Arnaldo


The following changes since commit 9ed13a17e38e0537e24d9b507645002bf8d0201f:

  Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2021-06-18 18:55:29 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-tools-fixes-for-v5.13-2021-06-19

for you to fetch changes up to 1792a59eab9593de2eae36c40c5a22d70f52c026:

  tools headers UAPI: Sync linux/in.h copy with the kernel sources (2021-06-19 10:15:22 -0300)

----------------------------------------------------------------
perf tools fixes for v5.13: 6th batch

- Fix refcount usage when processing PERF_RECORD_KSYMBOL.

- 'perf stat' metric group fixes.

- Fix 'perf test' non-bash issue with stat bpf counters.

- Update unistd, in.h and socket.h with the kernel sources, silencing
  perf build warnings.

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

----------------------------------------------------------------
Arnaldo Carvalho de Melo (3):
      perf beauty: Update copy of linux/socket.h with the kernel sources
      tools headers UAPI: Sync asm-generic/unistd.h with the kernel original
      tools headers UAPI: Sync linux/in.h copy with the kernel sources

Ian Rogers (1):
      perf test: Fix non-bash issue with stat bpf counters

John Garry (2):
      perf metricgroup: Fix find_evsel_group() event selector
      perf metricgroup: Return error code from metricgroup__add_metric_sys_event_iter()

Riccardo Mancini (1):
      perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOL

 tools/include/uapi/asm-generic/unistd.h        |  3 +--
 tools/include/uapi/linux/in.h                  |  3 +++
 tools/perf/tests/shell/stat_bpf_counters.sh    |  4 ++--
 tools/perf/trace/beauty/include/linux/socket.h |  2 --
 tools/perf/util/machine.c                      |  3 ++-
 tools/perf/util/metricgroup.c                  | 14 ++++++++------
 6 files changed, 16 insertions(+), 13 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ