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:   Wed, 22 Feb 2017 09:44:00 -0700
From:   Jason Gunthorpe <jgunthorpe@...idianresearch.com>
To:     Moritz Fischer <moritz.fischer@...us.com>
Cc:     "Nadathur, Sundar" <sundar.nadathur@...el.com>,
        Alan Tull <delicious.quinoa@...il.com>,
        Yves Vandervennet <yves.vandervennet@...ux.intel.com>,
        "matthew.gerlach@...ux.intel.com" <matthew.gerlach@...ux.intel.com>,
        linux-kernel <linux-kernel@...r.kernel.org>,
        "linux-fpga@...r.kernel.org" <linux-fpga@...r.kernel.org>,
        Marek Va??ut <marex@...x.de>
Subject: Re: [RFC 7/8] fpga-region: add sysfs interface

On Tue, Feb 21, 2017 at 10:05:42PM -0800, Moritz Fischer wrote:

> That being said older drivers / fpga-mgr  will not deal with newer features.
> TLV / KV or whatever doesn't change this fact, or am I missing something?

Often a scheme will have an OPTIONAL and REQUIRED flag for each
value. If a REQUIRED value is present but the parser does not
support it then the parse fails.

For instance, we could mark Encrypted as required, and a zynq driver
that does not support the Encrypted tag would not load the bitfile
rather than try to load it wrongly.

This can be forced into any of the approaches with various levels of
hackery.

Jason

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ