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:   Fri, 13 May 2022 10:04:48 +0800
From:   Shaokun Zhang <zhangshaokun@...ilicon.com>
To:     Guangbin Huang <huangguangbin2@...wei.com>,
        <john.garry@...wei.com>, <will@...nel.org>, <mark.rutland@....com>
CC:     <linux-arm-kernel@...ts.infradead.org>,
        <linux-kernel@...r.kernel.org>, <linuxarm@...wei.com>,
        <liuqi115@...wei.com>, <f.fangjian@...wei.com>,
        <lipeng321@...wei.com>, <shenjian15@...wei.com>
Subject: Re: [PATCH V6 0/2] drivers/perf: hisi: Add driver for HNS3 PMU

Hi Guangbin,

Thanks for your work that we did some internal review, please free
to add:
Reviewed-by: Shaokun Zhang <zhangshaokun@...ilicon.com>

Thanks,
Shaokun

On 2022/4/27 20:09, Guangbin Huang wrote:
> This patch-set adds driver for HNS3(HiSilicon network system version 3)
> PMU and doc to descript it.
> 
> Change logs:
> V5 -> V6:
>  - Modify prefix hns3_get into hns3_pmu_get.
>  - Some switch cases return directly.
>  - Modify failed log when io remap failed.
>  - Link: https://lore.kernel.org/linux-arm-kernel/20220426132822.51735-1-huangguangbin2@huawei.com/
> V4 -> V5:
>  - Add COMPILE_TEST and include io-64-nonatomic-hi-lo.h as suggestion of
>    John Garry.
> V3 -> V4:
>  - Modify the comments of John Garry.
>  - Link: https://lore.kernel.org/linux-arm-kernel/20220329113930.37631-1-huangguangbin2@huawei.com/
> V2 -> V3:
>  - Modify the comments of John Garry.
>  - Link: https://lore.kernel.org/linux-arm-kernel/20220228123955.30284-1-huangguangbin2@huawei.com/
> V1 -> V2:
>  - Modify the comments of John Garry.
>  - Link: https://lore.kernel.org/linux-arm-kernel/20220117015222.9617-1-huangguangbin2@huawei.com/
> 
> 
> Guangbin Huang (2):
>   drivers/perf: hisi: Add description for HNS3 PMU driver
>   drivers/perf: hisi: add driver for HNS3 PMU
> 
>  Documentation/admin-guide/perf/hns3-pmu.rst |  136 ++
>  MAINTAINERS                                 |    6 +
>  drivers/perf/hisilicon/Kconfig              |   10 +
>  drivers/perf/hisilicon/Makefile             |    1 +
>  drivers/perf/hisilicon/hns3_pmu.c           | 1654 +++++++++++++++++++
>  include/linux/cpuhotplug.h                  |    1 +
>  6 files changed, 1808 insertions(+)
>  create mode 100644 Documentation/admin-guide/perf/hns3-pmu.rst
>  create mode 100644 drivers/perf/hisilicon/hns3_pmu.c
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ