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-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 31 Jan 2019 19:03:48 +0000
From:   Suzuki K Poulose <suzuki.poulose@....com>
To:     mathieu.poirier@...aro.org, acme@...nel.org, peterz@...radead.org
Cc:     gregkh@...uxfoundation.org, mingo@...hat.com, tglx@...utronix.de,
        alexander.shishkin@...ux.intel.com, schwidefsky@...ibm.com,
        heiko.carstens@...ibm.com, will.deacon@....com,
        mark.rutland@....com, jolsa@...hat.com, namhyung@...nel.org,
        adrian.hunter@...el.com, ast@...nel.org, hpa@...or.com,
        linux-s390@...r.kernel.org, linux-kernel@...r.kernel.org,
        linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH v3 7/7] perf tools: Remove PMU::set_drv_config API



On 31/01/2019 18:47, Mathieu Poirier wrote:
> CoreSight was the only client of the PMU's set_drv_config() API.  Now
> that it is no longer needed by CoreSight remove it from the code base.
> 
> Signed-off-by: Mathieu Poirier <mathieu.poirier@...aro.org>
> ---
>   tools/perf/builtin-record.c   | 10 -----
>   tools/perf/builtin-stat.c     |  9 ----
>   tools/perf/builtin-top.c      | 13 ------
>   tools/perf/util/Build         |  1 -
>   tools/perf/util/drv_configs.c | 78 -----------------------------------
>   tools/perf/util/drv_configs.h | 26 ------------
>   tools/perf/util/pmu.h         |  1 -
>   7 files changed, 138 deletions(-)
>   delete mode 100644 tools/perf/util/drv_configs.c
>   delete mode 100644 tools/perf/util/drv_configs.h

Nice !

Acked-by: Suzuki K Poulose <suzuki.poulose@....com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ