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]
Message-ID: <20200622123820.3f7d8e3e@kicinski-fedora-PC1C0HJN>
Date:   Mon, 22 Jun 2020 12:38:20 -0700
From:   Jakub Kicinski <kuba@...nel.org>
To:     yunaixin03610@....com
Cc:     netdev@...r.kernel.org, davem@...emloft.net,
        linux-kernel@...r.kernel.org, wuguanping@...wei.com,
        wangqindong@...wei.com
Subject: Re: [PATCH 0/5] Adding Huawei BMA drivers

On Tue, 23 Jun 2020 00:03:06 +0800 yunaixin03610@....com wrote:
> From: yunaixin <yunaixin03610@....com>
> 
> This patch set contains 5 communication drivers for Huawei BMA software.
> The BMA software is a system management software. It supports the status
> monitoring, performance monitoring, and event monitoring of various
> components, including server CPUs, memory, hard disks, NICs, IB cards,
> PCIe cards, RAID controller cards, and optical modules.
> 
> These 5 drivers are used to send/receive message through PCIe channel in
> different ways by BMA software.

Please make sure patches build cleanly with W=1 C=1 flags and recent
version of gcc (preferably gcc-10).

Please address errors which checkpatch points out.

Please do no use static inline in C sources, only headers. Compiler
will know when to inline, anyway.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ