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:   Mon, 19 Sep 2016 02:03:09 -0700
From:   Michael Chan <michael.chan@...adcom.com>
To:     "Mintz, Yuval" <Yuval.Mintz@...ium.com>
Cc:     "davem@...emloft.net" <davem@...emloft.net>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next 04/10] bnxt_en: Added support for Secure Firmware Update

On Mon, Sep 19, 2016 at 1:16 AM, Mintz, Yuval <Yuval.Mintz@...ium.com> wrote:
>> +     if (bp->hwrm_spec_code < 0x10400)
>> +             return -EOPNOTSUPP;
> Don't you use defines for these kind of version values?

No we don't.  In this case, firmware spec version 1.4.0 has added this
new feature.  So we use this feature if the firmware spec is 1.4.0 or
above.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ