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, 20 Dec 2022 11:56:59 +0800
From:   Yang Jihong <yangjihong1@...wei.com>
To:     <peterz@...radead.org>, <mingo@...hat.com>, <acme@...nel.org>,
        <mark.rutland@....com>, <alexander.shishkin@...ux.intel.com>,
        <jolsa@...nel.org>, <namhyung@...nel.org>, <irogers@...gle.com>,
        <carsten.haitzler@....com>, <leo.yan@...aro.org>,
        <ravi.bangoria@....com>, <martin.lau@...nel.org>,
        <adrian.hunter@...el.com>, <ak@...ux.intel.com>,
        <masami.hiramatsu.pt@...achi.com>,
        <linux-perf-users@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC:     <yangjihong1@...wei.com>
Subject: [PATCH 0/3] Fixes for debug variables

patch1 is a fix for debug_peo_args and redirect_to_stderr.
patch2 is a fix for the verbose variable.
patch3 is a correction for checking the quiet option.

Yang Jihong (3):
  perf tools: Set debug_peo_args and redirect_to_stderr to correct
    values in perf_quiet_option
  perf tools: Fix usage of the verbose variable
  perf probe: Check -v and -q options in the right place

 tools/perf/builtin-lock.c                   |  6 +++---
 tools/perf/builtin-probe.c                  | 17 +++++++++--------
 tools/perf/builtin-record.c                 |  4 ++--
 tools/perf/builtin-script.c                 |  2 +-
 tools/perf/builtin-stat.c                   |  4 ++--
 tools/perf/dlfilters/dlfilter-test-api-v0.c |  2 +-
 tools/perf/tests/builtin-test.c             |  2 +-
 tools/perf/tests/dlfilter-test.c            |  2 +-
 tools/perf/util/bpf_lock_contention.c       |  2 +-
 tools/perf/util/debug.c                     |  4 ++++
 tools/perf/util/dlfilter.c                  |  2 +-
 11 files changed, 26 insertions(+), 21 deletions(-)

-- 
2.30.GIT

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ