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] [day] [month] [year] [list]
Date:	Fri, 15 Jun 2007 13:29:58 +0100
From:	Keir Fraser <Keir.Fraser@...cam.ac.uk>
To:	Michael Buesch <mb@...sch.de>
CC:	Kieran Mansley <kmansley@...arflare.com>,
	<xen-devel@...ts.xensource.com>, <netdev@...r.kernel.org>,
	<herbert@...dor.apana.org.au>
Subject: Re: [Xen-devel] [PATCH 0/4] [Net] Support accelerated network
 plugin modules




On 15/6/07 13:21, "Michael Buesch" <mb@...sch.de> wrote:

>> True in general, but not the cases I've seen in this patchset, where 'foo'
>> is a predicate.
> 
> Ok, if foo is a variable containing an error code, it's
> better to return that error code. I assumed that foo is a
> variable containing some value (counter or something).

I mean specifically things like:
 if (be->accelerator == NULL)
    return 1;
 else
    return 0;

 K.


-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ